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.0.0-beta.2

Diff

Changelog

Source

1.0.0-beta.2 - 23 January 2015

Backwards compatible API changes
  • Updates to defining "actions"
jdobry
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1 - 10 January 2015

Breaking API changes
  • #30 - Issue with offset. To solve this a useFilter option was added, which defaults to false. Previously DS#filter was used to return cached findAll queries, but that had problems. Now, cached items are also tracked by the query that retrieved them, so when you make a query again you consistently get the right data.
Backwards compatible API changes
  • #6 - Allow logging to be configurable
  • #29 - Add version to JSData export
  • #31 - Add build for js-data-debug.js which contains lots of debugging statements and a configurable logger.
jdobry
published 1.0.0-alpha.5-8 •

Changelog

Source

1.0.0-alpha.5-8 - 05 December 2014

Backwards compatible API changes
  • #27 - Properly resolve parent params for generating the URL
jdobry
published 1.0.0-alpha.5-7 •

Changelog

Source

1.0.0-alpha.5-7 - 05 December 2014

Backwards compatible API changes
  • #26 - Added the DSCreate instance method
Backwards compatible bug fixes
  • #23 - DS#findAll: make a copy of options.params if it's passed in and manipulate that
jdobry
published 1.0.0-alpha.5-6 •

Changelog

Source

1.0.0-alpha.5-6 - 03 December 2014

Backwards compatible bug fixes
  • Backport jmdobry/angular-data#262
Other
  • Optimized utility functions to save several kilobytes off of minified file
  • Change detection of nested properties "should" work now
jdobry
published 1.0.0-alpha.5-5 •

Changelog

Source

1.0.0-alpha.5-5 - 30 November 2014

Breaking API changes
  • findInverseLinks, findBelongsTo, findHasOne, and findHasMany now default to true
Backwards compatible bug fixes
  • Backport jmdobry/angular-data#253
jdobry
published 1.0.0-alpha.5-4 •

jdobry
published 1.0.0-alpha.5-2 •

Changelog

Source

1.0.0-alpha.5-2 - 23 November 2014

Backwards compatible API changes
  • items don't have to be in the data store to call destroy on them anymore
jdobry
published 1.0.0-alpha.5-1 •

Changelog

Source

1.0.0-alpha.5-1 - 19 November 2014

Removed DSUtils.deepFreeze

jdobry
published 1.0.0-alpha.5-0 •

Changelog

Source

1.0.0-alpha.5-0 - 18 November 2014

Breaking API changes
  • All hooks now take the resource definition object as the first argument instead of just the name of the resource
Backwards compatible API changes
  • jmdobry/angular-data#238
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