Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iobaixas committed Sep 12, 2014
1 parent dd3c843 commit 50ebb64
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.0.2"></a>
### 1.0.2 (2014-09-12)

#### Bug fixes

* **ams:** fixes call to setPacker.

<a name="1.0.1"></a>
### 1.0.1 (2014-09-11)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.0.1",
"version": "1.0.2",
"authors": [
"Ignacio Baixas <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-restmod-bundle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/dirty.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/paged.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/paged.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions dist/styles/ams.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand All @@ -21,7 +21,7 @@ angular.module('restmod').factory('AMSApi', ['restmod', 'inflector', 'DefaultPac
this.setProperty('style', 'AMS')
.setProperty('primaryKey', 'id') // just to make sure
.setRenamer(amsRenamer)
.setPacker('packer', DefaultPacker)
.setPacker(DefaultPacker)
.setProperty('jsonMeta', 'meta')
.setProperty('jsonLinks', 'links');
});
Expand Down
4 changes: 2 additions & 2 deletions dist/styles/ams.min.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* API Bound Models for AngularJS
* @version v1.0.1 - 2014-09-11
* @version v1.0.2 - 2014-09-12
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
!function(a){"use strict";a.module("restmod").factory("AMSApi",["restmod","inflector","DefaultPacker",function(a,b,c){var d={decode:b.camelize,encode:function(a){return b.parameterize(a,"_")}};return a.mixin(function(){this.setProperty("style","AMS").setProperty("primaryKey","id").setRenamer(d).setPacker("packer",c).setProperty("jsonMeta","meta").setProperty("jsonLinks","links")})}])}(angular);
!function(a){"use strict";a.module("restmod").factory("AMSApi",["restmod","inflector","DefaultPacker",function(a,b,c){var d={decode:b.camelize,encode:function(a){return b.parameterize(a,"_")}};return a.mixin(function(){this.setProperty("style","AMS").setProperty("primaryKey","id").setRenamer(d).setPacker(c).setProperty("jsonMeta","meta").setProperty("jsonLinks","links")})}])}(angular);

0 comments on commit 50ebb64

Please sign in to comment.