Skip to content

Latest commit

 

History

History
144 lines (63 loc) · 5.7 KB

CHANGELOG.md

File metadata and controls

144 lines (63 loc) · 5.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2024-05-23)

Build/CI

  • Removed msvs_version and updated prebuild (addd125)

1.1.1 (2024-05-23)

Build/CI

  • Added x32 prebuilt binaries for windows (6e89b69)

1.1.0 (2024-05-23)

Features

  • Replaced license with MIT (5f7b843)

1.0.15 (2023-10-13)

Improvements

  • module: Changed method exports (74b181c)

Build/CI

  • gitlab: Use new runners (8774c87)

1.0.14 (2022-12-21)

Documentation

1.0.13 (2022-09-12)

1.0.12 (2022-09-12)

1.0.11 (2022-09-12)

Bug Fixes

  • In install script set cwd to dirname (579e5e3)

1.0.10 (2022-09-07)

Documentation

1.0.9 (2022-09-07)

Build/CI

  • Only build native module on windows (fa42a8d)

1.0.8 (2022-09-06)

1.0.7 (2022-09-06)

Bug Fixes

  • addon: Shut the main thread down first, so we will not get errors because the renderer process already exited (0079193)

Improvements

Documentation

1.0.6 (2022-09-06)

Bug Fixes

  • addon: Handle WM_ENDSESSION where wParam is false (b94dfb1)

1.0.5 (2022-09-06)

1.0.4 (2022-09-06)

Bug Fixes

  • addon: Call javascript callback on QueryEndSession instead of EndSession (92d435b)

1.0.3 (2022-09-06)

Build/CI

1.0.2 (2022-09-05)

Bug Fixes

  • js: Fixed import of addon (adc9ad8)

1.0.1 (2022-09-05)

Build/CI

  • Migrate to prebuild from node-pre-gyp (c268174)

1.0.0 (2022-09-05)

Documentation

0.1.1 (2022-09-05)

Features

  • Implemented C++ code of addon (88c0a54)
  • Implemented driver code (ef3e54f)

Build/CI