platform-cli/CHANGELOG.md

169 lines
2.9 KiB
Markdown
Raw Normal View History

2021-07-17 05:10:35 +00:00
# Change Log
2023-06-10 12:21:24 +00:00
## 8.0.0
2022-05-01 10:00:33 +00:00
2023-06-10 12:21:24 +00:00
* Required SDK > 3.0.x
## 7.0.0
* Skipped release
2022-05-01 10:00:33 +00:00
2022-04-26 01:32:24 +00:00
## 6.0.0
2022-04-26 01:29:35 +00:00
* Updated SDK to 2.16.x
2022-04-26 01:32:24 +00:00
## 5.0.0
* Skipped release
2022-01-13 14:32:40 +00:00
## 4.0.0
* Changed `pub` to `dart pub`
* Changed `pub build` to `dart build`
2022-04-26 01:29:35 +00:00
* Updated SDK to 2.14.0
2022-01-13 14:32:40 +00:00
2021-09-16 02:14:04 +00:00
## 3.2.0
* Upgraded from `pedantic` to `lints` linter
2021-09-07 00:11:42 +00:00
## 3.1.1
* Fixed NNBD issues
2021-08-17 07:49:48 +00:00
## 3.1.0
* Upgraded to support `analyzer` 2.0.0 major release
2021-07-18 08:02:41 +00:00
## 3.0.1
* Updated help to use `angel3`
* Updated to use `angel3` packages
* Updated screenshot
2021-07-17 05:10:35 +00:00
## 3.0.0
* Fixed NNBD issues
* Updated to use `angel3` packages
2021-07-18 04:22:11 +00:00
* Fixed incorrect import for new project
2021-07-18 04:34:31 +00:00
* Updated screenshot
2021-07-17 05:10:35 +00:00
## 3.0.0-beta.2
2021-06-12 04:23:33 +00:00
* Updated README
2021-07-17 05:10:35 +00:00
## 3.0.0-beta.1
2021-06-11 05:07:53 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-06-12 04:10:34 +00:00
* Replaced `mustache4dart2` with `mustache_template`
* Replaced `inflection2` with `inflection3`
2021-06-11 05:07:53 +00:00
2021-07-17 05:10:35 +00:00
## 2.1.7+1
2019-08-07 07:43:19 +00:00
* Fix a bug where new directories were not being created in
`init`.
2021-07-17 05:10:35 +00:00
## 2.1.7
2019-07-17 15:18:49 +00:00
* Fix a bug where `ArgResults.arguments` was used in `init` instead of the
intended `ArgResults.rest`.
* Stop including `package:angel_model` imports in `make model`.
* Update dependencies in `make` commands.
* Fix `make model` to generate ORM + migration by default.
* Fix `MakerDependency` logic to print missing dependencies.
2021-07-17 05:10:35 +00:00
## 2.1.6
2019-04-29 17:41:35 +00:00
* Fix a bug where models always defaulted to ORM.
* Add GraphQL boilerplate.
* Automatically restore terminal colors on shutdown.
2021-07-17 05:10:35 +00:00
## 2.1.5+1
2019-04-17 19:12:00 +00:00
* Update to `inflection2`.
2021-07-17 05:10:35 +00:00
## 2.1.5
2019-01-25 16:02:38 +00:00
* Add `shared` boilerplates.
* Remove uncecessary `angel_model` imports.
2021-07-17 05:10:35 +00:00
## 2.1.4+1
2019-01-12 00:49:11 +00:00
* Patch `part of 'path'` renames.
2021-07-17 05:10:35 +00:00
## 2.1.4
2019-01-12 00:12:06 +00:00
* The `migration` argument to `model` just emits an annotation now.
* Add the ORM boilerplate.
2021-07-17 05:10:35 +00:00
## 2.1.3
2019-01-09 17:46:12 +00:00
* Fix generation of ORM models.
* A `--project-name` to `init` command.
2021-07-17 05:10:35 +00:00
## 2.1.2
2018-12-31 18:27:34 +00:00
* No migrations-by-default.
2021-07-17 05:10:35 +00:00
## 2.1.1
2018-12-31 17:29:53 +00:00
* Edit the way `rename` runs, leaving no corner unturned.
2021-07-17 05:10:35 +00:00
## 2.1.0
2018-12-31 16:09:46 +00:00
* Deprecate `angel install`.
2018-12-31 16:14:18 +00:00
* Rename projects using `snake_case`.
* `init` now fetches from `master`.
* Remove the `1.x` option.
2018-12-31 16:29:40 +00:00
* Add `make migration` command.
* Replace `{{oldName}}` in the `rename` command.
* `pub get` now runs with `inheritStdio`.
2018-12-31 16:09:46 +00:00
2021-07-17 05:10:35 +00:00
## 2.0.1
2018-10-04 15:57:18 +00:00
* `deploy systemd` now has an `--install` option, where you can immediately
spawn the service.
2021-07-17 05:10:35 +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
2021-07-17 05:10:35 +00:00
## 1.3.4
2018-07-15 04:51:23 +00:00
* Fix another typo.
2021-07-17 05:10:35 +00:00
## 1.3.3
2018-07-15 04:49:18 +00:00
* Fix a small typo in the model generator.
2021-07-17 05:10:35 +00:00
## 1.3.2
2018-07-15 04:45:01 +00:00
* Restore `part` directives in generated models.
2021-07-17 05:10:35 +00:00
## 1.3.1
2018-07-15 04:11:38 +00:00
* Add `deploy nginx` and `deploy systemd`.
2021-07-17 05:10:35 +00:00
## 1.3.0
2018-07-14 23:50:08 +00:00
* Focus on Dart2 from here on out.
* Update `code_builder`.
* More changes...
2021-07-17 05:10:35 +00:00
## 1.1.5
2017-08-08 01:45:37 +00:00
Deprecated several commands, in favor of the `make`
command:
2021-07-17 05:10:35 +00:00
2017-08-08 01:45:37 +00:00
* `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.