platform/packages/hot/CHANGELOG.md

78 lines
1.2 KiB
Markdown
Raw Normal View History

2021-07-18 07:18:31 +00:00
# Change Log
2022-01-03 06:45:47 +00:00
## 4.3.0
* Updated to use `vm_service` 8.1.0
2021-11-15 23:49:11 +00:00
## 4.2.2
* Fixed '!' operator warning
2021-11-15 23:52:20 +00:00
2021-09-12 04:54:37 +00:00
## 4.2.1
* Fixed license link
2021-09-11 03:18:35 +00:00
## 4.2.0
* Updated to use `belatuk_html_builder` package
2022-01-03 06:45:47 +00:00
* Upgraded to `lints` linter
2021-09-11 03:18:35 +00:00
2021-07-18 07:18:31 +00:00
## 4.1.1
* Fixed NNBD issues
* Updated README
## 4.1.0
2021-06-14 04:07:28 +00:00
* Updated `vm_service` to 7.1.x
2021-07-18 07:18:31 +00:00
## 4.0.0
2021-05-02 04:12:43 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
2021-07-18 07:18:31 +00:00
## 3.0.0
2021-05-02 04:12:43 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-07-18 07:18:31 +00:00
## 2.0.6
2019-05-06 23:24:21 +00:00
* Support `--observe=*`, `--enable-vm-service=*` (`startsWith`, instead of `==`).
2021-07-18 07:18:31 +00:00
## 2.0.5
2019-05-01 09:41:26 +00:00
* 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
2021-07-18 07:18:31 +00:00
## 2.0.4
2019-02-07 02:57:42 +00:00
* Forcibly close app loggers on shutdown.
2021-07-18 07:18:31 +00:00
## 2.0.3
2018-11-09 20:39:34 +00:00
* Fixed up manual restart.
* Remove stutter on hotkey press.
2021-07-18 07:18:31 +00:00
## 2.0.2
2018-11-06 18:56:29 +00:00
* Fixed for compatibility with `package:angel_websocket@^2.0.0-alpha.5`.
2021-07-18 07:18:31 +00:00
## 2.0.1
2018-11-02 20:21:39 +00:00
* Add import of `package:angel_framework/http.dart`
2021-07-18 07:18:31 +00:00
* <https://github.com/angel-dart/hot/pull/7>
## 2.0.0
2018-11-02 20:21:39 +00:00
* Update for Dart 2 + Angel 2.
2021-07-18 07:18:31 +00:00
## 1.1.1+1
2018-06-08 17:45:01 +00:00
* Fix a bug that threw when `--observe` was not present.
2021-07-18 07:18:31 +00:00
## 1.1.1
2018-06-07 16:11:03 +00:00
* 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.