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

js-data

Package Overview
Dependencies
Maintainers
2
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

1.5.1

Diff

Changelog

Source

1.5.1 - 02 March 2015

Backwards compatible bug fixes
  • #66 - "saved" and "lastSaved" method seems to be a misnomer
  • #69 - Using resource base class w/additional properties has some side effects
  • #70 - "lastSaved" timestamp changes too often
Other
  • Removed use of DSUtils.copy in the event hooks. This should increase performance quite a bit.
jdobry
published 1.5.0 •

Changelog

Source

1.5.0 - 27 February 2015

Backwards compatible API changes
  • #17 - feat: Load relations based on local field name
Backwards compatible bug fixes
  • #62 - getAdapter when called from a Resource fails
  • #65 - internal emit api was not updated to use Resource instead of Resource.name like the lifecycle hooks were
Other
  • Internal optimizations to shave ~2kb off the minified build
jdobry
published 1.4.1 •

Changelog

Source

1.4.1 - 27 February 2015

Backwards compatible bug fixes
  • #64 - Two possible error cases in DS#find
jdobry
published 1.4.0 •

Changelog

Source

1.4.0 - 24 February 2015

Backwards compatible api changes
  • #51 - Allow resource instances to be created from a base class
jdobry
published 1.3.0 •

Changelog

Source

1.3.0 - 11 February 2015

Backwards compatible api changes
  • #50 - Added a DS#is(resourceName, instance) or Resource#is(instance) method to check if an object is an instance of a particular resource
Backwards compatible bug fixes
  • When items are ejected cached collection queries are now checked to see if all the cached items from that query are gone, and if so, the cache query is deleted
jdobry
published 1.2.1 •

Changelog

Source

1.2.1 - 06 February 2015

Backwards compatible bug fixes
  • #42 - deserialize and beforeInject are called from the parent relation when loadRelations is used
jdobry
published 1.2.0 •

Changelog

Source

1.2.0 - 05 February 2015

Backwards compatible bug fixes
  • Added a getResource(resourceName) method to resource definitions so adapters can grab the definitions of a resource's relations
jdobry
published 1.1.1 •

Changelog

Source

1.1.1 - 05 February 2015

Backwards compatible bug fixes
  • #46 - "actions" don't inherit basePath properly
jdobry
published 1.1.0 •

Changelog

Source

1.1.0 - 04 February 2015

Backwards compatible API changes
  • Allow nested keys in "orderBy" clauses, i.e. orderBy: 'foo.bar'
  • Added get and set methods to the instance prototype for getter/setter manipulation of data store items. Use of set will trigger immediate recalculation of computed properties on the instance. Both get and set support nested key names.
  • Added a removeCircular util method so cyclic objects can be saved without fuss
  • #43 - Added contains operator to the default filter
Backwards compatible bug fixes
  • Added missing createInstance calls
jdobry
published 1.0.0 •

Changelog

Source

1.0.0 - 03 February 2015

Stable Version 1.0.0

Other
  • Upgraded to the latest observe-js
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