Skip to content

v0.18.0

Compare
Choose a tag to compare
@evert evert released this 16 Apr 06:04
· 63 commits to main since this release
3c64813

This release is identical to the previous alpha version.

Changed in 0.18

  • The Context interface has been removed, and the BaseContext class is renamed to Context. This is a BC break, but should only be an issue if you used the Context interface directly. BaseContext is still exported but simply aliased to Context. This alias will be removed from a future version. This change should make it easier to use interface declaration merging to extend Context.
  • The ws dependency has been updated to version 8. There are some breaking changes in this release. The most likely you'll hit is that incoming messages are now of type Buffer instead of string. Check out the ws changelog for more details.