Skip to content

Releases: bacnet-js/client

Release 3.3.1

01 Apr 08:34
a331f17

Choose a tag to compare

3.3.1 (2026-04-01)

Bug Fixes

Release 3.3.0

04 Mar 10:05
3d5d609

Choose a tag to compare

3.3.0 (2026-03-04)

Bug Fixes

  • set file type as isStream (#62) (21d5836)
  • tests: eliminate flaky timers and silent false positives (#75) (cd8704a), closes #73

Features

Release 3.2.0

02 Mar 13:36
8150a2f

Choose a tag to compare

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

11 Feb 13:32

Choose a tag to compare

3.1.0 (2026-02-11)

Features

  • read schedule,calendar and trend (#64) (0ce3996)

Release 3.0.1

26 Sep 06:32
2dd7411

Choose a tag to compare

3.0.1 (2025-09-26)

Release 3.0.0

12 Jul 11:59
9c9692a

Choose a tag to compare

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.decode timeStamp property is an Object now with { value: <Date>, type: 2 }

Release 2.1.5

04 Jul 06:38
917655b

Choose a tag to compare

2.1.5 (2025-07-04)

Release 2.1.4

30 Jun 08:56
45e2957

Choose a tag to compare

2.1.4 (2025-06-30)

Bug Fixes

  • add BinaryPV enum to allowed enumerations for ApplicationTag.ENUMERATED data entries (#40) (21267a5)

Release 2.1.3

25 Jun 14:03

Choose a tag to compare

2.1.3 (2025-06-25)

Bug Fixes

  • dates: fixes off-by-one error when encoding/decoding the month component of dates (#38) (4ad1c19)

Release 2.1.2

24 Jun 15:40

Choose a tag to compare

2.1.2 (2025-06-24)

Bug Fixes

  • docs: exclude test files from documentation generation (cd4fc00)
  • docs: update documentation generation command to exclude test files (#37) (5b5733a)