Releases: ColdBox/coldbox-cli
Releases · ColdBox/coldbox-cli
v8.1.0
Full Changelog: v8.0.0...v8.1.0
8.0.0
7.10.0
Added
- Modules Inherit Entry Point defaults to
truenow - 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:
viteto create a Vite enabled app:coldbox create app name="myApp" --vite - New create app argument for modern or boxlang skeletons:
restto create a REST enabled app:coldbox create app name="myApp" --rest -
- New create app argument for modern or boxlang skeletons:
dockerto create a Docker enabled app:coldbox create app name="myApp" --docker
- New create app argument for modern or boxlang skeletons:
- New create app argument for modern or boxlang skeletons:
migrationsto create a Migrations enabled app:coldbox create app name="myApp" --migrations - New
--cfmlargument to create a CFML app:coldbox create app name="myApp" --cfmlinstead of BoxLang (app is default) - BoxLang template skeleton rename
- Updated docs for BoxLang detection
7.8.0
Added
- Copilot instructions for AI coding assistance
- If the skeleton is
defaultand this is a BoxLang project, it will switch the skeleton toBoxLang. - added dependabot
- Moved
testbox-cliandcommandbox-migrationsto dependencies so we can use them in the CLI commands
7.7.0
Fixed
- More fixes for
boxlangarguments
7.6.0
Added
- New
moderntemplate for creating modern apps with the latest features - New
boxlangtemplate for creating apps with the latest boxlang features - Modernization of all templates to use the latest features of ColdBox
- New
--boxlangargument to create content for BoxLang - New
languageargument detection for BoxLang
Changed
- Updated to the latest Ubuntu images for the GitHub actions
Fixed
- Fixed resource handler creation.
7.5.0
Fixed
- watch reinit issues with
coldbox watchcommand - key [TEMPLATEPATH] doesn't exist when doing orm operations. This was a typo, it should have been
templatesPath
7.4.0
Fixed
- Create resources missing
openparam
Added
- More documentation
7.3.0
Added
- New github actions
- Lazy load
testbox-cli, commandbox-migrationsonly when used.
7.2.1
Fixed
- Fixed
coldbox create layoutfailing due to unescpaed#view()#command