0.3.0
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)