2021-03-16 00:14:28 +00:00
|
|
|
# 4.0.0 (NNBD)
|
2021-03-13 00:17:38 +00:00
|
|
|
* Changed Dart SDK requirements for all packages to ">=2.12.0 <3.0.0" to support NNBD.
|
2021-03-16 00:14:28 +00:00
|
|
|
* Updated pretty_logging to 3.0.0
|
|
|
|
* Updated angel_http_exception to 3.0.0
|
2021-03-17 23:04:36 +00:00
|
|
|
* Moved angel_cli to https://github.com/dukefirehawk/cli
|
2021-03-18 00:21:42 +00:00
|
|
|
* Added code_buffer and updated to 2.0.0
|
|
|
|
* Added combinator and updated to 2.0.0
|
2021-03-16 00:14:28 +00:00
|
|
|
* Updated angel_route to 5.0.0
|
2021-03-18 00:15:01 +00:00
|
|
|
* Updated angel_model to 3.0.0
|
2021-03-18 00:21:42 +00:00
|
|
|
* Updated angel_container to 3.0.0
|
2021-03-20 08:11:18 +00:00
|
|
|
* Added merge_map and updated to 2.0.0
|
|
|
|
* Added mock_request and updated to 2.0.0
|
|
|
|
* Updated angel_framework to 4.0.0 (Revisit TODO)
|
|
|
|
* Updated angel_auth to 4.0.0 (todo)
|
|
|
|
* Updated angel_configuration to 4.0.0 (todo)
|
2021-03-13 00:17:38 +00:00
|
|
|
|
|
|
|
# 3.0.0 (Non NNBD)
|
2021-03-06 14:10:24 +00:00
|
|
|
* Changed Dart SDK requirements for all packages to ">=2.10.0 <3.0.0"
|
2021-03-08 15:27:52 +00:00
|
|
|
* Updated pretty_logging to 2.0.0
|
|
|
|
* Updated angel_http_exception to 2.0.0
|
|
|
|
* Updated angel_cli to 3.0.0. (Rename not working)
|
|
|
|
* Updated angel_route to 4.0.0
|
|
|
|
* Updated angel_model to 2.0.0
|
|
|
|
* Updated angel_container to 2.0.0
|
|
|
|
* Updated angel_framework to 3.0.0
|
|
|
|
* Updated angel_auth to 3.0.0
|
|
|
|
* Updated angel_configuration to 3.0.0
|
|
|
|
* Updated jael to 3.0.0
|
|
|
|
* Updated jael_preprocessor to 3.0.0
|
|
|
|
* Updated validate to 3.0.0
|
|
|
|
* Added and updated json_god to 3.0.0
|
|
|
|
* Updated angel_client to 3.0.0
|
|
|
|
* Updated angel_websocket to 3.0.0 (one issue to be resolved)
|
|
|
|
* Updated test to 3.0.0
|
|
|
|
* Updated angel_jael to 3.0.0 (Issue with 2 dependencies)
|
|
|
|
* Added pub_sub and updated to 3.0.0
|
|
|
|
* Updated production to 2.0.0
|
|
|
|
* Updated hot to 3.0.0
|
|
|
|
* Updated static to 3.0.0
|
|
|
|
* Update basic-sdk-2.12.x boilerplate
|
|
|
|
* Updated angel_serialize to 3.0.0
|
|
|
|
* Updated angel_serialize_generator to 3.0.0
|
|
|
|
* Updated angel_orm to 3.0.0
|
|
|
|
* Updated angel_migration to 3.0.0
|
|
|
|
* Updated angel_orm_generator to 3.0.0 (use a fork of postgres)
|
|
|
|
* Updated angel_migration_runner to 3.0.0
|
|
|
|
* Updated angel_orm_test to 1.0.0
|
|
|
|
* Updated angel_orm_postgres to 2.0.0
|
2021-03-08 16:34:11 +00:00
|
|
|
* Update orm-sdk-2.12.x boilerplate
|
2021-03-13 00:17:38 +00:00
|
|
|
* Updated angel_auth_oauth2 to 3.0.0
|
|
|
|
* Updated angel_auth_cache to 3.0.0
|
2021-03-13 00:33:37 +00:00
|
|
|
* Updated angel_auth_cors to 3.0.0
|
|
|
|
* Updated angel_container_generator to 2.0.0
|
|
|
|
* Updated angel_file_service to 3.0.0
|
2021-03-13 01:05:50 +00:00
|
|
|
* Updated angel_eventsource to 2.0.0 (use a fork of eventsource)
|
2021-03-13 01:33:09 +00:00
|
|
|
* Updated angel_auth_twitter to 3.0.0 (use a fork of twitter and oauth)
|
2021-03-06 12:40:23 +00:00
|
|
|
|
2021-02-14 05:22:25 +00:00
|
|
|
# 2.2.0
|
|
|
|
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0"
|
|
|
|
* Upgraded 3rd party libraries to the latest version prior to dart 2.12
|
|
|
|
* Fixed broken code due to 3rd party libraries update
|
|
|
|
* Revert packages/validate from version 3.0 to version 2.2
|
|
|
|
|
2021-03-13 00:17:38 +00:00
|
|
|
# 2.1.x and below
|
|
|
|
* Refer to the orginal repo before the fork
|
2021-02-14 05:22:25 +00:00
|
|
|
|