diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f32aad5..76c2d18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.16.0 + +### 🚀 Features + +* Add **experimental** support for type converters + # 0.15.0 ### Changes diff --git a/README.md b/README.md index 4e772767..361de3ac 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ As a consequence, it's necessary to have an understanding of SQL and SQLite in o dependencies: flutter: sdk: flutter - floor: ^0.15.0 + floor: ^0.16.0 dev_dependencies: - floor_generator: ^0.15.0 + floor_generator: ^0.16.0 build_runner: ^1.10.3 ```` diff --git a/example/pubspec.lock b/example/pubspec.lock index 41d33d83..326451a6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -196,21 +196,21 @@ packages: path: "../floor" relative: true source: path - version: "0.15.0" + version: "0.16.0" floor_annotation: dependency: transitive description: path: "../floor_annotation" relative: true source: path - version: "0.9.0" + version: "0.10.0" floor_generator: dependency: "direct dev" description: path: "../floor_generator" relative: true source: path - version: "0.15.0" + version: "0.16.0" flutter: dependency: "direct main" description: flutter diff --git a/floor/CHANGELOG.md b/floor/CHANGELOG.md index 8f32aad5..76c2d18b 100644 --- a/floor/CHANGELOG.md +++ b/floor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.16.0 + +### 🚀 Features + +* Add **experimental** support for type converters + # 0.15.0 ### Changes diff --git a/floor/README.md b/floor/README.md index 4e772767..361de3ac 100644 --- a/floor/README.md +++ b/floor/README.md @@ -61,10 +61,10 @@ As a consequence, it's necessary to have an understanding of SQL and SQLite in o dependencies: flutter: sdk: flutter - floor: ^0.15.0 + floor: ^0.16.0 dev_dependencies: - floor_generator: ^0.15.0 + floor_generator: ^0.16.0 build_runner: ^1.10.3 ```` diff --git a/floor/pubspec.lock b/floor/pubspec.lock index e77f01b4..1734aeb9 100644 --- a/floor/pubspec.lock +++ b/floor/pubspec.lock @@ -196,14 +196,14 @@ packages: path: "../floor_annotation" relative: true source: path - version: "0.9.0" + version: "0.10.0" floor_generator: dependency: "direct dev" description: path: "../floor_generator" relative: true source: path - version: "0.15.0" + version: "0.16.0" flutter: dependency: "direct main" description: flutter diff --git a/floor/pubspec.yaml b/floor/pubspec.yaml index 76f8fa41..031690fc 100644 --- a/floor/pubspec.yaml +++ b/floor/pubspec.yaml @@ -2,7 +2,7 @@ name: floor description: > The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency. -version: 0.15.0 +version: 0.16.0 homepage: https://github.com/vitusortner/floor author: Vitus Ortner diff --git a/floor_annotation/CHANGELOG.md b/floor_annotation/CHANGELOG.md index f173bb6a..675c2f1f 100644 --- a/floor_annotation/CHANGELOG.md +++ b/floor_annotation/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.10.0 + +* Add experimental `TypeConverter` abstract class and `TypeConverters` annotation + # 0.9.0 * Update meta package diff --git a/floor_annotation/pubspec.yaml b/floor_annotation/pubspec.yaml index 969b84ae..69b1019b 100644 --- a/floor_annotation/pubspec.yaml +++ b/floor_annotation/pubspec.yaml @@ -2,7 +2,7 @@ name: floor_annotation description: > The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications. Don't use this package directly. Import the floor package instead. -version: 0.9.0 +version: 0.10.0 homepage: https://github.com/vitusortner/floor author: Vitus Ortner diff --git a/floor_generator/CHANGELOG.md b/floor_generator/CHANGELOG.md index 8f32aad5..76c2d18b 100644 --- a/floor_generator/CHANGELOG.md +++ b/floor_generator/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.16.0 + +### 🚀 Features + +* Add **experimental** support for type converters + # 0.15.0 ### Changes diff --git a/floor_generator/pubspec.lock b/floor_generator/pubspec.lock index 9c4e738c..1cc2f5db 100644 --- a/floor_generator/pubspec.lock +++ b/floor_generator/pubspec.lock @@ -175,7 +175,7 @@ packages: path: "../floor_annotation" relative: true source: path - version: "0.9.0" + version: "0.10.0" glob: dependency: transitive description: diff --git a/floor_generator/pubspec.yaml b/floor_generator/pubspec.yaml index 36cb53ef..df646f0c 100644 --- a/floor_generator/pubspec.yaml +++ b/floor_generator/pubspec.yaml @@ -2,7 +2,7 @@ name: floor_generator description: > The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications. This library is the dev dependency. -version: 0.15.0 +version: 0.16.0 homepage: https://github.com/vitusortner/floor author: Vitus Ortner