Updated orm test
This commit is contained in:
parent
adcbdb3824
commit
3eeefa7916
3 changed files with 33 additions and 13 deletions
|
@ -1,8 +1,17 @@
|
|||
# 3.0.0-beta.1
|
||||
# Change Log
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Fixed NNBD issues
|
||||
|
||||
## 3.0.0-beta.1
|
||||
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
## 2.0.0
|
||||
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.0.0
|
||||
* First version.
|
||||
## 1.0.0
|
||||
|
||||
* First version.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# angel3_orm_test
|
||||
# Angel3 ORM Test
|
||||
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_orm_test)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_orm_test/LICENSE)
|
||||
|
||||
Angel's ORM Test
|
||||
Common tests for Angel3 ORM. Reference implmentation of generated ORM files.
|
||||
|
|
|
@ -1,20 +1,30 @@
|
|||
name: angel3_orm_test
|
||||
version: 3.0.0-beta.1
|
||||
description: Common tests for Angel ORM backends.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_orm_test
|
||||
version: 3.0.0
|
||||
description: Common tests for Angel3 ORM. Reference implmentation of the generated ORM files.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_orm_test
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
angel3_migration: ^4.0.0-beta.1
|
||||
angel3_migration: ^4.0.0
|
||||
angel3_model: ^3.0.0
|
||||
angel3_orm: ^4.0.0-beta.1
|
||||
angel3_orm: ^4.0.0
|
||||
angel3_serialize: ^4.0.0
|
||||
io: ^1.0.0
|
||||
test: ^1.17.4
|
||||
collection: ^1.15.0
|
||||
optional: ^6.0.0-nullsafety.2
|
||||
optional: ^6.0.0
|
||||
dev_dependencies:
|
||||
angel3_orm_generator: ^4.0.0-beta.1
|
||||
angel3_orm_generator: ^4.0.0
|
||||
angel3_framework: ^4.0.0
|
||||
build_runner: ^2.0.1
|
||||
pedantic: ^1.11.0
|
||||
#dependency_overrides:
|
||||
# angel3_migration_runner:
|
||||
# path: ../angel_migration_runner
|
||||
# angel3_orm:
|
||||
# path: ../angel_orm
|
||||
# angel3_migration:
|
||||
# path: ..//angel_migration
|
||||
# angel3_orm_generator:
|
||||
# path: ../angel_orm_generator
|
||||
|
|
Loading…
Reference in a new issue