Releases: clobberos/xpc-connect
Releases · clobberos/xpc-connect
v2.0.3
2.0.3 (2021-11-16)
Bug Fixes
- README.md: fix GitHub Action build badge redirect (#56) (de2763f)
v2.0.2
2.0.2 (2021-11-16)
Bug Fixes
- .github/workflows/main.yml: build support against latest MacOS versions (#55) (07955c9)
v2.0.1
2.0.1 (2021-11-15)
Bug Fixes
- XpcConnect.cpp: Fix multiple crashing bugs and memory leaks (#34) (29e5ac5)
v2.0.0
2.0.0 (2019-09-20)
Bug Fixes
- package-lock.json: update out of date side dependencies (6d2d179)
- package.json: drop support for node 6 since it reached end of life in april (d930cca)
- package.json: fix dependency graph (5b84f39)
Refactor
- src/XpcConnect.cpp: Fixing deprecation warnings. (2b94500)
BREAKING CHANGES
- package.json: No longer supporting Node 6
v1.3.1
1.3.1 (2019-06-19)
Bug Fixes
- XpcConnect.cpp: Renaming all instances of XpcConnection to XpcConnect (e072f53)
v1.3.0
1.3.0 (2019-06-19)
Features
- XpcConnection.cpp: Update v8 api (e23b04a)
v1.2.0
1.2.0 (2019-05-29)
Features
- XpcConnection.cpp: Added a shutdown command to suspend the connection and close the mutex. (16df290)
v1.1.2
1.1.2 (2019-05-25)
Bug Fixes
- Security update for tar vulnerability: This update rolls tar to 2.2.2 to resolve the CVE-2018-20834 vulnerability (47f4d64)
v1.1.1
1.1.1 (2019-01-16)
Bug Fixes
- package.json: Lock down xpc-connect to only be installable from osx (4237716)
v1.1.0
1.1.0 (2019-01-16)
Features
- index.js: Added support for bindings (cbabaf1)