Skip to content

Releases: nexiles/vue3-rsocket

0.3.0

27 Jul 11:11
60d9a37
Compare
Choose a tag to compare

Changelog

⚠️ Usage updated

  1. Vue3RSocket is now a named export
  2. friendlyRequestStream replaced through requestStream with optionals
  • build: do not wrap everything in generated js
  • build: create minified js upon production build
  • feat: requestStream now takes optional parameters
  • fix: correctly handle when route is/was already subscribed
  • build: clean up dependencies

0.2.2

26 Jul 14:55
6e64d58
Compare
Choose a tag to compare

Changelog

  • fix: validation of asynchronous function

0.2.1

26 Jul 09:34
43d1eaf
Compare
Choose a tag to compare

Changelog

  • feat: increase debug verbosity
  • feat: validate provided config
  • fix: auth function asynchronicity

0.2.0

26 Jul 06:59
064c61c
Compare
Choose a tag to compare

Changelog

⚠️ The usage of this library changed completely, see updated usage examples in README.md ⚠️

  • feat/build/docs: use TypeScript
  • feat: simplify usage
  • feat: prepare for missing operations
  • fix: fix 'requestStream' lifecycle

0.1.2 - 2022-03-24

20 Jul 11:59
c253e26
Compare
Choose a tag to compare

Changelog

  • build: update dependencies

0.1.1 - 2022-01-11

20 Jul 11:59
d64c8e2
Compare
Choose a tag to compare

Changelog

  • infra: add dependabot
  • infra: add GitHub actions for npm publishing
  • feat: update copyright notice
  • docs: Add CHANGELOG
  • docs: Set licence to MIT
  • feat: Initial commit