Releases: isar/isar
Releases · isar/isar
v4.0.0-dev.14
Fix dynamic, List<dynamic> and Map<String, dynamic>
v4.0.0-dev.13
4.0.0-dev.13
v4.0.0-dev.12
Fix previous release
v4.0.0-dev.11
- Enabled encryption for Linux and Windows
- Fixed rare crash when deleting objects using a query
v4.0.0-dev.10
- the Inspector is back 🎉
- number of isolates using Isar in parallel are unlimited now
- the schema is exposed again
- async operations are more performant
v4.0.0-dev.9
Significantly improved get() and getAll() performance
v4.0.0-dev.8
- Insert performance improvements
- Indexes are implemented
- There is no more UniqueViolationException - instead conflicting objects are replaced automatically
- Composite indexes now support hashing
v4.0.0-dev.7
Various fixes with Isar.openAsync()
v4.0.0-dev.6
- more tests
- consistent offset and limit parameters for query methods
- small fixes
v4.0.0-dev.5
WEB SUPPORT IS BACK!!!