platform/packages/hot/CHANGELOG.md

39 lines
876 B
Markdown
Raw Normal View History

2021-05-02 04:12:43 +00:00
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2019-05-06 23:24:21 +00:00
# 2.0.6
* Support `--observe=*`, `--enable-vm-service=*` (`startsWith`, instead of `==`).
2019-05-01 09:41:26 +00:00
# 2.0.5
* Use `dart:developer` to find the Observatory URI.
2019-05-01 09:51:27 +00:00
* Use the app's logger when necessary.
* Apply `package:pedantic`.
2019-05-01 09:41:26 +00:00
2019-02-07 02:57:42 +00:00
# 2.0.4
* Forcibly close app loggers on shutdown.
2018-11-09 20:39:34 +00:00
# 2.0.3
* Fixed up manual restart.
* Remove stutter on hotkey press.
2018-11-06 18:56:29 +00:00
# 2.0.2
* Fixed for compatibility with `package:angel_websocket@^2.0.0-alpha.5`.
2018-11-02 20:21:39 +00:00
# 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.
2018-06-08 17:45:01 +00:00
# 1.1.1+1
* Fix a bug that threw when `--observe` was not present.
2018-06-07 16:11:03 +00:00
# 1.1.1
* Disable the observatory from pausing the isolate
on exceptions, because Angel already handles
2018-11-02 20:21:39 +00:00
all exceptions by itself.