Skip to content

Releases: ColdBox/coldbox-cli

8.4.0

11 Feb 21:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.0...v8.4.0

8.3.0

11 Feb 21:18

Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #23
  • Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #24
  • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #22
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #25

Full Changelog: v8.2.0...v8.3.0

8.2.0

11 Feb 21:18

Choose a tag to compare

Full Changelog: v8.1.0...v8.2.0

v8.1.0

11 Feb 21:18

Choose a tag to compare

Full Changelog: v8.0.0...v8.1.0

8.0.0

11 Feb 21:17
b050ebf

Choose a tag to compare

What's Changed

Full Changelog: v7.10.0...v8.0.0

7.10.0

10 Oct 13:38

Choose a tag to compare

Added

  • Modules Inherit Entry Point defaults to true now
  • Brand new app-wizard for creating apps interactively
  • fix colors for ps screens
  • BoxLang is now the default engine for new apps
  • Updated all new templates from repos
  • New create app argument for modern or boxlang skeletons: vite to create a Vite enabled app: coldbox create app name="myApp" --vite
  • New create app argument for modern or boxlang skeletons: rest to create a REST enabled app: coldbox create app name="myApp" --rest
    • New create app argument for modern or boxlang skeletons: docker to create a Docker enabled app: coldbox create app name="myApp" --docker
  • New create app argument for modern or boxlang skeletons: migrations to create a Migrations enabled app: coldbox create app name="myApp" --migrations
  • New --cfml argument to create a CFML app: coldbox create app name="myApp" --cfml instead of BoxLang (app is default)
  • BoxLang template skeleton rename
  • Updated docs for BoxLang detection

7.8.0

06 Aug 10:50

Choose a tag to compare

Added

  • Copilot instructions for AI coding assistance
  • If the skeleton is default and this is a BoxLang project, it will switch the skeleton to BoxLang.
  • added dependabot
  • Moved testbox-cli and commandbox-migrations to dependencies so we can use them in the CLI commands

7.7.0

29 Apr 13:09

Choose a tag to compare

Fixed

  • More fixes for boxlang arguments

7.6.0

28 Apr 21:20

Choose a tag to compare

Added

  • New modern template for creating modern apps with the latest features
  • New boxlang template for creating apps with the latest boxlang features
  • Modernization of all templates to use the latest features of ColdBox
  • New --boxlang argument to create content for BoxLang
  • New language argument detection for BoxLang

Changed

  • Updated to the latest Ubuntu images for the GitHub actions

Fixed

  • Fixed resource handler creation.

7.5.0

16 Oct 10:16
f760ee7

Choose a tag to compare

Fixed

  • watch reinit issues with coldbox watch command
  • key [TEMPLATEPATH] doesn't exist when doing orm operations. This was a typo, it should have been templatesPath