Skip to content

3.0.0-alpha.29

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmdobry jmdobry released this 06 Apr 06:57
3.0.0-alpha.29 - 05 April 2016
Breaking changes
  • Reworked DataStore relation linking to no longer uses dynamic getters.
    Instead, links are updated as records are added to the store or when the
    assignment operators are used to re-assign relaitons.
  • DataStore now upgrades the Record classes that it touches so that things like
    Record#save and Record#destroy will use the DataStore's methods instead of the
    Mapper's methods.
Backwards compatible changes
  • Other tweaks
3.0.0-alpha.28 - 02 April 2016
Backwards compatible changes
  • Added selectForAdd to DataStore
3.0.0-alpha.27 - 02 April 2016
Backwards compatible bug fixes
  • Quick fix for wrap functionality
3.0.0-alpha.26 - 02 April 2016
Backwards compatible changes
  • Improved Mapper#createRecord, and made it easier to work with non-standard responses
3.0.0-alpha.25 - 01 April 2016
Backwards compatible bug fixes
  • Removed accidental rx-lite optional dependency
3.0.0-alpha.24 - 01 April 2016
Backwards compatible bug fixes
  • Some fixes for js-data.d.ts
  • Added argument check to Mapper#createRecord
  • Made Record instances print nicer
3.0.0-alpha.23 - 01 April 2016
Breaking changes
  • Moved js-data.d.ts to dist/js-data.d.ts
Other
  • Fixed some JSDoc comments