Skip to content

Commit 8cb0108

Browse files
committed
1.1.4
1 parent cdfe1ad commit 8cb0108

18 files changed

+406
-87
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.1.4"></a>
2+
### 1.1.4 (2014-11-26)
3+
4+
5+
#### Bug Fixes
6+
7+
* **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))
8+
* **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))
9+
10+
11+
#### Features
12+
13+
* **common_api:** Adds the posibility to override the cannonical url for nested resources. ([db47f98c](http://github.com/angular-platanus/restmod/commit/db47f98c7137cab5ffccacc3ba4e08de84debfcc))
14+
* **computed:** Adds mask to computed properties. ([9a015311](http://github.com/angular-platanus/restmod/commit/9a015311ee93615b7b29d83d84080e0a0206f8b9))
15+
* **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))
16+
17+
118
<a name="1.1.3"></a>
219
### 1.1.3 (2014-09-25)
320

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.3",
3+
"version": "1.1.4",
44
"authors": [
55
"Ignacio Baixas <[email protected]>"
66
],

0 commit comments

Comments
 (0)