Skip to content

0.3.0

Compare
Choose a tag to compare
@nezuo nezuo released this 14 Apr 21:34
· 71 commits to master since this release

The following change fixes an edge case that could result in data loss:

  • BREAKING CHANGE: Collection:load no longer caches promises. Each call will now return a unique promise and attempt to load the document separately. This is to fix an edge case that can result in data loss. More information can be found in the pull request. (#48)