Skip to content

Commit 76c0aa2

Browse files
committed
Release 0.1.0
1 parent d4eca31 commit 76c0aa2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Philipp Denzler",
33
"name": "angular-deferred-bootstrap",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
5-
"version": "0.0.5",
5+
"version": "0.1.0",
66
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
77
"repository": {
88
"type": "git",

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.0 - 2014-06-10
4+
- the resolve functions can now use dependency injection to access services from the AngularJS core
5+
- BREAKING: the resolve functions can NOT anymore directly get access to the 'injector' (which is also not needed anymore) -> check the updated demos and the docs
6+
- the bootstrap configuration takes a new argument 'injectorModules' where the modules which should be made available to the resolve functions can be specified, thanks [@Shepless](https://github.com/Shepless), see: [#11](https://github.com/philippd/angular-deferred-bootstrap/pull/11)
7+
38
## 0.0.5 - 2014-04-22
49
- bootstrap() now returns a promise, thanks [@harriha](https://github.com/harriha)
510
- fixed [#9](https://github.com/philippd/angular-deferred-bootstrap/issues/9): Loading/error CSS classes didn't work if the script was loaded in <head>, thanks [@harriha](https://github.com/harriha)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
55
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
66
"repository": {

0 commit comments

Comments
 (0)