Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
98 lines (64 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

98 lines (64 loc) · 1.81 KB

[0.0.1] - 2018-06-25

  • Initial release

[0.0.4] - 2018-06-25

  • Async bugfix

[0.0.6] - 2018-06-26

  • BREAKING CHANGE: make db path required parameter

[0.0.7] - 2018-06-26

  • Remove flutter dependency

[0.0.8] - 2018-06-26

  • Added ObjectId as unique _id value
  • Added methods: insertMany(), first() and last()

[0.0.9] - 2018-06-26

  • BREAKING CHANGE: Rename clean() to tidy()

[0.0.10] - 2018-06-27

  • insert() -> return object id
  • query examples in README

[0.0.11] - 2018-06-27

  • added example

[0.0.12] - 2018-06-27

  • async bugfix

[0.1.0] - 2018-06-30

  • updated docs

[0.1.1] - 2018-06-30

  • updated execution_queue

[0.1.2] - 2018-06-30

  • regex support
  • db meta

[0.1.6] - 2018-07-02

  • advanced return types

[0.1.14] - 2018-08-09

  • enhanced update queries

[1.0.7] - 2019-06-22

  • fix error when .first() response is empty
  • add float support

[1.0.7+1] - 2019-06-26

  • Prepare for upcoming change to File.openRead()

[1.0.8] - 2019-07-15

  • Add onUpgrade method

[1.0.9] - 2020-07-10

  • Update deps

[1.0.9+1] - 2020-07-10

  • Improve code quality

[1.0.10] - 2020-07-16

  • 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

[1.0.10+1] - 2020-07-20

  • Additional error handling improvements

[1.1.0-dev] - 2020-07-23

  • Add basic array querying

[1.1.1] - 2020-12-08

  • Add basic array querying

[1.2.0-beta] - 2020-03-16

  • Make null-safe
  • Change objectid lib
  • Add additional storage types (now: in-memory, filesystem & indexeddb)
  • Add SchemaDB

[1.2.0-beta+2] - 2020-03-16

  • Fix race condition

[1.2.1] - 2020-03-18

  • Fix some bugs

[1.2.1+1] - 2021-06-07

  • Fix update with null (FileSystemAdapter)
  • Make ArgumentError more verbose