Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

85 lines (50 loc) · 2.03 KB

Changelog

The format is based on Keep a Changelog

The unreleased heading is updated automatically to the right version and release date when you use npm version (see README.md).

2.1.2 - 2024-11-27

Fixed

  • fix RealtimeListener interface, don't declare internal private methods

2.1.1 - 2024-11-27

Fixed

  • add missing fields to SendingStatusUpdate

2.1.0 - 2024-11-27

Added

  • ReceivedStatusUpdate.href API
  • ReceivedStatusUpdate.notify API
  • Webxdc.sendUpdateInterval API
  • Webxdc.sendUpdateMaxSize API
  • deprecate description parameter in Webxdc.sendUpdate()

2.0.0 - 2024-11-15

Changed

  • package renamed to @webxdc/types

1.1.0 - 2023-04-22

Added

  • Realtime data API

Changed

  • clarify what T is

1.0.1 - 2023-10-19

Fixed

  • add dummy js files, because vite complained that it did not found the code, see #5

1.0.0 - 2023-10-11

Added

  • Release process is now documented in DEVELOPMENT.md
  • Add documentation of different uses of this package to readme

Changed

  • updated to the newest definitions from webxdc docs, as this repo should now become the source of truth for the typescript bindings.

0.1.0 - 2022-07-18

Changed

  • Fix import in README

0.0.3 - 2022-07-18

Initial public release.