JSData 2.0 Released

JSData 2.0 has been released! This release involves breaking changes so please check the Changelog.

Read Upgrading to JSData 2.0.0.

Breaking Changes tldr;

  • JSData no longer ships with a Promise implementation. You need to provide one.
  • Relation links now use property accessors and are non-enumerable by default.
  • By default computed properties are no longer sent to adapters when saving data.

Changelog