Skip to content

0.5.0

Compare
Choose a tag to compare
@ghillairet ghillairet released this 07 Aug 13:10
· 49 commits to master since this release

Changes

  • Added support for containment features with upper bound equal to 1 see #7
  • Removed Ajax methods for loading/saving resources from/to server. This will give more freedom on how users can implement communication with servers.
    • The load method now takes as input a string or object, the callback method will be call with the loaded resource.
    • The save method now takes a callback that will be call with the resulting string representation of the resource.