Releases: pinchbv/floor
Releases · pinchbv/floor
1.4.0
Changes
- Allow Dart core types in Query return type. (#691) @dkaera
- Change the doc URL for actual. (#714) @dkaera
- Feature/analyzer 5 (#705) @dkaera
- Fix null pointer exception during the generation queries which return… (#685) @dkaera
- Feature/enum support (#681) @dkaera
- Added TypeConverters sample. (#678) @dkaera
- Update outdated links (#674) @ThomasMiddel
- Updating the dependencies (#666) @dkaera
v1.3.0
Changes
- Release 1.3.0 (#671) @vitusortner
- Remove Slack invite links (#635) @vitusortner
🛠 Maintenance
- Update Analyzer to 4.1.0 (#659) (#662) @ThomasMiddel
- Allow release drafter to create GitHub releases (#668) @vitusortner
- Support latest analyzer (#634) @paricleu
v1.2.0
Changes
- Release 1.2.0 (#600) @vitusortner
- Improve escaping by using library (#531) @mqus
🐛 Bug Fixes
🛠 Maintenance
- Update dependencies (#599) @vitusortner
- Update analyzer to 2.2.0 (#598) @vitusortner
- Remove author section from pubspecs (#562) @vitusortner
- Keep CNAME file throughout website deployments (#561) @vitusortner
- Update website URL (#560) @vitusortner
- Add dark theme toggle to website (#555) @vitusortner
v1.1.0
v1.0.1
Changes
- Release 1.0.1 (#525) @vitusortner
- Bump mockito to 5.0.3 (#524) @vitusortner
- Update dependencies to null-safe versions (#520) @vitusortner
🚀 Features
v1.0.0
Changes
- Release 1.0.0 (#505) @vitusortner
- Use stable Dart 2.12.0 (#462) @vitusortner
🚀 Features
- Make floor null-safe (#462) @vitusortner
v0.19.1
Changes
- Release 0.19.1 (#500) @vitusortner
- Remove floor example to pass static analysis (#499) @vitusortner
v0.19.0
Changes
- Release 0.19.0 (#498) @vitusortner
- Update website theme (#488) @vitusortner
- Update license with all authors (#487) @vitusortner
- Fix getting started syntax highlighting (#485) @vitusortner
- Improve FTS documentation (#484) @vitusortner
- Introduce tab navigation to website (#471) @vitusortner
- Fix typo in doc title (#470) @vitusortner
- Improve website (#469) @vitusortner
- Slim down README (#468) @vitusortner
- Create MkDocs website (#467) @vitusortner
- Add isolates section to README (#466) @vitusortner
- Run CI only on pushes to develop (#463) @vitusortner
- Use GitHub Discussions for ideas and feedback (#459) @vitusortner
- Add example to floor package (#411) @vitusortner
🚀 Features
🐛 Bug Fixes
- Fix desktop database path retrieval (#475) @vitusortner
v0.18.0
Changes
- Documentation update on DateTimeConverter sample (#442) @cassioseffrin
- Change ForeignKeyAction to enum in the generator (#359) @mqus
- Add primary key auto increment test (#413) @vitusortner
🚀 Features
- Added support for WITH statements for DatabaseViews (#443) @themadmrj
🐛 Bug Fixes
- More tolerant query with list parameter parsing (#452) @vitusortner
v0.17.0
🐛 Bug Fixes
- Generate distinct type converter instances (#417) @vitusortner
- Fix generation of DAO method with list argument using type converters (#416) @vitusortner