Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 1.54 KB

Change Log

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

0.0.4 (2019-04-08)

1.1.0 (2019-03-15)

Bug Fixes

  • lost quiting flag for webview thread (acdf714)
  • remove test code (eeb3be0)
  • use napi_get_buffer_info to get first param for hwnd handling (c3ea0b6)
  • typings: addHWND returns overlay ID (1d1c9d1)
  • typings: setTransparency requires overlayId (c37ea6b)
  • typings: thread status enum (c7229b8)

Features

  • add set position to hwnd overlays (8b5d72b)
  • JS library friendliness (a68e1a3), closes #1
  • new api - use HWND to create overlay (5fff9be)
  • node module and private package (f25630e)