Skip to content

0.4.0

Latest

Choose a tag to compare

@Vehmloewff Vehmloewff released this 25 Aug 03:41
· 1 commit to next since this release

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)