v0.13.0
release-drafter
released this
24 May 09:21
·
182 commits
to develop
since this release
⚠️ Breaking Changes
You need to migrate the explicit usages of OnConflictStrategy
and ForeignKeyAction
from snake case to camel case.
- Apply camel case to constants (#317) @vitusortner
Changes
- Get rid of unnecessary Flutter binding assertions in tests (#337) @vitusortner
- Mention SQL centricity of Floor in README (#335) @vitusortner
- Add banner to README (#331) @vitusortner
- Update the description of the library (#330) @vitusortner
- Migrate OnConflictStrategy to enum (#327) @vitusortner
- Add more precise limitations of entity class and streams to README (#324) @vitusortner
- Add DAO inheritance example to README (#311) @vitusortner
- Fix database and DAO usage example in the README (#309) @vitusortner
- Update README.md (#305) @ManoyloK
- Assert example app's behavior (#303) @vitusortner
- Mention that floor uses first constructor found in entity class (#302) @vitusortner
- Remove snapshot version instructions from README (#301) @vitusortner
🚀 Features
- Support Linux, macOS, Windows (#326) @vitusortner
- Implement simple Streams on DatabaseViews, fix multi-dao changelistener (#320) @mqus