Updated package angel_orm_postgres
This commit is contained in:
parent
eb98eb2925
commit
716a6bf802
3 changed files with 53 additions and 28 deletions
46
CHANGELOG.md
46
CHANGELOG.md
|
@ -1,21 +1,35 @@
|
|||
# 3.0.0
|
||||
* Changed Dart SDK requirements for all packages to ">=2.10.0 <3.0.0"
|
||||
* Upgrade angel_http_exception to 2.0.0
|
||||
* Upgrade angel_cli to 3.0.0. Rename not working.
|
||||
* Upgrade angel_route to 4.0.0
|
||||
* Upgrade angel_model to 2.0.0
|
||||
* Upgrade angel_container to 2.0.0
|
||||
* Upgrade angel_framework to 3.0.0
|
||||
* Upgrade angel_auth to 3.0.0
|
||||
* Upgrade angel_configuration to 3.0.0
|
||||
* Upgrade jael to 3.0.0
|
||||
* Upgrade jael_preprocessor to 3.0.0
|
||||
* Upgrade validate to 3.0.0
|
||||
* Upgrade json_god to 3.0.0
|
||||
* Upgrade angel_client to 3.0.0
|
||||
* Upgrade angel_websocket to 3.0.0 (one issue to be resolved)
|
||||
* Upgrade test to 3.0.0 (todo)
|
||||
* Upgrade angel_jael to 3.0.0 (todo)
|
||||
* 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
|
||||
|
||||
|
||||
# 2.2.0
|
||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/orm/angel_migration
|
||||
angel_orm: #^2.0.0-dev.2
|
||||
angel_orm:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
name: angel_orm_postgres
|
||||
version: 1.1.0-beta.1
|
||||
version: 2.0.0
|
||||
description: PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.10.0 <2.12.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
angel_orm: #^2.1.0-beta
|
||||
path: ../angel_orm
|
||||
logging: ^0.11.0
|
||||
angel_orm:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/orm/angel_orm
|
||||
logging: ^1.0.0
|
||||
pool: ^1.0.0
|
||||
postgres: ^2.2.0
|
||||
postgres:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/postgresql-dart
|
||||
|
||||
dev_dependencies:
|
||||
angel_orm_test:
|
||||
path: ../angel_orm_test
|
||||
pretty_logging: ^1.0.0
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/orm/angel_orm_test
|
||||
pretty_logging:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/pretty_logging
|
||||
test: ^1.15.7
|
||||
# dependency_overrides:
|
||||
# angel_orm:
|
||||
# path: ../angel_orm
|
Loading…
Reference in a new issue