platform-cli/CHANGELOG.md

36 lines
783 B
Markdown
Raw Normal View History

2018-10-04 15:34:59 +00:00
# 2.0.0
2018-10-04 15:23:41 +00:00
* `init` can now produce either 1.x or 2.x projects.
2018-10-04 15:34:59 +00:00
* Fixed deps for compatibility with Dart2 stable.
2018-10-04 15:23:41 +00:00
2018-07-15 04:51:23 +00:00
# 1.3.4
* Fix another typo.
2018-07-15 04:49:18 +00:00
# 1.3.3
* Fix a small typo in the model generator.
2018-07-15 04:45:01 +00:00
# 1.3.2
* Restore `part` directives in generated models.
2018-07-15 04:11:38 +00:00
# 1.3.1
* Add `deploy nginx` and `deploy systemd`.
2018-07-14 23:50:08 +00:00
# 1.3.0
* Focus on Dart2 from here on out.
* Update `code_builder`.
* More changes...
2017-08-08 01:45:37 +00:00
# 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
2018-07-15 04:49:18 +00:00
`init` command.