You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
<aname="1.1.6"></a>
2
+
### 1.1.6 (2015-01-06)
3
+
4
+
5
+
#### Bug Fixes
6
+
7
+
* adds package.json to release task ([f7875766](http://github.com/angular-platanus/restmod/commit/f78757663c5b64136886f67069f7d694669607a1))
8
+
***factory:** fixes typo in call to canonicalUrlFor. ([5bfa439a](http://github.com/angular-platanus/restmod/commit/5bfa439a1cfe853d322403516ea70e12d51389fa), closes [#227](http://github.com/angular-platanus/restmod/issues/227))
9
+
***fastq:** adds missing 'catch' method to promises ([1fea426a](http://github.com/angular-platanus/restmod/commit/1fea426a1c6607ec3cc323d560f205a7e615be9f), closes [#183](http://github.com/angular-platanus/restmod/issues/183))
* specifies how changing a nested object property to another type affects changed ([2a295779](http://github.com/angular-platanus/restmod/commit/2a295779d77e94300e7aea6a4072c638179fc888))
17
+
* adds support for properties ([94bf9375](http://github.com/angular-platanus/restmod/commit/94bf937592136425bad514f618532af248a13936))
18
+
***service:** adds support for custom relation url name transformation. ([5a080925](http://github.com/angular-platanus/restmod/commit/5a08092513b8d1713b7431ea243ecc66564c238d), closes [#159](http://github.com/angular-platanus/restmod/issues/159))
* @description The model name to url encoding strategy
3032
+
*
3033
+
* This method is called when translating a name into an url fragment (mainly by relations).
3034
+
*
3035
+
* By default it uses the `inflector.parameterize` method, in 1.2 this will change and the default
3036
+
* behaviour will be to do nothing.
3037
+
*
3038
+
* @params {string} _name local name
3039
+
* @return {string} url fragment
3040
+
*/
3041
+
encodeUrlName: function(_name){
3042
+
$log.warn('Default paremeterization of urls will be disabled in 1.2, override Model.encodeUrlName with inflector.parameterize in your base model to keep the same behaviour.');
* @description The model name to url encoding strategy
2794
+
*
2795
+
* This method is called when translating a name into an url fragment (mainly by relations).
2796
+
*
2797
+
* By default it uses the `inflector.parameterize` method, in 1.2 this will change and the default
2798
+
* behaviour will be to do nothing.
2799
+
*
2800
+
* @params {string} _name local name
2801
+
* @return {string} url fragment
2802
+
*/
2803
+
encodeUrlName: function(_name){
2804
+
$log.warn('Default paremeterization of urls will be disabled in 1.2, override Model.encodeUrlName with inflector.parameterize in your base model to keep the same behaviour.');
0 commit comments