Skip to content

Commit

Permalink
1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
iobaixas committed Oct 26, 2015
1 parent dc49873 commit 8808738
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="1.1.11"></a>
### 1.1.11 (2015-10-26)


#### Bug Fixes

* **Builder:** fixes `mask` modifier being removed by mistake ([dc498735](http://github.com/angular-platanus/restmod/commit/dc49873538a260f26bf503498926cc22ed7e0156))


<a name="1.1.10"></a>
### 1.1.10 (2015-10-24)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.1.10",
"version": "1.1.11",
"authors": [
"Ignacio Baixas <ignacio@platan.us>"
],
Expand Down
3 changes: 2 additions & 1 deletion dist/angular-restmod-bundle.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down Expand Up @@ -2038,6 +2038,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func
var mappings = [
{ fun: 'attrDefault', sign: ['init'] },
{ fun: 'attrMask', sign: ['ignore'] },
{ fun: 'attrMask', sign: ['mask'] },
{ fun: 'attrMap', sign: ['map', 'force'] },
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] },
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] },
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-restmod-bundle.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/angular-restmod.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down Expand Up @@ -1800,6 +1800,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func
var mappings = [
{ fun: 'attrDefault', sign: ['init'] },
{ fun: 'attrMask', sign: ['ignore'] },
{ fun: 'attrMask', sign: ['mask'] },
{ fun: 'attrMap', sign: ['map', 'force'] },
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] },
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] },
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-restmod.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugins/debounced.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/debounced.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/dirty.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/dirty.min.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/find-many.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/find-many.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/nested-dirty.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/nested-dirty.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/paged.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/paged.min.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/preload.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/preload.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/styles/ams.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/ams.min.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.10 - 2015-10-24
* @version v1.1.11 - 2015-10-26
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.1.10",
"version": "1.1.11",
"description": "API Bound Models for AngularJS",
"license": "MIT",
"homepage": "https://github.com/angular-platanus/restmod",
Expand Down

0 comments on commit 8808738

Please sign in to comment.