Releases: bacnet-js/client
Releases · bacnet-js/client
Release list
Release 3.3.2
Release 3.3.1
3.3.1 (2026-04-01)
Bug Fixes
- decode special log records in ReadRange without status flags (#77) (8074b54), closes bacnet-js/client#76
Release 3.3.0
Release 3.2.0
3.2.0 (2026-03-02)
Bug Fixes
- asn1: preserve raw date bytes for wildcard/partial date decode (#70) (29f2f8f)
- decode getEventInformation ack and allow optional object filter (#68) (a8539bd)
- segmentation: correctly reassemble segmented ComplexACK responses (#71) (cb1fb54)
- services: map eventNotify to EventNotifyData decoder (#67) (9fb90f1)
Features
Release 3.1.0
Release 3.0.1
Release 3.0.0
3.0.0 (2025-07-12)
- feat!: replaces callbacks with promises for confirmed/acknowledged service methods (#52) (65502f7), closes #52 #50 #51
- feat!: add async methods (#49) (d32db02), closes #49
BREAKING CHANGES
- this PR changes the consumer-facing API of this
library, replacing callbacks with promises EventNotifyData.decodetimeStampproperty is an Object now with{ value: <Date>, type: 2 }