Skip to content

1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmdobry jmdobry released this 28 Aug 04:42
· 162 commits to master since this release
1.0.0-beta.2 - 27 August 2014
Breaking API changes
  • findBelongsTo option of DS.inject now defaults to false
Backwards compatible API changes
  • #132 - Added findHasMany option and capability to DS.inject
  • #133 - Override resource end point in async methods
  • #136 - Add a way to force computed properties to be computed. Added DS.compute. Added DSCompute to prototype of instances.
  • #137 - Add DS.link, DS.linkAll, and DS.linkInverse, and added linkInverse option to DS.inject
Backwards compatible bug fixes
  • #135 - loadrelations loop
  • #140 - lastModified changes when loading distant related objects
Other
  • #138 - Performance optimizations
  • #139 - Documentation error