- Support
--observe=*
,--enable-vm-service=*
(startsWith
, instead of==
).
- Use
dart:developer
to find the Observatory URI. - Use the app's logger when necessary.
- Apply
package:pedantic
.
- Forcibly close app loggers on shutdown.
- Fixed up manual restart.
- Remove stutter on hotkey press.
- Fixed for compatibility with
package:angel_websocket@^2.0.0-alpha.5
.
- Add import of
package:angel_framework/http.dart
- Update for Dart 2 + Angel 2.
- Fix a bug that threw when
--observe
was not present.
- Disable the observatory from pausing the isolate on exceptions, because Angel already handles all exceptions by itself.