Skip to content

Commit 9c9692a

Browse files
committed
chore(release): 3.0.0
1 parent 65502f7 commit 9c9692a

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
# [3.0.0](https://github.com/bacnet-js/client/compare/v2.1.5...v3.0.0) (2025-07-12)
4+
5+
6+
* feat!: replaces callbacks with promises for confirmed/acknowledged service methods (#52) ([65502f7](https://github.com/bacnet-js/client/commit/65502f7318462f1814d1b0dba0bac32b199f68a8)), closes [#52](https://github.com/bacnet-js/client/issues/52) [#50](https://github.com/bacnet-js/client/issues/50) [#51](https://github.com/bacnet-js/client/issues/51)
7+
* feat!: add async methods (#49) ([d32db02](https://github.com/bacnet-js/client/commit/d32db0256609a067d739d286bf9093e5da2a2f0a)), closes [#49](https://github.com/bacnet-js/client/issues/49)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* this PR changes the consumer-facing API of this
13+
library, replacing callbacks with promises
14+
* `EventNotifyData.decode` `timeStamp` property is an Object now with `{ value: <Date>, type: 2 }`
15+
316
## [2.1.5](https://github.com/bacnet-js/client/compare/v2.1.4...v2.1.5) (2025-07-04)
417

518
## [2.1.4](https://github.com/bacnet-js/client/compare/v2.1.3...v2.1.4) (2025-06-30)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bacnet-js/client",
3-
"version": "2.1.5",
3+
"version": "3.0.0",
44
"description": "A BACnet® protocol stack written in pure TypeScript.",
55
"main": "./dist/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)