2021-06-21 06:16:06 +00:00
|
|
|
# Change Log
|
|
|
|
|
2023-05-20 15:37:23 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
2023-05-26 23:27:47 +00:00
|
|
|
* Updated: angel3_http_exception
|
|
|
|
* Updated: angel3_route
|
|
|
|
* Updated: angel3_model
|
|
|
|
* Updated: angel3_container
|
|
|
|
* Updated: angel3_container_generator
|
|
|
|
* Updated: angel3_mock_request
|
|
|
|
* Updated: angel3_framework
|
|
|
|
* Updated: angel3_auth (4 failed test cases)
|
|
|
|
* Updated: angel3_configuration
|
|
|
|
* Updated: angel3_validate
|
|
|
|
* Updated: angel3_client (1 failed test cases)
|
|
|
|
* Updated: angel3_websocket (1 failed test cases)
|
|
|
|
* Updated: angel3_test
|
|
|
|
* Updated: jael3
|
|
|
|
* Updated: jael3_preprocessor
|
|
|
|
* Updated: jael3_language_server
|
2023-05-26 23:42:46 +00:00
|
|
|
* Updated: angel3_jael
|
|
|
|
* Updated: jael3_web
|
|
|
|
* Updated: angel3_production
|
|
|
|
* Updated: angel3_hot
|
|
|
|
* Updated: angel3_static
|
2023-05-26 23:59:53 +00:00
|
|
|
* Updated: angel3_serialize
|
|
|
|
* Updated: angel3_serialize_generator
|
|
|
|
* Updated: angel3_orm
|
|
|
|
* Updated: angel3_orm_generator
|
2023-05-27 00:56:05 +00:00
|
|
|
* Updated: angel3_migration
|
|
|
|
* Updated: angel3_migration_generator
|
|
|
|
* Updated: angel3_orm_postgresql
|
|
|
|
* Updated: angel3_orm_mysql
|
|
|
|
* Updated: angel3_orm_service
|
|
|
|
* Updated: angel3_orm_test
|
|
|
|
* Updated: angel3_orm_cache
|
|
|
|
* Updated: angel3_orm_cors
|
2023-05-20 15:37:23 +00:00
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
|
|
|
## 6.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.16
|
|
|
|
* Added ORM MySQL
|
|
|
|
|
|
|
|
## 5.0.0
|
|
|
|
|
|
|
|
* Skipped version
|
|
|
|
|
2021-09-14 05:40:42 +00:00
|
|
|
## 4.1.x
|
2021-09-12 02:34:20 +00:00
|
|
|
|
|
|
|
* Refactored the framework internal to use [Belatuk Common Utilities](<https://github.com/dart-backend/belatuk-common-utilities>)
|
|
|
|
* Updated to use `lints` linter
|
2021-09-13 02:45:15 +00:00
|
|
|
* Updated [website](<https://angel3-framework.web.app/>)
|
|
|
|
* Updated [examples](<https://github.com/dart-backend/belatuk-examples>)
|
2021-09-12 02:34:20 +00:00
|
|
|
* Fixed ORM code generator
|
|
|
|
* Fixed Serializer code generator
|
|
|
|
* Fixed graphQL code generator
|
|
|
|
* Fixed CLI
|
|
|
|
* Fixed failed test cases
|
|
|
|
|
2021-06-21 06:16:06 +00:00
|
|
|
## 4.0.0 (NNBD)
|
|
|
|
|
2021-05-16 08:20:23 +00:00
|
|
|
* Published all packages with `angel3_` prefix
|
2021-06-21 06:16:06 +00:00
|
|
|
* Changed Dart SDK requirements for all packages to ">=2.12.0 <3.0.0" to support NNBD.
|
2021-04-29 07:21:31 +00:00
|
|
|
* Migrated pretty_logging to 3.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_http_exception to 3.0.0 (0/0 tests passed)
|
2021-09-13 02:45:15 +00:00
|
|
|
* Moved angel_cli to [CLI Repository](<https://github.com/dukefirehawk/cli>) (Not migrated yet)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Added code_buffer and migrated to 2.0.0 (16/16 tests passed)
|
|
|
|
* Added combinator and migrated to 2.0.0 (16/16 tests passed)
|
2021-04-26 00:47:32 +00:00
|
|
|
* Migrated angel_route to 5.0.0 (35/35 tests passed)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Migrated angel_model to 3.0.0 (0/0 tests passed)
|
2021-04-26 00:47:32 +00:00
|
|
|
* Migrated angel_container to 3.0.0 (55/55 tests passed)
|
|
|
|
* Added merge_map and migrated to 2.0.0 (6/6 tests passed)
|
2021-06-26 10:02:41 +00:00
|
|
|
* Added mock_request and migrated to 2.0.0 (5/5 tests)
|
2021-05-29 01:14:16 +00:00
|
|
|
* Migrated angel_framework to 4.0.0 (149/150 tests passed)
|
2021-07-08 01:20:21 +00:00
|
|
|
* Migrated angel_auth to 4.0.0 (31/31 tests passed)
|
2021-07-08 05:25:34 +00:00
|
|
|
* Migrated angel_configuration to 4.0.0 (8/8 testspassed)
|
2021-07-09 05:39:39 +00:00
|
|
|
* Migrated angel_validate to 4.0.0 (7/7 tests passed)
|
2021-04-26 00:47:32 +00:00
|
|
|
* Migrated json_god to 4.0.0 (13/13 tests passed)
|
2021-07-09 14:19:33 +00:00
|
|
|
* Migrated angel_client to 4.0.0 (13/13 tests passed)
|
2021-07-15 07:57:47 +00:00
|
|
|
* Migrated angel_websocket to 4.0.0 (3/3 tests passed)
|
2021-05-02 04:12:43 +00:00
|
|
|
* Migrated angel_test to 4.0.0 (1/1 test passed)
|
2021-04-27 23:58:38 +00:00
|
|
|
* Added symbol_table and migrated to 2.0.0 (16/16 tests passed)
|
2021-04-29 23:32:16 +00:00
|
|
|
* Migrated jael to 4.0.0 (20/20 tests passed)
|
2021-04-30 07:08:54 +00:00
|
|
|
* Migrated jael_preprocessor to 3.0.0 (5/5 tests passed)
|
2021-04-30 07:19:26 +00:00
|
|
|
* Migrated angel_jael to 4.0.0 (1/1 test passed)
|
2021-05-01 02:03:46 +00:00
|
|
|
* Migrated pub_sub to 4.0.0 (16/16 tests passed)
|
|
|
|
* Migrated production to 3.0.0 (0/0 tests passed)
|
2021-05-01 02:57:26 +00:00
|
|
|
* Added html_builder and migrated to 2.0.0 (1/1 tests passed)
|
|
|
|
* Migrated hot to 4.0.0 (0/0 tests passed)
|
2021-05-01 03:39:09 +00:00
|
|
|
* Added range_header and migrated to 3.0.0 (12/12 tests passed)
|
2021-07-04 05:59:50 +00:00
|
|
|
* Migrated angel_static to 4.0.0 (12/12 test passed)
|
2021-05-02 09:06:57 +00:00
|
|
|
* Created basic-sdk-2.12.x_nnbd template (1/1 test passed) <= Milestone 1
|
2021-05-02 06:02:08 +00:00
|
|
|
* Migrated angel_serialize to 4.0.0 (0/0 test passed)
|
|
|
|
* Migrated angel_serialize_generator to 4.0.0 (33/33 tests passed)
|
2021-05-02 11:33:32 +00:00
|
|
|
* Migrated angel_orm to 3.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_migration to 3.0.0 (0/0 tests passed)
|
2021-05-02 09:06:57 +00:00
|
|
|
* Added inflection2 and migrated to 1.0.0 (28/32 tests passed)
|
2021-06-21 06:16:06 +00:00
|
|
|
* Migrated angel_orm_generator to 4.0.0 (0/0 tests passed)
|
2021-05-03 06:45:41 +00:00
|
|
|
* Migrated angel_migration_runner to 3.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_orm_test to 3.0.0 (0/0 tests passed)
|
2021-05-06 05:30:08 +00:00
|
|
|
* Migrated angel_orm_postgres to 3.0.0 (51/54 tests passed)
|
2021-05-14 03:06:32 +00:00
|
|
|
* Create orm-sdk-2.12.x boilerplate (in progress) <= Milestone 2
|
2021-05-30 00:52:37 +00:00
|
|
|
* Migrated angel_auth_oauth2 to 4.0.0 (0/0 tests passed)
|
2021-06-26 10:24:52 +00:00
|
|
|
* Migrated angel_auth_cache to 4.0.0 (7/7 tests passed)
|
2021-07-10 01:05:24 +00:00
|
|
|
* Migrated angel_auth_cors to 4.0.0 (15/15 tests passed)
|
2021-05-30 00:52:37 +00:00
|
|
|
* Migrated angel_oauth2 to 4.0.0 (17/25 tests passed)
|
2021-07-15 08:41:30 +00:00
|
|
|
* Migrated angel_proxy to 4.0.0 (6/7 tests passed)
|
2021-06-21 01:27:19 +00:00
|
|
|
* Migrated angel_file_service to 4.0.0 (6/6 tests passed)
|
|
|
|
* Migrated graphql_parser to 2.0.0 (55/55 tests passed)
|
|
|
|
* Migrated graphql_schema to 2.0.0 (34/35 tests passed)
|
|
|
|
* Migrated graphql_server to 2.0.0 (9/10 tests passed)
|
|
|
|
* Migrated graphql_generator to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated data_loader to 2.0.0 (7/7 tests passed)
|
|
|
|
* Migrated angel_graphql to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_mongo to 3.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_orm_mysql to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_orm_service to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated body_parser to 2.0.0 (11/11 tests passed)
|
|
|
|
* Migrated angel_markdown to 3.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_jinja to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_html to 3.0.0 (1/3 tests passed)
|
|
|
|
* Migrated angel_mustache to 2.0.0 (3/3 tests passed)
|
|
|
|
* Migrated angel_paginate to 3.0.0 (18/18 tests passed)
|
|
|
|
* Migrated angel_poll to 2.0.0 (0/5 tests passed)
|
|
|
|
* Migrated angel_redis to 2.0.0 (0/8 tests passed)
|
|
|
|
* Migrated angel_seeder to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_relations to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_rethink to 2.0.0 (0/0 tests passed)
|
|
|
|
* Migrated angel_security to 2.0.0 (0/1 tests passed)
|
|
|
|
* Migrated angel_sembast to 2.0.0 (10/10 tests passed)
|
|
|
|
* Migrated angel_sync to 3.0.0 (0/1 tests passed)
|
|
|
|
* Migrated angel_typed_service to 3.0.0 (4/4 tests passed)
|
|
|
|
* Migrated angel_shelf to 2.0.0 (0/1 tests passed)
|
2021-06-21 04:43:13 +00:00
|
|
|
* Migrated user_agent to 2.0.0 (0/0 tests passed)
|
2021-06-21 01:27:19 +00:00
|
|
|
* Migrated angel_user_agent to 2.0.0 (0/0 tests passed)
|
2021-03-13 00:17:38 +00:00
|
|
|
|
2021-06-21 06:16:06 +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-04-29 07:21:31 +00:00
|
|
|
* Updated pretty_logging to 2.0.0 (0/0 tests passed)
|
|
|
|
* Updated angel_http_exception to 2.0.0 (0/0 tests passed)
|
2021-03-08 15:27:52 +00:00
|
|
|
* Updated angel_cli to 3.0.0. (Rename not working)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Updated angel_route to 4.0.0 (35/35 tests passed)
|
|
|
|
* Updated angel_model to 2.0.0 (0/0 tests passed)
|
|
|
|
* Updated angel_container to 2.0.0 (55/55 tests passed)
|
2021-05-29 01:14:16 +00:00
|
|
|
* Updated angel_framework to 3.0.0 (150/151 tests passed)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Updated angel_auth to 3.0.0 (28/32 tests passed)
|
|
|
|
* Updated angel_configuration to 3.0.0 (6/8 tests passed)
|
|
|
|
* Updated angel_validate to 3.0.0 (7/7 tests passed)
|
|
|
|
* Added and updated json_god to 3.0.0 (7/7 tests passed)
|
|
|
|
* Updated angel_client to 3.0.0 (10/13 tests passed)
|
2021-04-25 04:42:09 +00:00
|
|
|
* Updated angel_websocket to 3.0.0 (3/3 tests passed)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Updated jael to 3.0.0 (20/20 tests passed)
|
|
|
|
* Updated jael_preprocessor to 3.0.0 (5/5 tests passed)
|
|
|
|
* Updated test to 3.0.0 (1/1 tests passed)
|
|
|
|
* Updated angel_jael to 3.0.0 (1/1 tests passed, Issue with 2 dependencies)
|
2021-05-01 01:54:59 +00:00
|
|
|
* Added pub_sub and updated to 3.0.0 (16/16 tests passed)
|
2021-04-29 07:21:31 +00:00
|
|
|
* Updated production to 2.0.0 (0/0 tests passed)
|
|
|
|
* Updated hot to 3.0.0 (0/0 tests passed)
|
|
|
|
* Updated static to 3.0.0 (12/12 tests passed)
|
2021-05-02 06:02:08 +00:00
|
|
|
* Update basic-sdk-2.12.x boilerplate (1/1 tests passed)
|
|
|
|
* Updated angel_serialize to 3.0.0 (0/0 tests passed)
|
|
|
|
* Updated angel_serialize_generator to 3.0.0 (33/33 tests passed)
|
2021-05-02 07:32:24 +00:00
|
|
|
* Updated angel_orm to 3.0.0 (0/0 tests passed)
|
2021-05-02 08:39:25 +00:00
|
|
|
* Updated angel_migration to 3.0.0 (0/0 tests passed)
|
2021-05-02 11:44:38 +00:00
|
|
|
* Updated angel_orm_generator to 3.0.0 (0/0 tests passed, use a fork of postgres)
|
|
|
|
* Updated angel_migration_runner to 3.0.0 (0/0 tests passed)
|
2021-05-04 08:53:32 +00:00
|
|
|
* Updated angel_orm_test to 1.0.0 (0/0 tests passed)
|
|
|
|
* Updated angel_orm_postgres to 2.0.0 (52/54 tests passed)
|
2021-03-08 16:34:11 +00:00
|
|
|
* Update orm-sdk-2.12.x boilerplate
|
2021-05-30 00:52:37 +00:00
|
|
|
* Updated angel_auth_oauth2 to 3.0.0 (0/0 tests passed)
|
|
|
|
* Updated angel_auth_cache to 3.0.0 (0/7 tests passed)
|
|
|
|
* Updated angel_auth_cors to 3.0.0 (15/15 tests passed)
|
|
|
|
* Updated angel_oauth2 to 3.0.0 (17/25 tests passed)
|
2021-03-13 00:33:37 +00:00
|
|
|
* 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-06-21 06:16:06 +00:00
|
|
|
## 2.2.0
|
|
|
|
|
2021-02-14 05:22:25 +00:00
|
|
|
* 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-06-21 06:16:06 +00:00
|
|
|
## 2.1.x and below
|
2021-02-14 05:22:25 +00:00
|
|
|
|
2021-06-21 06:16:06 +00:00
|
|
|
* Refer to the orginal repo before the fork
|