Skip to content

v1.0.0-13

Choose a tag to compare

@aricart aricart released this 07 Jan 16:33
· 825 commits to main since this release
5747126
  • [feat] RequestOptions have a reply field that allows a client to make a request but specify the reply subject. The reply field is only honored when noMux is specified. This allows noMux requests to operate under subscribe permissions for the client.
  • [update] updated deno std@083.0
  • [fix] Changed class declarations to not have field initializers in the declaration and removed static fields as downstream consumers such as browsers in nats.ws are not able to handle such constructs (safari). Deno bundler 1.4.6 emitted compatible es modules, but newer modules emit features that are not handled by Safari.
  • [fix] Fixed many linter warnings