- Add
debugUrl
field toSockJSOpenEvent
, which will be set to the full SockJS URL connected to by the underlying transport when using the unminifiedsockjs.js
asset.
- Migrate to null safety. SDK constraint raised to 2.12
- Update SockJS library to 1.6.1.
- CI tweaks.
- Dependency upgrades.
- Simplify Github CI workflow.
- Formatting and analysis lints.
- Replace deprecated
pub
commands
- Dependency upgrades.
- Update SockJS library to 1.5.0 and add sourcemaps.
- Raise Dart SDK minimum to 2.4.0
- Internal changes and CI updates.
- Dart 2 compatible.
- Updated the SockJS library to v1.1.5 to pull in a fix for an issue where xhr_streaming loops infinitely after the connection closes.
- Compatible with latest Dart 2.x dev channel and Dart Dev Compiler.
- Logging was disabled as it was originally too verbose.
- Add a version check to CI.
- Initial release.