Skip to content

Releases: maierson/one

Typescript, Simplified api, bug fixes

28 Jun 23:38
Compare
Choose a tag to compare
  1. Complete rewrite in typescript.
  2. Fix some subtle bugs related to object structure (ie modifiying arrays would sometimes behave unpredictably based on the parent's structure).
  3. Remove the need for babel-polyfill
  4. Breaking api changes: Simplified minimal api:
  • put
  • get
  • getEdit
  • evict

Bug fixes

12 May 14:46
Compare
Choose a tag to compare

Fix bug with all siblings in an array being changed when one only one is edited