Skip to content

Releases: pinchbv/floor

v0.16.0

16 Oct 20:43
dea6cba
Compare
Choose a tag to compare

🚀 Features

v0.15.0

15 Oct 19:32
fab7583
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add support for WITHOUT ROWID tables (#365) @John-He-928
  • Check transaction method return types and allow non-void returns (#381) @mqus

v0.14.0

20 Jul 20:06
2b03ad2
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix types (integer instead of real) (#341) @mqus

v0.13.0

24 May 09:21
5dd32c3
Compare
Choose a tag to compare

⚠️ Breaking Changes

You need to migrate the explicit usages of OnConflictStrategy and ForeignKeyAction from snake case to camel case.

Changes

🚀 Features

  • Support Linux, macOS, Windows (#326) @vitusortner
  • Implement simple Streams on DatabaseViews, fix multi-dao changelistener (#320) @mqus

🐛 Bug Fixes

v0.12.0

28 Mar 12:28
a0693fe
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.11.0

26 Jan 20:35
19036d5
Compare
Choose a tag to compare

Changes

🚀 Features

v0.10.0

21 Jan 20:37
e0863d4
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Make in-memory database actually be just in memory

v0.9.0

03 Nov 09:00
1ce95e1
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.8.0

02 Sep 20:45
db71f3f
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Allow int and string (composite) primary keys (#181) @dkaera

v0.7.0

23 Jun 11:34
4801fac
Compare
Choose a tag to compare

🐛 Bug Fixes