diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index ce61ec6..f8d16ee 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,35 +1,69 @@ -## [0.0.1] - 2019-03-03 +# Changelog -* Basic generator +## [Unreleased] -## [0.0.2] - 2019-03-14 +## [0.1.0-alpha] - 2019-04-05 -* Fixing analyzer issues +### Added -## [0.0.3] - 2019-03-14 +* Chaining database adapter builder with annotation helpers builder +* Tests +* A proxy default constructor with mandatory parameters +* A database adapter -* A weak try to expand some information -* Adding tests +### Changed -## [0.0.4] - 2019-03-22 +* Generated files extension -* Added an entity factory for account related, account and independent entities -* The build output is routed to cache +## [0.0.7] - 2019-04-03 + +### Added + +* Working generator, ready to be published +* Soft delete annotation implemented +* Track create annotation implemented +* Track update annotation implemented + +## [0.0.6] - 2019-04-02 + +### Added + +* Proxy writer ## [0.0.5] - 2019-04-01 -* Adding a simple fields enumeration with model type -* Adding a basic type mapper for Sqlite types +### Added + +* A simple fields enumeration with model type +* A basic type mapper for Sqlite types * Expanding metadata in column definition * Extracting the primary key name -## [0.0.6] - 2019-04-02 +## [0.0.4] - 2019-03-22 -* Proxy writer added +### Added -## [0.0.7] - 2019-04-03 +* An entity factory for account related, account and independent entities -* Working generator, ready to be published -* Soft delete annotation implemented -* Track create annotation implemented -* Track update annotation implemented \ No newline at end of file +### Changed + +* The build output is routed to cache + +## [0.0.3] - 2019-03-14 + +### Added + +* A weak try to expand some information +* Tests + +## [0.0.2] - 2019-03-14 + +### Fixed + +* Fixing analyzer issues + +## [0.0.1] - 2019-03-03 + +### Added + +* Basic generator \ No newline at end of file diff --git a/src/pubspec.yaml b/src/pubspec.yaml index 6591e40..18aa2fb 100644 --- a/src/pubspec.yaml +++ b/src/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_sqlite_m8_generator description: Flutter package to generate SQLite fixture in conjuction with the package flutter_orm_m8. -version: 0.0.7 +version: 0.1.0 author: Mircea-Tiberiu MATEI homepage: https://github.com/matei-tm/flutter-sqlite-m8-generator