platform-cli/CHANGELOG.md
2019-01-09 12:46:12 -05:00

58 lines
1.3 KiB
Markdown

# 2.1.3
* Fix generation of ORM models.
* A `--project-name` to `init` command.
# 2.1.2
* No migrations-by-default.
# 2.1.1
* Edit the way `rename` runs, leaving no corner unturned.
# 2.1.0
* Deprecate `angel install`.
* Rename projects using `snake_case`.
* `init` now fetches from `master`.
* Remove the `1.x` option.
* Add `make migration` command.
* Replace `{{oldName}}` in the `rename` command.
* `pub get` now runs with `inheritStdio`.
# 2.0.1
* `deploy systemd` now has an `--install` option, where you can immediately
spawn the service.
# 2.0.0
* `init` can 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 `part` directives in generated models.
# 1.3.1
* Add `deploy nginx` and `deploy 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:
* `controller`
* `plugin`
* `service`
* `test`
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.