Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#20. Refining changelog. Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Apr 5, 2019
1 parent f49ec73 commit 632cc7c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 20 deletions.
72 changes: 53 additions & 19 deletions src/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion src/pubspec.yaml
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

Expand Down

0 comments on commit 632cc7c

Please sign in to comment.