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

2.0.0-beta.4

Diff

Changelog

Source

2.0.0-beta.4 - 28 April 2015

Backwards compatible API changes
  • #129 - Add interceptors to actions
jdobry
published 2.0.0-beta.3 •

jdobry
published 2.0.0-beta.2 •

Changelog

Source

2.0.0-beta.2 - 17 April 2015

Updated a dependency for better umd amd/r.js support

jdobry
published 2.0.0-beta.1 •

Changelog

Source

2.0.0-beta.1 - 17 April 2015

Breaking API changes
  • #107 - Switch to property accessors (getter/setter) for relations links. (Relation links are no longer enumerable)
  • #121 - Remove bundled Promise code (The developer must now ensure an ES6-style Promise constructor is available)
  • #122 - Remove coupling with js-data-schema (You can still use js-data-schema, js-data just doesn't know anything about js-data-schema anymore)
Backwards compatible API changes
  • Computed properties now support nested fields (both the computed field and the fields it depends on) e.g. computed: { 'name.fullName': ['name.first', 'name.last', function (first, last) { return first + ' ' + last; } }
jdobry
published 1.8.0 •

Changelog

Source

1.8.0 - 14 April 2015

Backwards compatible API changes
  • #117 - .find skips the object in the store
  • #118 - DS#find() returns items cached with DS#inject() - Thanks @mightyguava!
  • createInstance will now initialize computed properties (but they won't be updated until the item is injected into the store, or unless you use Instance#set(key, value) to mutate the instance)
Backwards compatible bug fixes
  • #115 - removeCircular bug
jdobry
published 1.7.0 •

Changelog

Source

1.7.0 - 09 April 2015

Backwards compatible API changes
  • #106 - Add pathname option to actions
  • #114 - Add support to actions for having item ids in the path
jdobry
published 1.6.3 •

Changelog

Source

1.6.3 - 03 April 2015

Backwards compatible bug fixes
  • #106 - loadRelations: check params.where instead when allowSimpleWhere is disabled - Thanks @maninga!
jdobry
published 1.6.2 •

Changelog

Source

1.6.2 - 01 April 2015

Backwards compatible bug fixes
  • #104 - DS.schemator is undefined when using browserify
jdobry
published 1.6.1 •

Changelog

Source

1.6.1 - 31 March 2015

Backwards compatible bug fixes
  • #101 - Reject instead of throw, as throw is messy in the console
jdobry
published 1.6.0 •

Changelog

Source

1.6.0 - 29 March 2015

Backwards compatible API changes
  • #97 - Don't link relations where localField is undefined
Backwards compatible bug fixes
  • #95 - actions should use defaultAdapter of the resource
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