ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

Compatibility with Ember ~1.13 #431

Closed jslippy closed 9 years ago

jslippy commented 9 years ago

Upgrading ember-model to Ember 1.13 results in several deprecation warnings. Most are easy fixes but one is more challenging: Ember.observesBefore has been deprecated. Any suggestions how to replace its use in ember-model (used by _contentWillChange method of Ember.ManyArray in has_many_array.js)?