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-alpha.25

Diff

Changelog

Source

3.0.0-alpha.25 - 01 April 2016

Backwards compatible bug fixes
  • Removed accidental rx-lite optional dependency
jdobry
published 3.0.0-alpha.24 •

Changelog

Source

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

Changelog

Source

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

Changelog

Source

3.0.0-alpha.22 - 31 March 2016

Backwards compatible API changes
  • Containers and DataStores now bubble up Mapper events
  • DataStores now bubble up Collection events
Other
  • Switched from mocha/istanbul to ava/nyc for parallel tests
jdobry
published 3.0.0-alpha.21 •

Changelog

Source

3.0.0-alpha.21 - 22 March 2016

Backwards compatible API changes
  • #195 - Add "with" to remove/removeAll (eject/ejectAll) to also remove relations
  • Added Mapper#validate(record[, opts]), Record#validate([opts]) and Record#isValid()
Backwards compatible bug fixes
  • #263 - orderBy with undefined values doesn't order (though null works)
Other
  • Updated js-data.d.ts
jdobry
published 3.0.0-alpha.20 •

Changelog

Source

3.0.0-alpha.20 - 18 March 2016

Breaking API changes
  • Switched Record#changes and Record#hasChanges to using an options argument
Backwards compatible API changes
  • Passive change detection now possible with changes to Record#changes() and Record#hasChanges(), see #313
  • #283 - Added sum and count methods
Backwards compatible big fixes
  • Container and DataStore now proxy all Mapper methods
jdobry
published 3.0.0-alpha.19 •

Changelog

Source

3.0.0-alpha.19 - 14 March 2016

Breaking API changes
  • Passive change detection now possible with changes to Record#changes() and Record#hasChanges(), see #313
Other
  • Now easier to customize utility functions (when necessary, should be rare)
jdobry
published 3.0.0-alpha.18 •

Changelog

Source

3.0.0-alpha.18 - 12 March 2016

Backwards compatible API changes
  • Improved forEachRelation utility function to support filtering on "with" sub queries
  • Added deepFillIn utility function
  • Made some Mapper instance properties non-enumerable
jdobry
published 3.0.0-alpha.17 •

Changelog

Source

3.0.0-alpha.17 - 10 March 2016

Breaking API changes
  • Removed upsert option from js-data core. upsert is now handled at the adapter level.
  • Fixed order of arguments to updateAll
  • Fixed how arguments are passed to the various lifecycle methods
jdobry
published 3.0.0-alpha.16 •

Changelog

Source

3.0.0-alpha.16 - 21 February 2016

  • Added "omit" utility method
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