Skip to content

Releases: richardeschloss/nuxt-socket-io

v3.0.13 -- Stable Release

25 Jul 02:22
Compare
Choose a tag to compare
  • Added native support for Windows-based file schemes (with the "file://" protocol)

v3.0.11 -- Stable Release

02 Dec 00:13
Compare
Choose a tag to compare

Stable release tested against Nuxt3 stable.

v2.0.3 -- Stable Release

21 Jan 17:17
589d552
Compare
Choose a tag to compare

v2.0.3 -- Stable Release

v2.0.2 -- Stable Release

19 Jan 21:51
bc51d80
Compare
Choose a tag to compare

v2.0.2 -- Stable Release

v2.0.0 -- Stable Release

22 Dec 05:42
Compare
Choose a tag to compare

Latest stable release

v1.1.24 - Stable Release

12 May 16:41
0a7977f
Compare
Choose a tag to compare

1.1.11 - Ran security audit and updated dependencies.

17 Sep 04:46
a0133de
Compare
Choose a tag to compare

Ran security audit and updated dependencies.

1.0.5 - Added check for null vuex options

06 Dec 23:07
220ec5a
Compare
Choose a tag to compare
  • Added check for null vuex options. If mutations or actions are not defined, they simply won't be looked at.
  • Also changed the array type check to a more proper check.

1.0.4 - Improved scoping of plugin options

20 Nov 04:32
c1fe4d0
Compare
Choose a tag to compare
  • Plugin options are accessible/settable in TEST mode only. Otherwise, only the plugin can access (but not set) the options.

1.0.3 - 100% coverage

19 Nov 08:41
64cc61b
Compare
Choose a tag to compare
  • Achieved 100% coverage on the compiled plugin.