Releases: LunaONE/indexed_entity_store
Releases · LunaONE/indexed_entity_store
v2.0.2
What's Changed
- Explicit precedence when using 3 or more filters by @tp in #29
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Add test for migrations by @tp in #25
- writeMany: Use a single statement to insert the batch by @tp in #26
- Add
delete(where:)
by @tp in #27
- Remove
writeMany(singleStatement:)
by @tp in #28
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- 2.0: Clean up naming by @tp in #12
- Use stricter analysis options by @tp in #21
- Add example showcasing storage of binary data by @tp in #20
- Support foreign keys & unique indices by @tp in #22
- Add example showcasing to to manage disk-based file storage with metadata in a store by @tp in #23
- Prepare 2.0.0 release by @tp in #24
Full Changelog: v1.4.7...v2.0.0
v1.4.7
What's Changed
- Add
contains
functions for String
index columns by @tp in #19
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- Fix foreign key constraint not being used on subsequent sessions by @tp in #18
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Add try/catch with
ROLLBACK
in case a transaction fails by @tp in #16
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- Add
Future<ValueListenable<T>>
example by @tp in #13
- Fix index migration bug by @tp in #14
Full Changelog: v1.4.3...v1.4.4