Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

95 lines (57 loc) · 3.16 KB

node-ffi-packager logotype, impossible cubes in green

README · Changelog

Change summaries and notable excerpts from the commit log.

v2.0.2

v2.0.1

  • Minor stylistic changes.

v2.0.0

⚠ Breaking changes

The below list may be incomplete.

  • Target Node.js v12, v14, v16.
    • Execution on v14, v16 may fail with Check failed: result.second due to bug #96 in ffi-napi.
      • One workaround is to ensure there is only a single copy of ffi-napi in the node_modules tree.
      • Inspect with npm ls ffi-napi.
  • The package name is now @ffi-packager/libclang.
  • Naming conventions should be normalized; class names now use Pascal case, methods use camel case.

Changes

  • The dynamic Clang has been regenerated for clang-9 using @ffi-packager/ffi-generate v2.0.0.
    • Test coverage in @ffi-packager/ffi-generate should make up for the lack of tests in @ffi-packager/libclang.
  • Examples have been updated.
  • 86b4c9c Add isAnonymous properties.

v1.0.0

Forked by Joel Purra for use in node-ffi-packager.

v0.0.11

See commit log.

v0.0.10

See commit log.

v0.0.9

See commit log.

v0.0.8

See commit log.

v0.0.7

See commit log.

v0.0.6

See commit log.

v0.0.5

See commit log.

v0.0.4

See commit log.

v0.0.3

See commit log.

v0.0.2

See commit log.


node-libclang Copyright © 2011, 2012, 2013, 2014 Timothy J Fontaine, © 2020, 2021 Joel Purra. Released under MIT License.