Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iobaixas committed Nov 26, 2014
1 parent cdfe1ad commit 8cb0108
Show file tree
Hide file tree
Showing 18 changed files with 406 additions and 87 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="1.1.4"></a>
### 1.1.4 (2014-11-26)


#### Bug Fixes

* **common:** fixes $send not properly handling the $promise property. ([10188a17](http://github.com/angular-platanus/restmod/commit/10188a178cc44eb4185ab12af5c10fcc9fca1e53), closes [#154](http://github.com/angular-platanus/restmod/issues/154))
* **record_api:** Improves url building and adds support for falsy `$pk`s ([db4e63b4](http://github.com/angular-platanus/restmod/commit/db4e63b4fc4d98c121481fc5a54c688149ad528e), closes [#205](http://github.com/angular-platanus/restmod/issues/205))


#### Features

* **common_api:** Adds the posibility to override the cannonical url for nested resources. ([db47f98c](http://github.com/angular-platanus/restmod/commit/db47f98c7137cab5ffccacc3ba4e08de84debfcc))
* **computed:** Adds mask to computed properties. ([9a015311](http://github.com/angular-platanus/restmod/commit/9a015311ee93615b7b29d83d84080e0a0206f8b9))
* **relations:** adds hasMany and hasOne hooks. ([fc2a8059](http://github.com/angular-platanus/restmod/commit/fc2a8059089725853025acf6804d6ed675ed7488), closes [#35](http://github.com/angular-platanus/restmod/issues/35), [#28](http://github.com/angular-platanus/restmod/issues/28))


<a name="1.1.3"></a>
### 1.1.3 (2014-09-25)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.1.3",
"version": "1.1.4",
"authors": [
"Ignacio Baixas <ignacio@platan.us>"
],
Expand Down

0 comments on commit 8cb0108

Please sign in to comment.