Releases: rodgc/ngx-socket-io
Releases · rodgc/ngx-socket-io
Release v4.9.3
Release v4.9.2
Added
- Support for
Socket.IO types
.
Fixed
- Missing deps to
provideSocketIo
function.
Release v4.9.1
Added
- Zoneless Implementation section to explain the removal of
zone.js
and the need for manual change detection.
Release v4.9.0
Bump
- Bump
@angular/*
dependencies to v20.0.0.
Release v4.8.5
Update
- Providers to use
providerSocketIo
function that is usingmakeEnvironmentProviders
instance ofimportProvidersFrom
Release v4.8.4
Changed
- Updated the
options
property in theSocketIoConfig
interface to usePartial<ManagerOptions>
instead of acustom-defined
object.
Release v4.8.3
Fixed
off()
behavior, sync with socket-io-client and takes a single function, not array- Mark internal fields as private in
WrappedSocket
.
Removed
- Outdated
@types/socket-io
&@types/socket.io-client
dependencies and use the built-in types instead.
Release v4.8.1
Update
- Bump
@angular/core
dependencies to v19.0.0.
v4.8.0
Release v4.7.0
Update
- Bump
@angular
dependencies to v18.0.0. - Bump
ng-packagr
dependencies to v18.0.0. - Bump
typescript
dependencies to v5.4.0.