Skip to content

Commit 8808738

Browse files
committed
1.1.11
1 parent dc49873 commit 8808738

21 files changed

+33
-22
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="1.1.11"></a>
2+
### 1.1.11 (2015-10-26)
3+
4+
5+
#### Bug Fixes
6+
7+
* **Builder:** fixes `mask` modifier being removed by mistake ([dc498735](http://github.com/angular-platanus/restmod/commit/dc49873538a260f26bf503498926cc22ed7e0156))
8+
9+
110
<a name="1.1.10"></a>
211
### 1.1.10 (2015-10-24)
312

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-restmod",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"authors": [
55
"Ignacio Baixas <[email protected]>"
66
],

dist/angular-restmod-bundle.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* API Bound Models for AngularJS
3-
* @version v1.1.10 - 2015-10-24
3+
* @version v1.1.11 - 2015-10-26
44
* @link https://github.com/angular-platanus/restmod
55
* @author Ignacio Baixas <[email protected]>
66
* @license MIT License, http://www.opensource.org/licenses/MIT
@@ -2038,6 +2038,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func
20382038
var mappings = [
20392039
{ fun: 'attrDefault', sign: ['init'] },
20402040
{ fun: 'attrMask', sign: ['ignore'] },
2041+
{ fun: 'attrMask', sign: ['mask'] },
20412042
{ fun: 'attrMap', sign: ['map', 'force'] },
20422043
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] },
20432044
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] },

dist/angular-restmod-bundle.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-restmod.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* API Bound Models for AngularJS
3-
* @version v1.1.10 - 2015-10-24
3+
* @version v1.1.11 - 2015-10-26
44
* @link https://github.com/angular-platanus/restmod
55
* @author Ignacio Baixas <[email protected]>
66
* @license MIT License, http://www.opensource.org/licenses/MIT
@@ -1800,6 +1800,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func
18001800
var mappings = [
18011801
{ fun: 'attrDefault', sign: ['init'] },
18021802
{ fun: 'attrMask', sign: ['ignore'] },
1803+
{ fun: 'attrMask', sign: ['mask'] },
18031804
{ fun: 'attrMap', sign: ['map', 'force'] },
18041805
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] },
18051806
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] },

dist/angular-restmod.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/debounced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* API Bound Models for AngularJS
3-
* @version v1.1.10 - 2015-10-24
3+
* @version v1.1.11 - 2015-10-26
44
* @link https://github.com/angular-platanus/restmod
55
* @author Ignacio Baixas <[email protected]>
66
* @license MIT License, http://www.opensource.org/licenses/MIT

dist/plugins/debounced.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/dirty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* API Bound Models for AngularJS
3-
* @version v1.1.10 - 2015-10-24
3+
* @version v1.1.11 - 2015-10-26
44
* @link https://github.com/angular-platanus/restmod
55
* @author Ignacio Baixas <[email protected]>
66
* @license MIT License, http://www.opensource.org/licenses/MIT

dist/plugins/dirty.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* API Bound Models for AngularJS
3-
* @version v1.1.10 - 2015-10-24
3+
* @version v1.1.11 - 2015-10-26
44
* @link https://github.com/angular-platanus/restmod
55
* @author Ignacio Baixas <[email protected]>
66
* @license MIT License, http://www.opensource.org/licenses/MIT

0 commit comments

Comments
 (0)