platform/packages/hot/CHANGELOG.md

120 lines
1.7 KiB
Markdown
Raw Normal View History

2021-07-18 07:18:31 +00:00
# Change Log
2024-06-23 04:09:26 +00:00
## 8.3.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.2.1
* Updated repository link
2023-12-24 03:27:17 +00:00
## 8.2.0
* Updated `lints` to 3.0.0
* Updated `vm_service` to 14.0.0
* Fixed linter warnings
2023-11-13 00:59:18 +00:00
## 8.1.0
* Updated `vm_service` to 13.0.0
2023-11-13 02:08:33 +00:00
* Updated README
2023-11-13 00:59:18 +00:00
2023-05-26 23:42:46 +00:00
## 8.0.0
* Require Dart >= 3.0
* Updated `vm_service` to 11.6.0
2022-10-06 00:00:03 +00:00
## 7.0.1
* Updated `server` header to `angel3`
2022-08-14 02:17:59 +00:00
## 7.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.17
2022-08-14 02:17:59 +00:00
* Updated `vm_service` to 9.3.0
2022-02-22 11:41:06 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-02-22 11:41:06 +00:00
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-22 11:41:06 +00:00
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
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 04:12:43 +00:00
2021-07-18 07:18:31 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-05-02 04:12:43 +00:00
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.