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

angular-data

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-data - npm Package Versions

124

0.10.3

Diff

Changelog

Source

0.10.3 - 24 July 2014

Backwards compatible bug fixes
  • #100 - defineResource can't handle names that aren't [a-zA-z0-9]
  • #101 - DS.findAll isn't added to completedQueries
  • #102 - Resource objects are missing the changes, eject, and ejectAll methods
jdobry
published 0.10.2 •

Changelog

Source

0.10.2 - 21 July 2014

Backwards compatible bug fixes
  • #99 - Computed properties + uglify
jdobry
published 0.10.1 •

Changelog

Source

0.10.1 - 20 July 2014

Backwards compatible API changes
  • #93 - Added DS.createInstance(resourceName[, attrs][, options])
  • #96 - Resource definitions should be able to proxy DS methods
Backwards compatible bug fixes
  • #90 - DS.create isn't added to completedQueries (DS.create now adds a completed query entry)
  • #91 - dist/js-data-angular(.min).js doesn't end with a semicolon (upgraded Browserify)
  • #94 - Resource object name/class inconsistency (added useClass option to DS.defineResource)
  • #95 - observe-js outdated (Upgraded observe-js.js an refactored to new API)
  • #98 - Missing id warning
jdobry
published 0.10.0 •

Changelog

Source

0.10.0 - 18 July 2014

Official Release

jdobry
published 0.10.0-beta.2 •

Changelog

Source

0.10.0-beta.2 - 10 July 2014

Backwards compatible API changes
  • #89 - Added the cacheResponse option to DS.create and DS.save
Backwards compatible bug fixes
  • #87 - Filter where boolean values
Other
  • #88 - Fixed guide documentation for the simple default where filter
jdobry
published 0.10.0-beta.1 •

Changelog

Source

0.10.0-beta.1 - 28 June 2014

Breaking API changes
  • #76 - Queries and filtering. See TRANSITION.md.
  • #82 - Simplify error handling. Reduced size of js-data-angular.min.js by 4kb.
  • #42 - Relations/Associations. DS.inject now looks for relations and injects them as well.
Backwards compatible API changes
  • #17 - Where predicates should be able to handle OR, not just AND
  • #23 - Computed Properties
  • #78 - Added optional callback to bindOne and bindAll
  • #79 - ejectAll should clear matching completed queries
  • #83 - Implement DS.loadRelations(resourceName, instance(Id), relations[, options])
  • #84 - idAttribute of a resource can be a computed property
jdobry
published 0.9.0 •

Changelog

Source

0.9.0 - 22 May 2014

Breaking API changes
  • #61 - Make custom serializers/deserializers more valuable
  • #59, #62 - Make queryTransform() consistent with the rest of the API

Before:

DSHttpAdapterProvider.defaults.serialize = function (data) { ... };

After:

DSProvider.defaults.serialize = function (resourceName, data) { ... };

Before:

DSHttpAdapterProvider.defaults.deserialize = function (data) { ... };

After:

DSProvider.defaults.deserialize = function (resourceName, data) { ... };

Before:

DSHttpAdapterProvider.defaults.queryTransform = function (query) { ... };

After:

DSHttpAdapterProvider.defaults.queryTransform = function (resourceName, query) { ... };
Backwards compatible API changes
  • #30, #48, #66 - DSCacheFactory integration
  • #49 - DS.bindOne($scope, prop, resourceName, id)
  • #50 - DS.bindAll($scope, prop, resourceName, query)
  • #51 - Allow baseUrl to be overridable at the method level
  • #52 - DS.update(resourceName, id, attrs[, options]) (different from DS.save())
  • #54 - Adding functionality to resources
  • #56 - DS.updateAll(resourceName, attrs, params[, options])
  • #60 - DSHttpAdapterProvider.defaults is undefined
  • #63 - DSLocalStorageAdapter
jdobry
published 0.8.1 •

Changelog

Source

0.8.1 - 02 May 2014

Backwards compatible Bug fixes
  • #44 - Pending query isn't deleted when the response is a failure
  • #47 - Minification error in $q $delegate
jdobry
published 0.8.0 •

Changelog

Source

0.8.0 - 13 March 2014

Backwards compatible API changes
  • #37 - Add option to only save changed attributes when calling DS.save()
Backwards compatible bug fixes
  • #38 - "saved" attribute item isn't being updated properly
jdobry
published 0.7.1 •

Changelog

Source

0.7.1 - 26 February 2014

Backwards compatible bug fixes
  • #36 - Fixed inconsistencies in DS.filter when using skip or limit in the query
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