v0.3.0: Merge pull request #6 from Avocarrot/fix/arrayDefaultValues
Model.prototype.update
was deleted andModel.prototype.create
was replaced byModel.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.