You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

ember-data

Package Overview
Dependencies
Maintainers
13
Versions
726
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous
1
7172

1.0.0-beta.15

Diff

Changelog

Source

Release 1.0.0-beta.15 (February 14, 2015)

Breaking Changes
fivetanley
published 1.0.0-beta.14.1 •

Changelog

Source

Ember Data 1.0.0-beta.14.1 (December 31, 2014)

Changes
  • Replace <%= versionStamp %> with actual version stamp. Thanks @tricknotes!
  • Fix sourcemap loading in Ember CLI and Rails.
fivetanley
published 1.0.0-beta.14 •

Changelog

Source

Ember Data 1.0.0-beta.14 (December 25, 2014)

Breaking Changes
fivetanley
published 1.0.0-beta.12 •

Changelog

Source

Ember Data 1.0.0-beta.12 (November 25, 2014)

Internet Explorer 8 Requires Ember 1.8

A bug in Ember 1.7's Ember.create method (which is a polyfill for Object.create) combined with a bug in es5-shim's Object.create prevent us from giving Ember Data users a good alternative to use. Internally, Ember Data uses Object.create for efficient caches. Ember 1.8 ships a working Object.create polyfill on Ember.create so if you are using Internet Explorer 8 and Ember Data in production, you should upgrade to Ember 1.8 as soon as you can.

If you are using browsers that provide Object.create, you do not need to do any additional work here. This includes mobile browsers, evergreen browsers (Chrome, Opera, Firefox), Safari, and IE9+.

fivetanley
published 1.0.0-beta.11 •

Changelog

Source

Ember Data 1.0.0-beta.11 (October 13, 2014)

  • Rollback after delete record failure
  • warn instead of throw when resolving keys to model
  • added note about coalescing and custom URLs
  • pass ids through encodeURIComponent when turning them into urls
  • Always remove the inverse record (if exists) from a belongsTo relationship fixes #2331
  • polyfill Ember.Map behavior
  • use new Em.Map function signatures
  • Refactor relationships with links
  • Implemented rollbacking of implicit relationships
  • Add support for rollback of relationships from deleted state
  • Unwrap promises when setting a belongsTo
  • Update tests on filters returning reloaded objects
  • Update recordArrays when record has reloaded
  • Refactor inverseFor cache
  • Makes it possible to custom define inverses on only one side
  • HasMany relationships now reload correctly
  • Add a test for calling reload directly on the promiseProxy
  • Add a test for reload on sync hasMany relationships
  • Added a reload to the ManyArray
  • [DOC fix] Remove misleading {inverse: null}
  • Added implicit relationships
  • Improve comments for the inverseFor method
  • Serialize belongsTo where id===null as null
  • [DOCS] Cleanup "USING EMBEDDED RECORDS" API readability
  • preload the belongsTo to be available synchronously
  • Add a test for an async belongsTo with buildURL
  • removed private unused properties in ManyArray
  • Small typo in #normalize documentation
  • Do not clear own relationships when deleting records
rwjblue
published 1.0.0-beta.10 •

Changelog

Source

Ember Data 1.0.0-beta.10 (September 9, 2014)

NOTE: A bug was introduced in this version where the saving of a model with async hasMany property will send an empty list to the server in the payload, so is discouraged to use this version if you have such relationships on your application. For more details https://github.com/emberjs/data/issues/2339

  • Bring back relationship parameter for findHasMany & findBelongsTo
  • add es5-shim/sham requirement to README
  • Add-on uses blueprint addBowerPackageToProject() hook to add ed as bower dep instead of including a pre-built version
  • ember add-on vendor tree is relative to this file, so needs to go back a dir
  • tests and typo fix for ajaxSuccess/ajaxError
  • Add ajaxSuccess hook to the RESTAdapter
  • Added ember-addon support via npm
  • Update recordArrays whenever there are changes to relationships
  • Refactor relationship handling code
  • Add support for embedded polymorphic hasMany
  • improve error message for push
  • [BUGFIX] fixture adapter copies defined fixtures
  • remove unused variables and enforce in jshint
  • Updated docs to warn against use of async:true with EmbeddedRecodsMixin
  • Removed a duplicate explanation of preload
  • small perf, this map was unfortunately adding 5ms -> 8ms overhead for pushMany of N=1000. Removing it removed the overhead entirely.
  • modelFor was used constantly, the extra normalization and string splitting was causing measurable slowdown.
  • Don't use the DOM in the store tests
  • Added an example of how to use the preload arg
  • Added documentation for preload parameter
  • [Documentation] typo in find documentation
Previous
1
7172
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc