Releases: richardeschloss/nuxt-socket-io
Releases · richardeschloss/nuxt-socket-io
v3.0.13 -- Stable Release
- Added native support for Windows-based file schemes (with the "file://" protocol)
v3.0.11 -- Stable Release
Stable release tested against Nuxt3 stable.
v2.0.3 -- Stable Release
v2.0.3 -- Stable Release
v2.0.2 -- Stable Release
v2.0.2 -- Stable Release
v2.0.0 -- Stable Release
Latest stable release
v1.1.24 - Stable Release
1.1.11 - Ran security audit and updated dependencies.
Ran security audit and updated dependencies.
1.0.5 - Added check for null vuex options
- 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
- 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
- Achieved 100% coverage on the compiled plugin.