This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#20. Refining changelog. Incrementing version
- Loading branch information
Showing
2 changed files
with
54 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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<[email protected]> | ||
homepage: https://github.com/matei-tm/flutter-sqlite-m8-generator | ||
|
||
|