Skip to content

v2.0.0

Compare
Choose a tag to compare
@alexhisen alexhisen released this 04 Nov 00:19
· 13 commits to master since this release
  • feat: status.mustCreate returns true if idProperty is defined and it's falsy in dataServer (not data!)
  • fix: BREAKING CHANGE. Previously, server.create() was called (instead of server.set()) only when the property defined as the idProperty in store.data was falsy. This worked well if the idProperty was only returned by the server and was not user-enterable. Now whether server.create() is called is driven by status.mustCreate.

v1.4.2...v2.0.0