angel_cli 2.1.7+1
angel_cli: ^2.1.7+1 copied to clipboard
Command-line tools for the Angel framework, including scaffolding.
2.1.7+1 #
- Fix a bug where new directories were not being created in
init.
2.1.7 #
- Fix a bug where
ArgResults.argumentswas used ininitinstead of the intendedArgResults.rest. - Stop including
package:angel_modelimports inmake model. - Update dependencies in
makecommands. - Fix
make modelto generate ORM + migration by default. - Fix
MakerDependencylogic to print missing dependencies.
2.1.6 #
- Fix a bug where models always defaulted to ORM.
- Add GraphQL boilerplate.
- Automatically restore terminal colors on shutdown.
2.1.5+1 #
- Update to
inflection2.
2.1.5 #
- Add
sharedboilerplates. - Remove uncecessary
angel_modelimports.
2.1.4+1 #
- Patch
part of 'path'renames.
2.1.4 #
- The
migrationargument tomodeljust emits an annotation now. - Add the ORM boilerplate.
2.1.3 #
- Fix generation of ORM models.
- A
--project-nametoinitcommand.
2.1.2 #
- No migrations-by-default.
2.1.1 #
- Edit the way
renameruns, leaving no corner unturned.
2.1.0 #
- Deprecate
angel install. - Rename projects using
snake_case. initnow fetches frommaster.- Remove the
1.xoption. - Add
make migrationcommand. - Replace
{{oldName}}in therenamecommand. pub getnow runs withinheritStdio.
2.0.1 #
deploy systemdnow has an--installoption, where you can immediately spawn the service.
2.0.0 #
initcan now produce either 1.x or 2.x projects.- Fixed deps for compatibility with Dart2 stable.
1.3.4 #
- Fix another typo.
1.3.3 #
- Fix a small typo in the model generator.
1.3.2 #
- Restore
partdirectives in generated models.
1.3.1 #
- Add
deploy nginxanddeploy systemd.
1.3.0 #
- Focus on Dart2 from here on out.
- Update
code_builder. - More changes...
1.1.5 #
Deprecated several commands, in favor of the make
command:
controllerpluginservicetest
The rename command will now replace all occurrences
of the old project names with the new one in config/
YAML files, and also operates on the glob config/**/*.yaml.
Changed the call to run angel start to run dart bin/server.dart instead, after an
init command.