Skip to content

Latest commit

 

History

History
162 lines (74 loc) · 7.22 KB

CHANGELOG.md

File metadata and controls

162 lines (74 loc) · 7.22 KB

6.1.5 (2024-07-30)

Bug Fixes

6.1.4 (2024-07-29)

Bug Fixes

6.1.3 (2024-07-24)

Dependencies

  • dev: bump aegir from 40.0.13 to 44.0.1 (#117) (2fd31de)

6.1.2 (2024-07-22)

Bug Fixes

  • export web-socket (#99) (9687a51)
  • it-goodbye expects the source to be an async generator (#115) (d00509c)

6.1.1 (2023-12-11)

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.0 (#96) (df1e824)

6.1.0 (2023-12-10)

Features

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#77) (96f4c7b)
  • delete templates [skip ci] (#76) (e8b6c1f)

6.0.5 (2023-08-10)

Dependencies

  • add @types/ws to dependencies to ensure types for the version of ws are compatible (#71) (80092e8)

6.0.4 (2023-08-10)

Dependencies

  • dev: bump delay from 5.0.0 to 6.0.0 (#69) (a5b1437)

6.0.3 (2023-08-10)

Dependencies

  • dev: bump aegir from 38.1.8 to 40.0.0 (#74) (7749816)

6.0.2 (2023-08-10)

Bug Fixes

  • only send data if the socket is open (#75) (f63265e)

6.0.1 (2023-04-18)

Bug Fixes

6.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • the type of the source/sink properties have changed

Bug Fixes

Dependencies

5.0.6 (2022-12-08)

Bug Fixes

5.0.5 (2022-12-07)

Dependencies

  • update it-drain, it-ndjson and it-foreach (#35) (5c65441)

5.0.4 (2022-12-07)

Dependencies

  • dev: bump it-all from 1.0.6 to 2.0.0 (#27) (003752d)
  • dev: bump it-map from 1.0.6 to 2.0.0 (#28) (8cde19c)

5.0.3 (2022-10-13)

Bug Fixes

Trivial Changes

Dependencies

  • bump uint8arrays from 3.1.1 to 4.0.2 (#26) (3dea637)
  • dev: bump wherearewe from 1.0.2 to 2.0.1 (#22) (8a3635a)

5.0.2 (2022-05-20)

Bug Fixes

5.0.1 (2022-03-04)

Bug Fixes

5.0.0 (2022-01-29)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features