Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

clangffi-v4.0.0: chore: release main (#41)

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 01:21
· 30 commits to main since this release
9108ac5

4.0.0 (2022-01-12)

⚠ BREAKING CHANGES

  • selectors: * feat(ffi-callback): support ffi.Callback params
  • type-decl: * feat(underlying-type): Use UnderlyingType
  • allow-symbols: allow flag moved to allow-file

Features

  • allow-symbols: Better symbol selection (#14) (5e3fcbb)
  • attributed-type: support attributed fns (#23) (62b5c0c)
  • engines: Add engines field (#3) (2c5b4a8), closes #2
  • init: Initial commit (e74d425)
  • selectors: Refactor to use selectors (#33) (0801a4a)
  • type-decl: Use UnderlyingType for *Type decls (#31) (0f5c539)

Bug Fixes

  • bool: Add _Bool c99 primitive (#20) (fd2360b), closes #19
  • logging: Improve clangffi logging (28b1de4)
  • matcher: Move matcher to dep from dev-dep (#44) (520ab38)
  • primitives: Better primitive support (#13) (4284a6f), closes #4
  • void-fn: Handle void fn params (#21) (3f20c4a), closes #16

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • libclang-bindings bumped from ^2.0.0 to ^3.0.0