Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-data

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data - npm Package Versions

1
15

3.0.0-beta.6

Diff

Changelog

Source

3.0.0-beta.6 - 16 May 2016

Breaking changes
  • beforeCreate, beforeCreateMany, beforeUpdate, beforeUpdateAll, and beforeUpdateMany now run Mapper#validate for you by default.
Backwards compatible changes
  • Added Container#as and DataStore#as
  • Added some deprecation warnings
  • Added support for groupings in where clauses
jdobry
published 3.0.0-beta.5 •

Changelog

Source

3.0.0-beta.5 - 07 May 2016

Backwards compatible changes
  • Pulled in mindex updates
Bug fixes
  • #327 - Issues with inheritance using babel and ES6 classes
jdobry
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4 - 06 May 2016

Breaking changes
  • Relation links managed by DataStore are now non-enumerable by default
  • Before calculating Record#changes, toJSON is called on if available.
jdobry
published 3.0.0-beta.3 •

Changelog

Source

3.0.0-beta.3 - 27 April 2016

Breaking changes
  • dist/js-data.d.ts is now in ES6 module format
Backwards compatible changes
  • Added typings field to package.json
  • Added typings.json
jdobry
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2 - 27 April 2016

Backwards compatible changes
  • Collection now has a configurable queryClass property, which defaults to Query
  • Lots of JSDoc improvements
jdobry
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 - 17 April 2016

Official beta release.

Other
  • Switched back to Mocha from Ava
  • Added Karma tests with Sauce Labs browser testing
  • Improved test coverage
jdobry
published 3.0.0-alpha.29 •

Changelog

Source

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
jdobry
published 3.0.0-alpha.28 •

Changelog

Source

3.0.0-alpha.28 - 02 April 2016

Backwards compatible changes
  • Added selectForAdd to DataStore
jdobry
published 3.0.0-alpha.27 •

Changelog

Source

3.0.0-alpha.27 - 02 April 2016

Backwards compatible bug fixes
  • Quick fix for wrap functionality
jdobry
published 3.0.0-alpha.26 •

Changelog

Source

3.0.0-alpha.26 - 02 April 2016

Backwards compatible changes
  • Improved Mapper#createRecord, and made it easier to work with non-standard responses
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc