Glfw Raub Versions Save

GLFW for Node.js

5.4.1

6 months ago

Fixed window.shouldClose setter.

5.4.0

6 months ago

Updated TS declarations:

  • Document.setPointerCapture().
  • Document.releasePointerCapture().
  • doc.icon now allows unknown to avoid TS issues.

Fixed the captured mouse mode.

Resolved CPP warnings.

5.3.2

6 months ago

Added missing declarations to d.ts:

readonly platformDevice: number;
readonly platformWindow: number;
readonly platformContext: number;

5.3.1

7 months ago

Improved TS declarations:

  • Added the missing Document constructor parameter autoEsc.
  • Adjusted the layout of JSDoc comments.

5.3.0

7 months ago

Changed default Window size from 800x600 to HD 720.

Added missing events to Document:

  • pointerdown (same as mousedown)
  • pointerup (same as mouseup)
  • pointermove (same as mousemove)

Added missing cursor API to Document:

  • doc.setPointerCapture()
  • doc.releasePointerCapture()

5.2.2

7 months ago
  • Improved TS declarations (fixed the ambient module mode).
  • Added Cpplint GH action.

5.2.1

7 months ago
  • Updated dependencies.
  • Switched from Jest to Node.js test runner.

5.2.0

7 months ago

Added optional callback onBeforeWindow to class Window constructor options. It is called right before creating every new GLFW window within Window instance - such as on construction and then on entering/leaving fullscreen. It is intended to manually tweak the GLFW window hints.

5.1.0

1 year ago

Updated dependencies.

5.0.0

1 year ago

Upgraded the GitHub build action and added Linux Aarch64 support.