Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

63 lines (45 loc) · 1.71 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased] - YYYY-MM-DD

Added

Changed

Deprecated

Removed

Fixed

Security

[1.2.2] - 2024-08-27

Changed

  • Updates to Network interface (via @pvg, see notes)

    • Removed emitting "ready" event.
    • Implemented isReady and whenReady
    • disconnect() already implemented.

[1.2.1] - 2024-07-27

Changed

  • Updated refs (automerge-repo)

[1.1.13] - 2024-05-18

Changed

  • Updated refs (peerjs)

[1.1.12] - 2024-05-13

Changed

  • Updated refs and bump version to 1.1.12 to match main automerge-repo.

[1.1.4] - 2024-03-20

Changed

  • Update refs and bump version to 1.1.4 to match main automerge-repo.

[1.1.2] - 2024-03-13

Changed

  • Update refs and bump version to 1.1.2 to match main automerge-repo.

[1.1.1] - 2024-02-28

Added

  • onData callback method (replacing the rxjs observable pattern from original implementation).
  • Export types from package.
  • Converted adapter to implement [NetworkAdapterInterface] as [NetworkAdapter] base abstract class deprecated.

Changed

  • Rename WebrtcNetworkAdapter to PeerjsNetworkAdapter
  • Version set to 1.1.1 to match main automerge-repo version.

[0.0.1] - 2024-02-27

Added

  • Setup initial project structure.
  • Copied over from source monorepo.
  • Setup CI/CD.
  • Initial publish to NPM.