Releases: aapoalas/libclang_deno
Releases · aapoalas/libclang_deno
1.0.0-beta.9
- Adapt to Deno v1.44.0
- Support loading libclang v16
- Use optional symbols to handle unsupported symbols
v1.0.0-beta.8
Adapts libclang_deno to Deno 1.31's changed FFI API.
v1.0.0-beta.7
v1.0.0-beta.6
Changes
- Remove leftover startup performance logging on Linux.
v1.0.0-beta.5
v1.0.0-beta.4
Changes
- Fix invalid handling of loading libclang with direct shared library path in
LIBCLANG_DENO
environment variable. - Potentially fix double-free error when disposing
CXPlatformAvailability
structures.
v1.0.0-beta.3
fix: Type exports, missing README.md, OS X support
v1.0.0-beta.2
Changelog
Features
- CXTranslationUnit's reparse and codeCompleteAt methods now support an passing an array of
UnsavedFile
objects.
Fixes
- Added missing documentation strings to various classes.
v1.0.0-beta.1
First beta version of Deno libclang bindings.
The bindings target libclang versions 13 and 14. The library has been tested on both versions by having the library build its own libclang bindings with an automatic build script from libclang's C headers.
The library requires Deno version 1.29.3 or higher.