Skip to content

v0.3.0: Merge pull request #6 from Avocarrot/fix/arrayDefaultValues

Compare
Choose a tag to compare
@giorgosera giorgosera released this 09 Nov 10:36
· 31 commits to master since this release
  • Model.prototype.update was deleted and Model.prototype.create was replaced by Model.prototype.set
  • Fixes important bug with array types. Basically, we the default values for an array item were not set at all. This is fixed now.
  • Added an AlreadyExistsError which can be used when the item already exists in the store and that's a violation.