Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 6ca5d73

Browse files
committed
chore(release): v0.9.1
1 parent 50585eb commit 6ca5d73

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.9.1"></a>
2+
# v0.9.1 elemental-mimicry (2013-11-18)
3+
4+
### WARNING
5+
6+
We reserve the right to change the APIs in v.0.9.x versions.
7+
8+
## Bug Fixes
9+
10+
- don't create watchers for <=> => and =>! attributes if attribute is not specified on the element
11+
([6ea6af8b](https://github.com/angular/angular.dart/commit/eb6ba0d76dcb62c95f67bda08a643aa7),
12+
[#265](https://github.com/angular/angular.dart/issues/265))
13+
- ng-view does not clear template when route is deactivated
14+
([6acb2c32](https://github.com/angular/angular.dart/commit/681e7dd72c9edeed8c11aca8424bf4ae6acb2c32),
15+
[#245](https://github.com/angular/angular.dart/issues/245))
16+
17+
## Features
18+
- allow specifying attribute mappings using annotations
19+
([68f7b233](https://github.com/angular/angular.dart/commit/50585ebe65698e4edcbf2f53134da84e68f7b233),
20+
[#227](https://github.com/angular/angular.dart/issues/227))
21+
- simplified routing API
22+
([a2eeb4e0](https://github.com/angular/angular.dart/commit/6ef8e828f43b0ef25f095bea2b063ad4a2eeb4e0),
23+
[#255](https://github.com/angular/angular.dart/issues/255))
24+
25+
126
<a name="0.9.0"></a>
227
# v0.9.0 static-animation (2013-11-04)
328

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: 0.9.0+1
2+
version: 0.9.1
33
authors:
44
- Misko Hevery <misko@hevery.com>
55
- Pavel Jbanov <pavelgj@gmail.com>

0 commit comments

Comments
 (0)