- Initial release
- Async bugfix
- BREAKING CHANGE: make db path required parameter
- Remove flutter dependency
- Added ObjectId as unique _id value
- Added methods:
insertMany()
,first()
andlast()
- BREAKING CHANGE: Rename clean() to tidy()
- insert() -> return object id
- query examples in README
- added example
- async bugfix
- updated docs
- updated execution_queue
- regex support
- db meta
- advanced return types
- enhanced update queries
- fix error when .first() response is empty
- add float support
- Prepare for upcoming change to File.openRead()
- Add onUpgrade method
- Update deps
- Improve code quality
- Throw exception when an invalid type is in the database file.
- Accept null values as valid types and enhanced exception handling
- Update execution_queue dependency
- Additional error handling improvements
- Add basic array querying
- Add basic array querying
- Make null-safe
- Change objectid lib
- Add additional storage types (now: in-memory, filesystem & indexeddb)
- Add SchemaDB
- Fix race condition
- Fix some bugs
- Fix update with null (FileSystemAdapter)
- Make ArgumentError more verbose