bump to 2.0.1
This commit is contained in:
parent
fae13b4a00
commit
6a58fe1cc6
2 changed files with 10 additions and 3 deletions
|
@ -1,7 +1,14 @@
|
||||||
|
# 2.0.1
|
||||||
|
* Add import of `package:angel_framework/http.dart`
|
||||||
|
* https://github.com/angel-dart/hot/pull/7
|
||||||
|
|
||||||
|
# 2.0.0
|
||||||
|
* Update for Dart 2 + Angel 2.
|
||||||
|
|
||||||
# 1.1.1+1
|
# 1.1.1+1
|
||||||
* Fix a bug that threw when `--observe` was not present.
|
* Fix a bug that threw when `--observe` was not present.
|
||||||
|
|
||||||
# 1.1.1
|
# 1.1.1
|
||||||
* Disable the observatory from pausing the isolate
|
* Disable the observatory from pausing the isolate
|
||||||
on exceptions, because Angel already handles
|
on exceptions, because Angel already handles
|
||||||
all exceptions by itself.
|
all exceptions by itself.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel_hot
|
name: angel_hot
|
||||||
description: Supports hot reloading of Angel servers on file changes.
|
description: Supports hot reloading of Angel servers on file changes.
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/hot
|
homepage: https://github.com/angel-dart/hot
|
||||||
environment:
|
environment:
|
||||||
|
@ -15,4 +15,4 @@ dependencies:
|
||||||
watcher: ^0.9.0
|
watcher: ^0.9.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
http: ^0.11.3
|
http: ^0.11.3
|
||||||
logging: ^0.11.0
|
logging: ^0.11.0
|
||||||
|
|
Loading…
Reference in a new issue