forked from cerebris/ember-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
19 lines (16 loc) · 833 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*February 27, 2012*
* Added full test suite
* Ember.Resource: added isNew()
* Ember.Resource: added _id()
* Ember.Resource: added findResource()
* Ember.ResourceController: added clearAll()
*February 2, 2012*
* BREAKING: Ember.Resource: renamed url -> resourceUrl
* BREAKING: Ember.Resource: renamed name -> resourceName
* BREAKING: Ember.Resource: renamed properties -> resourceProperties
* BREAKING: Ember.Resource: renamed save() -> saveResource()
* BREAKING: Ember.Resource: renamed destroy() -> destroyResource()
* BREAKING: Ember.ResourceController: renamed type -> resourceType
* BREAKING: Ember.ResourceController: renamed url -> resourceUrl
* Ember.Resource: allow a specific array of props to be passed to duplicateProperties(); defaults to resourceProperties
* Ember.ResourceController: fixed initialization of content