@hyperfrontend/network-protocol

Changelog§

Every published release, newest first. The latest is v2.0.1.

  1. v2.0.12 fixes

    Bug Fixes

    • keep a queue draining after its handler rejects
    • validate the drop handler when a channel is created
    Compare the commits behind v2.0.1 on GitHub ↗
  2. v2.0.0Breaking1 feature · 1 other change

    Breaking Changes

    • Breakingthe browser/v1, browser/v2, node/v1, and node/v2 entries, the bundle/v1 and bundle/v2 builds, the password-keyed packet and data exports, and the six staged queues are removed; createChannel takes an options object with a session, ProtocolProvider receives the session, and Data no longer carries a key.

    Features

    • Breakingreplace v1/v2 with the v3/v4 session
    Compare the commits behind v2.0.0 on GitHub ↗
  3. v1.0.01 feature

    Features

    • Marked stable. No API changes since 0.2.1.
    Compare the commits behind v1.0.0 on GitHub ↗
  4. v0.2.11 other change

    Other

    • @hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
    Compare the commits behind v0.2.1 on GitHub ↗
  5. v0.2.01 feature

    Features

    • eslint-rulesadd lib-pkg-main-reexports
    Compare the commits behind v0.2.0 on GitHub ↗
  6. v0.1.01 other change

    Other

    • Version sync (no direct changes to this package)
    Compare the commits behind v0.1.0 on GitHub ↗
  7. v0.0.41 fix

    Bug Fixes

    • lib-network-protocolcorrect package exports (5b8ed3c)
    Compare the commits behind v0.0.4 on GitHub ↗
  8. v0.0.31 fix

    Bug Fixes

    • lib-network-protocolcorrect package exports (5b8ed3c)
    Compare the commits behind v0.0.3 on GitHub ↗
  9. v0.0.21 fix

    Bug Fixes

    • lib-network-protocolcorrect secondary entrypoints (7092e3a)
    Compare the commits behind v0.0.2 on GitHub ↗
  10. v0.0.12 fixes

    Bug Fixes

    • lib-network-protocolfix imports (5f6f6a9)
    • lib-network-protocolresolve stop/resume race condition in queue (cc9d83f)