Skip to content

Releases: rodgc/ngx-socket-io

Release v4.9.3

23 Jul 05:57
Compare
Choose a tag to compare

Release v4.9.2

23 Jul 05:41
Compare
Choose a tag to compare

Added

  • Support for Socket.IO types.

Fixed

  • Missing deps to provideSocketIo function.

Release v4.9.1

01 Jul 18:30
Compare
Choose a tag to compare

Added

  • Zoneless Implementation section to explain the removal of zone.js and the need for manual change detection.

Release v4.9.0

01 Jul 18:30
Compare
Choose a tag to compare

Bump

  • Bump @angular/* dependencies to v20.0.0.

Release v4.8.5

07 Apr 09:15
Compare
Choose a tag to compare

Update

  • Providers to use providerSocketIo function that is using makeEnvironmentProviders instance of importProvidersFrom

Release v4.8.4

09 Feb 21:12
Compare
Choose a tag to compare

Changed

  • Updated the options property in the SocketIoConfig interface to use Partial<ManagerOptions> instead of a custom-defined object.

Release v4.8.3

08 Feb 20:13
Compare
Choose a tag to compare

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

25 Nov 17:20
Compare
Choose a tag to compare

Update

  • Bump @angular/core dependencies to v19.0.0.

v4.8.0

21 Nov 15:28
Compare
Choose a tag to compare

Update

  • Bump @angular dependencies to v19.0.0.

Release v4.7.0

24 May 20:01
Compare
Choose a tag to compare

Update

  • Bump @angular dependencies to v18.0.0.
  • Bump ng-packagr dependencies to v18.0.0.
  • Bump typescript dependencies to v5.4.0.