Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iobaixas committed Sep 23, 2014
1 parent 92b5cb9 commit 789a443
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="1.1.1"></a>
### 1.1.1 (2014-09-23)


#### Bug Fixes

* **styles:** Fixes AMS style definition, adds a ams-spec. ([92b5cb90](http://github.com/angular-platanus/restmod/commit/92b5cb90c4c7f2bef29f46be0f87e21e401760ce), closes [#151](http://github.com/angular-platanus/restmod/issues/151))


<a name="1.1.0"></a>
## 1.1.0 (2014-09-23)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.1.0",
"version": "1.1.1",
"authors": [
"Ignacio Baixas <ignacio@platan.us>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-restmod-bundle.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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/angular-restmod-bundle.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/angular-restmod.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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/angular-restmod.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/debounced.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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/paged.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @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.

6 changes: 3 additions & 3 deletions dist/styles/ams.js
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand All @@ -19,9 +19,9 @@ angular.module('restmod').factory('AMSApi', ['restmod', 'inflector', function(re
jsonLinks: 'links'
},

$methods: {
$extend: {
// special snakecase to camelcase renaming
type: {
Model: {
decodeName: inflector.camelize,
encodeName: function(_v) { return inflector.parameterize(_v, '_'); }
}
Expand Down
4 changes: 2 additions & 2 deletions dist/styles/ams.min.js
@@ -1,8 +1,8 @@
/**
* API Bound Models for AngularJS
* @version v1.1.0 - 2014-09-23
* @version v1.1.1 - 2014-09-23
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
!function(a){"use strict";a.module("restmod").factory("AMSApi",["restmod","inflector",function(a,b){return a.mixin("DefaultPacker",{$config:{style:"AMS",primaryKey:"id",jsonMeta:"meta",jsonLinks:"links"},$methods:{type:{decodeName:b.camelize,encodeName:function(a){return b.parameterize(a,"_")}}}})}])}(angular);
!function(a){"use strict";a.module("restmod").factory("AMSApi",["restmod","inflector",function(a,b){return a.mixin("DefaultPacker",{$config:{style:"AMS",primaryKey:"id",jsonMeta:"meta",jsonLinks:"links"},$extend:{Model:{decodeName:b.camelize,encodeName:function(a){return b.parameterize(a,"_")}}}})}])}(angular);

0 comments on commit 789a443

Please sign in to comment.