Skip to content

Releases: jikno/deadbase

0.4.0

Choose a tag to compare

@Vehmloewff Vehmloewff released this 25 Aug 03:41

Breaking

  • The document method returned from makeDatabase was renamed to model
  • The Document class was renamed to Model
  • getItem, setItem, and removeItem methods on Model (previously Document) were renamed to get, set, remove

Features

  • subscribe method added to Model (previously Document)

0.3.0

Choose a tag to compare

@Vehmloewff Vehmloewff released this 24 Aug 15:00

Breaking Changes

  • No more global state
    • setPersister removed, pass in a persister to makeDatabase instead
    • makeDocument removed, use the document method returned from makeDatabase instead

0.2.1

Choose a tag to compare

@Vehmloewff Vehmloewff released this 23 Aug 23:05
  • fix: exported the Persister type

0.2.0

Choose a tag to compare

@Vehmloewff Vehmloewff released this 17 Apr 15:30
  • New version

0.1.0

Choose a tag to compare

@Vehmloewff Vehmloewff released this 19 May 20:53
  • Everything