diff --git a/README.md b/README.md index 09a2101c..2df56455 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ For more details, checkout [Project Status](https://github.com/dart-backend/ange ## Release Notes +### Release 9.0.0 (Future) + +* Performance optimsation +* Update and enhance ORM to support macro + ### Release 8.0.0 (Current) * Updated `angel3_` packages to require dart >= 3.0.0 @@ -88,8 +93,8 @@ For more details, checkout [Project Status](https://github.com/dart-backend/ange * Add cache support in ORM (using Redis) * Upgrade and release angel3_oauth2 8.0.0 (5 failed test cases) * Upgrade and release angel3_auth_twitter 8.0.0 (issue: oauth1 don't support http 1.0.0) -* Upgrade and release angel3_mongo 8.0.0 (issue: mongo_dart don't support http 1.0.0) * Upgrade and release angel3_shelf 8.0.0 (2 failed test cases) +* Migrate and release angel3_rethink ## Installation and Setup @@ -191,7 +196,7 @@ Interested in contributing to Angel3? See the contribution guide [here](CONTRIBU 3. Download and install [Dart 3](https://dart.dev/get-dart) -4. Install `melos` 3.0 +4. Install `melos` 6.1 ```bash dart pub global activate melos diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d866df19..bf254169 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/client/pubspec.yaml b/packages/client/pubspec.yaml index 0045ae53..b3594081 100644 --- a/packages/client/pubspec.yaml +++ b/packages/client/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_client -version: 8.1.1 +version: 8.2.0 description: A browser, mobile and command line based client that supports querying Angel3 servers homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/client diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index a9f19393..c636f2fb 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/configuration/pubspec.yaml b/packages/configuration/pubspec.yaml index 3b6daaa7..073cc4f2 100644 --- a/packages/configuration/pubspec.yaml +++ b/packages/configuration/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_configuration -version: 8.1.1 +version: 8.2.0 description: Automatic YAML application configuration loader for Angel 3, with .env support. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/configuration diff --git a/packages/container/angel_container/CHANGELOG.md b/packages/container/angel_container/CHANGELOG.md index 377e468a..8bfbae1b 100644 --- a/packages/container/angel_container/CHANGELOG.md +++ b/packages/container/angel_container/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index c8405dea..5294cf81 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_container -version: 8.1.1 +version: 8.2.0 description: Angel3 hierarchical DI container, and pluggable backends for reflection. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container diff --git a/packages/container/angel_container_generator/CHANGELOG.md b/packages/container/angel_container_generator/CHANGELOG.md index ff1e2664..5cd1010d 100644 --- a/packages/container/angel_container_generator/CHANGELOG.md +++ b/packages/container/angel_container_generator/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/container/angel_container_generator/pubspec.yaml b/packages/container/angel_container_generator/pubspec.yaml index 926ad32d..dc648cab 100644 --- a/packages/container/angel_container_generator/pubspec.yaml +++ b/packages/container/angel_container_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_container_generator -version: 8.1.1 +version: 8.2.0 description: Codegen support for using pkg:reflectable with pkg:angel3_container. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container_generator diff --git a/packages/cors/CHANGELOG.md b/packages/cors/CHANGELOG.md index f8b52d68..6f28ccdc 100644 --- a/packages/cors/CHANGELOG.md +++ b/packages/cors/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/cors/pubspec.yaml b/packages/cors/pubspec.yaml index e508a995..d9f9d103 100644 --- a/packages/cors/pubspec.yaml +++ b/packages/cors/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_cors -version: 8.1.1 +version: 8.2.0 description: Angel3 CORS middleware. Ported from expressjs/cors to Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/cors diff --git a/packages/file_service/CHANGELOG.md b/packages/file_service/CHANGELOG.md index 84fcf8f8..fded874e 100644 --- a/packages/file_service/CHANGELOG.md +++ b/packages/file_service/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/file_service/pubspec.yaml b/packages/file_service/pubspec.yaml index fa89d596..af000f8d 100644 --- a/packages/file_service/pubspec.yaml +++ b/packages/file_service/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_file_service -version: 8.1.0 +version: 8.2.0 description: Angel service that persists data to a file on disk, stored as a JSON list. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/file_service diff --git a/packages/hot/CHANGELOG.md b/packages/hot/CHANGELOG.md index 38361a4a..c4977e99 100644 --- a/packages/hot/CHANGELOG.md +++ b/packages/hot/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.3.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.2.1 * Updated repository link diff --git a/packages/hot/pubspec.yaml b/packages/hot/pubspec.yaml index bda245fb..8b988be7 100644 --- a/packages/hot/pubspec.yaml +++ b/packages/hot/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_hot -version: 8.2.1 +version: 8.3.0 description: Supports hot reloading/hot code push of Angel3 servers on file changes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/hot diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 5c80b4c6..4cf4ce61 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.1.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.0.0 * Require Dart >= 3.0 diff --git a/packages/html/pubspec.yaml b/packages/html/pubspec.yaml index ff4fd5bd..6ae5a785 100644 --- a/packages/html/pubspec.yaml +++ b/packages/html/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_html -version: 8.0.0 +version: 8.1.0 description: Support for rendering html_builder AST's as responses in Angel. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/angel3/packages/html_builder diff --git a/packages/http_exception/AUTHORS.md b/packages/http_exception/AUTHORS.md index ac95ab58..6ae218e2 100644 --- a/packages/http_exception/AUTHORS.md +++ b/packages/http_exception/AUTHORS.md @@ -3,7 +3,7 @@ Primary Authors * __[Thomas Hii](dukefirehawk.apps@gmail.com)__ - Thomas is the current maintainer of the code base. He has refactored and migrated the + Thomas is the current maintainer of the code base. He has refactored and migrated the code base to support NNBD. * __[Tobe O](thosakwe@gmail.com)__ diff --git a/packages/http_exception/CHANGELOG.md b/packages/http_exception/CHANGELOG.md index 1b7db3c4..8749d86b 100644 --- a/packages/http_exception/CHANGELOG.md +++ b/packages/http_exception/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index 7928e2c9..a56dd899 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_http_exception -version: 8.1.1 +version: 8.2.0 description: Exception class that can be serialized to JSON and serialized to clients. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/http_exception diff --git a/packages/jael/angel_jael/CHANGELOG.md b/packages/jael/angel_jael/CHANGELOG.md index 2f736698..aafaa4bf 100644 --- a/packages/jael/angel_jael/CHANGELOG.md +++ b/packages/jael/angel_jael/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/jael/angel_jael/pubspec.yaml b/packages/jael/angel_jael/pubspec.yaml index d03a09e5..b7743b2a 100644 --- a/packages/jael/angel_jael/pubspec.yaml +++ b/packages/jael/angel_jael/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_jael -version: 8.1.1 +version: 8.2.0 description: Angel support for the Jael templating engine, similar to Blade or Liquid. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/jael/angel_jael diff --git a/packages/jael/jael/CHANGELOG.md b/packages/jael/jael/CHANGELOG.md index 1e29f25f..92130221 100644 --- a/packages/jael/jael/CHANGELOG.md +++ b/packages/jael/jael/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/jael/jael/pubspec.yaml b/packages/jael/jael/pubspec.yaml index fce61109..158de297 100644 --- a/packages/jael/jael/pubspec.yaml +++ b/packages/jael/jael/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3 -version: 8.1.1 +version: 8.2.0 description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/jael/jael diff --git a/packages/jael/jael_preprocessor/CHANGELOG.md b/packages/jael/jael_preprocessor/CHANGELOG.md index b26c1c02..a65b2842 100644 --- a/packages/jael/jael_preprocessor/CHANGELOG.md +++ b/packages/jael/jael_preprocessor/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/jael/jael_preprocessor/pubspec.yaml b/packages/jael/jael_preprocessor/pubspec.yaml index f1dc2418..b0b30d3f 100644 --- a/packages/jael/jael_preprocessor/pubspec.yaml +++ b/packages/jael/jael_preprocessor/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3_preprocessor -version: 8.1.1 +version: 8.2.0 description: A pre-processor for resolving blocks and includes within Jael templates. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/jael/jael_preprocessor diff --git a/packages/jael/jael_web/CHANGELOG.md b/packages/jael/jael_web/CHANGELOG.md index 88a33592..bd5f0961 100644 --- a/packages/jael/jael_web/CHANGELOG.md +++ b/packages/jael/jael_web/CHANGELOG.md @@ -3,7 +3,7 @@ ## 8.0.0 * Require Dart >= 3.3 -* Updated `lints` to 3.0.0 +* Updated `lints` to 4.0.0 * Updated `analyzer` to 6.2.x * Fixed linter warnings * Updated repository link diff --git a/packages/jinja/CHANGELOG.md b/packages/jinja/CHANGELOG.md index ba3b5fa6..541efc27 100644 --- a/packages/jinja/CHANGELOG.md +++ b/packages/jinja/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.3.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.2.1 * Updated repository link diff --git a/packages/jinja/pubspec.yaml b/packages/jinja/pubspec.yaml index 0ed4e18c..7fd473f9 100644 --- a/packages/jinja/pubspec.yaml +++ b/packages/jinja/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_jinja -version: 8.2.1 +version: 8.3.0 description: A service that renders Jinja2 template into HTML view for Angel3. Ported from Python to Dart. homepage: https://github.com/dart-backend/angel/tree/master/packages/jinja environment: diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index fc2c95d9..b862ebdd 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index e4f3458a..800365ad 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_markdown -version: 8.1.1 +version: 8.2.0 description: Angel3 Markdown view generator. Write static sites, with no build step. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/markdown diff --git a/packages/mock_request/CHANGELOG.md b/packages/mock_request/CHANGELOG.md index 14cbc254..798a85b0 100644 --- a/packages/mock_request/CHANGELOG.md +++ b/packages/mock_request/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/mock_request/pubspec.yaml b/packages/mock_request/pubspec.yaml index 5fffe214..c123ff9e 100644 --- a/packages/mock_request/pubspec.yaml +++ b/packages/mock_request/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_mock_request -version: 8.1.1 +version: 8.2.0 description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/mock_request diff --git a/packages/mustache/CHANGELOG.md b/packages/mustache/CHANGELOG.md index 2c6eebff..e7a6e0f9 100644 --- a/packages/mustache/CHANGELOG.md +++ b/packages/mustache/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/mustache/pubspec.yaml b/packages/mustache/pubspec.yaml index 55740276..71c474dd 100644 --- a/packages/mustache/pubspec.yaml +++ b/packages/mustache/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_mustache -version: 8.1.1 +version: 8.2.0 description: A service that renders Mustache template into HTML view for Angel3 homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/mustache diff --git a/packages/oauth2/CHANGELOG.md b/packages/oauth2/CHANGELOG.md index bcd93d0e..80d54e57 100644 --- a/packages/oauth2/CHANGELOG.md +++ b/packages/oauth2/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 2929f265..75fc371a 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_oauth2 -version: 8.1.1 +version: 8.2.0 description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/oauth2 diff --git a/packages/orm/.gitignore b/packages/orm/.gitignore deleted file mode 100644 index a882e3ac..00000000 --- a/packages/orm/.gitignore +++ /dev/null @@ -1,57 +0,0 @@ -# See https://www.dartlang.org/tools/private-files.html - -# Files and directories created by pub -.packages -.pub/ -build/ -# If you're building an application, you may want to check-in your pubspec.lock -pubspec.lock - -# Directory created by dartdoc -# If you don't generate documentation locally you can remove this line. -doc/api/ -### JetBrains template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff: -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/dictionaries - -# Sensitive or high-churn files: -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.xml -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -/out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties -.dart_tool \ No newline at end of file diff --git a/packages/orm/angel_migration/CHANGELOG.md b/packages/orm/angel_migration/CHANGELOG.md index 55688e80..d1375bab 100755 --- a/packages/orm/angel_migration/CHANGELOG.md +++ b/packages/orm/angel_migration/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 3e2ac125..d54b9e49 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_migration -version: 8.1.1 +version: 8.2.0 description: Database migration runtime for Angel3 ORM. Use this package to define schemas. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration diff --git a/packages/orm/angel_migration_runner/CHANGELOG.md b/packages/orm/angel_migration_runner/CHANGELOG.md index df299253..2b8a736a 100755 --- a/packages/orm/angel_migration_runner/CHANGELOG.md +++ b/packages/orm/angel_migration_runner/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 +* Fixed MySQL migration column change [PR #127](https://github.com/dart-backend/angel/pull/127) + ## 8.1.1 * Updated pubspec diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 9032f9a5..8c649fb1 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_migration_runner -version: 8.1.1 +version: 8.2.0 description: Command-line based database migration runner for Angel3's ORM. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner diff --git a/packages/orm/angel_orm/CHANGELOG.md b/packages/orm/angel_orm/CHANGELOG.md index b368754d..a74f89df 100644 --- a/packages/orm/angel_orm/CHANGELOG.md +++ b/packages/orm/angel_orm/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/orm/angel_orm/pubspec.yaml b/packages/orm/angel_orm/pubspec.yaml index d17a5362..2b34a016 100644 --- a/packages/orm/angel_orm/pubspec.yaml +++ b/packages/orm/angel_orm/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm -version: 8.1.1 +version: 8.2.0 description: Runtime support for Angel3 ORM. Includes base classes for queries. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm diff --git a/packages/orm/angel_orm_generator/CHANGELOG.md b/packages/orm/angel_orm_generator/CHANGELOG.md index bf0c77aa..3610c2a1 100644 --- a/packages/orm/angel_orm_generator/CHANGELOG.md +++ b/packages/orm/angel_orm_generator/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.3.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.2.1 * Updated repository link diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index dcaea1c5..eac1dc1a 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_generator -version: 8.2.1 +version: 8.3.0 description: Code generators for Angel3 ORM. Generates query builder classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_generator diff --git a/packages/orm/angel_orm_mysql/CHANGELOG.md b/packages/orm/angel_orm_mysql/CHANGELOG.md index 30a493ad..3bf1197d 100644 --- a/packages/orm/angel_orm_mysql/CHANGELOG.md +++ b/packages/orm/angel_orm_mysql/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/orm/angel_orm_mysql/pubspec.yaml b/packages/orm/angel_orm_mysql/pubspec.yaml index 12632677..304d8141 100644 --- a/packages/orm/angel_orm_mysql/pubspec.yaml +++ b/packages/orm/angel_orm_mysql/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_mysql -version: 8.1.1 +version: 8.2.0 description: MySQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_mysql diff --git a/packages/orm/angel_orm_postgres/CHANGELOG.md b/packages/orm/angel_orm_postgres/CHANGELOG.md index acd5428a..aedd5641 100644 --- a/packages/orm/angel_orm_postgres/CHANGELOG.md +++ b/packages/orm/angel_orm_postgres/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.0 * Updated repository links diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index 2c48b8ba..8e413b88 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_postgres -version: 8.1.0 +version: 8.2.0 description: PostgreSQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_postgres diff --git a/packages/orm/angel_orm_service/CHANGELOG.md b/packages/orm/angel_orm_service/CHANGELOG.md index f2144b92..82506474 100644 --- a/packages/orm/angel_orm_service/CHANGELOG.md +++ b/packages/orm/angel_orm_service/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/orm/angel_orm_service/pubspec.yaml b/packages/orm/angel_orm_service/pubspec.yaml index 463a6dd0..0d522786 100644 --- a/packages/orm/angel_orm_service/pubspec.yaml +++ b/packages/orm/angel_orm_service/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_service -version: 8.1.1 +version: 8.2.0 description: Service implementation that wraps over Angel3 ORM Query classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_service diff --git a/packages/orm/angel_orm_test/CHANGELOG.md b/packages/orm/angel_orm_test/CHANGELOG.md index 9f7b2f7a..36610242 100644 --- a/packages/orm/angel_orm_test/CHANGELOG.md +++ b/packages/orm/angel_orm_test/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 11a7f22f..d874a98c 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_test -version: 8.1.1 +version: 8.2.0 description: Common tests for Angel3 ORM. Reference implmentation of the generated ORM files. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_test diff --git a/packages/paginate/CHANGELOG.md b/packages/paginate/CHANGELOG.md index 6d282892..4fec76b2 100644 --- a/packages/paginate/CHANGELOG.md +++ b/packages/paginate/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.0 * Updated repository link diff --git a/packages/paginate/pubspec.yaml b/packages/paginate/pubspec.yaml index ab3efa58..6e466161 100644 --- a/packages/paginate/pubspec.yaml +++ b/packages/paginate/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_paginate -version: 8.1.0 +version: 8.2.0 description: Platform-agnostic pagination library, with custom support for the Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/paginate diff --git a/packages/production/CHANGELOG.md b/packages/production/CHANGELOG.md index 408c013c..a1fcdd21 100644 --- a/packages/production/CHANGELOG.md +++ b/packages/production/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.3.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.2.1 * Updated repository link diff --git a/packages/production/pubspec.yaml b/packages/production/pubspec.yaml index c4269291..3d95abc2 100644 --- a/packages/production/pubspec.yaml +++ b/packages/production/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_production -version: 8.2.1 +version: 8.3.0 description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3. homepage: https://angel3-framework.web.app repository: https://github.com/dart-backend/angel/tree/master/packages/production diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index f3c7fa81..ad38f246 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/proxy/pubspec.yaml b/packages/proxy/pubspec.yaml index 66ba7627..57e7c0c3 100644 --- a/packages/proxy/pubspec.yaml +++ b/packages/proxy/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_proxy -version: 8.1.1 +version: 8.2.0 description: Angel middleware to forward requests to another server (i.e. pub serve). homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/proxy diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index d8bb0019..02e534c4 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/redis/pubspec.yaml b/packages/redis/pubspec.yaml index a9c85520..a4050316 100644 --- a/packages/redis/pubspec.yaml +++ b/packages/redis/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_redis -version: 8.1.1 +version: 8.2.0 description: An Angel3 service provider for Redis. Works well for caching volatile data. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/redis diff --git a/packages/route/CHANGELOG.md b/packages/route/CHANGELOG.md index 34b37d6f..1d4dea16 100644 --- a/packages/route/CHANGELOG.md +++ b/packages/route/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index 3160bf44..10ded011 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_route -version: 8.1.1 +version: 8.2.0 description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel3 framework, but can be used in Flutter and on the Web. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/route diff --git a/packages/security/CHANGELOG.md b/packages/security/CHANGELOG.md index 38e2f4b4..354ad9eb 100644 --- a/packages/security/CHANGELOG.md +++ b/packages/security/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/security/pubspec.yaml b/packages/security/pubspec.yaml index 9995960d..873ddd79 100644 --- a/packages/security/pubspec.yaml +++ b/packages/security/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_security -version: 8.1.1 +version: 8.2.0 description: Angel3 infrastructure for improving security, rate limiting, and more homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/security diff --git a/packages/sembast/CHANGELOG.md b/packages/sembast/CHANGELOG.md index 4f41e299..e48fd5de 100644 --- a/packages/sembast/CHANGELOG.md +++ b/packages/sembast/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/sembast/pubspec.yaml b/packages/sembast/pubspec.yaml index f2a3ff5b..9fc91319 100644 --- a/packages/sembast/pubspec.yaml +++ b/packages/sembast/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_sembast -version: 8.1.1 +version: 8.2.0 description: A plugin service that persist data to Sembast for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/sembast diff --git a/packages/seo/CHANGELOG.md b/packages/seo/CHANGELOG.md index b79ab61f..d3867e6e 100644 --- a/packages/seo/CHANGELOG.md +++ b/packages/seo/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/seo/pubspec.yaml b/packages/seo/pubspec.yaml index f98ae89b..573b6bdc 100644 --- a/packages/seo/pubspec.yaml +++ b/packages/seo/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_seo -version: 8.1.1 +version: 8.2.0 description: Helper infrastructure for building SEO-friendly Web backends in Angel3. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/angel3/packages/seo diff --git a/packages/serialize/angel_serialize/CHANGELOG.md b/packages/serialize/angel_serialize/CHANGELOG.md index 35ccdf50..7a8e6364 100644 --- a/packages/serialize/angel_serialize/CHANGELOG.md +++ b/packages/serialize/angel_serialize/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/serialize/angel_serialize/pubspec.yaml b/packages/serialize/angel_serialize/pubspec.yaml index 1e30433d..2f4d11eb 100644 --- a/packages/serialize/angel_serialize/pubspec.yaml +++ b/packages/serialize/angel_serialize/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_serialize -version: 8.1.1 +version: 8.2.0 description: Static annotations powering Angel3 model serialization. Combine with angel3_serialize_generator for flexible modeling. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/serialize/angel_serialize diff --git a/packages/serialize/angel_serialize_generator/CHANGELOG.md b/packages/serialize/angel_serialize_generator/CHANGELOG.md index fc5f2031..ff6b2d41 100644 --- a/packages/serialize/angel_serialize_generator/CHANGELOG.md +++ b/packages/serialize/angel_serialize_generator/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.3.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.2.1 * Updated repository link diff --git a/packages/serialize/angel_serialize_generator/pubspec.yaml b/packages/serialize/angel_serialize_generator/pubspec.yaml index f9e1cd77..82b4ef9f 100644 --- a/packages/serialize/angel_serialize_generator/pubspec.yaml +++ b/packages/serialize/angel_serialize_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_serialize_generator -version: 8.2.1 +version: 8.3.0 description: Angel3 model serialization generators, designed for use with Angel. Combine with angel_serialize for flexible modeling. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/serialize/angel_serialize_generator diff --git a/packages/shelf/CHANGELOG.md b/packages/shelf/CHANGELOG.md index 02537b30..824708d9 100644 --- a/packages/shelf/CHANGELOG.md +++ b/packages/shelf/CHANGELOG.md @@ -2,8 +2,8 @@ ## 8.0.0 -* Require Dart >= 3.0 -* Updated `lints` to 3.0.0 +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 * Fixed linter warnings * Updated repository link diff --git a/packages/static/CHANGELOG.md b/packages/static/CHANGELOG.md index 51c6123e..fa965cfb 100644 --- a/packages/static/CHANGELOG.md +++ b/packages/static/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/static/pubspec.yaml b/packages/static/pubspec.yaml index a4b0204c..8498f07b 100644 --- a/packages/static/pubspec.yaml +++ b/packages/static/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_static -version: 8.1.1 +version: 8.2.0 description: This library provides a virtual directory to serve static files for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/angel3/packages/static diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index 8d7a67e1..5cfc7722 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/sync/pubspec.yaml b/packages/sync/pubspec.yaml index 9aef4cce..c7e79f66 100644 --- a/packages/sync/pubspec.yaml +++ b/packages/sync/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_sync -version: 8.1.1 +version: 8.2.0 description: Easily synchronize and scale WebSockets using belatuk_pub_sub in Angel3. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/angel3/packages/sync diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index e2fc2b13..bd4adc61 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/test/pubspec.yaml b/packages/test/pubspec.yaml index d17fba93..5fd1c32a 100644 --- a/packages/test/pubspec.yaml +++ b/packages/test/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_test -version: 8.1.1 +version: 8.2.0 description: Testing utility library for the Angel3 framework. Use with package:test. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/test diff --git a/packages/user_agent/angel_user_agent/CHANGELOG.md b/packages/user_agent/angel_user_agent/CHANGELOG.md index 37c79d0c..76ef17aa 100644 --- a/packages/user_agent/angel_user_agent/CHANGELOG.md +++ b/packages/user_agent/angel_user_agent/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/user_agent/angel_user_agent/pubspec.yaml b/packages/user_agent/angel_user_agent/pubspec.yaml index 75585ab6..94320d19 100644 --- a/packages/user_agent/angel_user_agent/pubspec.yaml +++ b/packages/user_agent/angel_user_agent/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_user_agent -version: 8.1.1 +version: 8.2.0 description: Angel3 middleware to parse and inject a User Agent object into requests. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/angel3/packages/user_agent/angel_user_agent diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index cc0694f6..3d278356 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.2.0 + +* Require Dart >= 3.3 +* Updated `lints` to 4.0.0 + ## 8.1.1 * Updated repository link diff --git a/packages/validate/pubspec.yaml b/packages/validate/pubspec.yaml index a06d5658..ebca90ba 100644 --- a/packages/validate/pubspec.yaml +++ b/packages/validate/pubspec.yaml @@ -1,6 +1,6 @@ name: angel3_validate description: Cross-platform HTTP request body validator library based on `matcher`. -version: 8.1.1 +version: 8.2.0 homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/validate environment: