Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 1.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2020-03-06)

Features

  • watch: listener receives the changed property as the second argument (acab3bc)
  • add watch (0c2d19b)
  • rename watchCollection to createCollection (ac103f2)
  • watchCollection: add toArray helper (79ed996)
  • removed add, remove, find APIs (064e830)
  • the id does not have to be on the entry (000d1ba)
  • watchCollection (95a2405)

Bug Fixes

  • watchCollection: no longer notify when deleting doesn't change the collection (33aab4a)

0.2.0 (2020-03-06)

Features

  • watch: subscribe to property changes on objects (0c2d19b)
  • removed add, remove, find APIs (064e830)
  • createCollection: subscribe to collections of objects (95a2405)