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
- fix
RealtimeListener
interface, don't declare internal private methods
2.1.1 - 2024-11-27
- add missing fields to
SendingStatusUpdate
2.1.0 - 2024-11-27
ReceivedStatusUpdate.href
APIReceivedStatusUpdate.notify
APIWebxdc.sendUpdateInterval
APIWebxdc.sendUpdateMaxSize
API- deprecate
description
parameter inWebxdc.sendUpdate()
2.0.0 - 2024-11-15
- package renamed to
@webxdc/types
1.1.0 - 2023-04-22
- Realtime data API
- clarify what
T
is
1.0.1 - 2023-10-19
- add dummy js files, because vite complained that it did not found the code, see #5
1.0.0 - 2023-10-11
- Release process is now documented in
DEVELOPMENT.md
- Add documentation of different uses of this package to readme
- 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
- Fix import in README
0.0.3 - 2022-07-18
Initial public release.