platform/packages/hot/CHANGELOG.md
Tobe O 6890bbf53f Add 'packages/hot/' from commit 'ed1422b4fbfdc0bfdd44dd54900f03fb9838ad9b'
git-subtree-dir: packages/hot
git-subtree-mainline: 0aab437ca1
git-subtree-split: ed1422b4fb
2020-02-15 18:28:21 -05:00

766 B

2.0.6

  • Support --observe=*, --enable-vm-service=* (startsWith, instead of ==).

2.0.5

  • Use dart:developer to find the Observatory URI.
  • Use the app's logger when necessary.
  • Apply package:pedantic.

2.0.4

  • Forcibly close app loggers on shutdown.

2.0.3

  • Fixed up manual restart.
  • Remove stutter on hotkey press.

2.0.2

  • Fixed for compatibility with package:angel_websocket@^2.0.0-alpha.5.

2.0.1

2.0.0

  • Update for Dart 2 + Angel 2.

1.1.1+1

  • Fix a bug that threw when --observe was not present.

1.1.1

  • Disable the observatory from pausing the isolate on exceptions, because Angel already handles all exceptions by itself.