Skip to content

libquickjs-ng-sys v0.7.0

Compare
Choose a tag to compare
@Icemic Icemic released this 09 Jan 18:24
· 24 commits to main since this release

Chore

  • rename old CHANGELOG.md
  • update edition in Cargo.toml to 2021
  • fix lint of build.rs

Chore

  • add new changelog files

New Features

  • specify clang as the compiler in build script
  • add JSRefCountHeader struct and layout tests
  • update bindings

Bug Fixes

  • handle JS value tag retrieval based on NAN boxing configuration
  • copy appropriate bindings file based on target architecture

Refactor

  • refactors quickjs c wrapper

Commit Statistics

  • 11 commits contributed to the release over the course of 2 calendar days.
  • 186 days passed between releases.
  • 10 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add new changelog files (a1a7927)
    • Rename old CHANGELOG.md (65bf6cb)
    • Update edition in Cargo.toml to 2021 (657d42c)
    • Fix lint of build.rs (9dad3a3)
    • Refactors quickjs c wrapper (3f65492)
    • Specify clang as the compiler in build script (9ab8235)
    • Add JSRefCountHeader struct and layout tests (3c8ab3a)
    • Handle JS value tag retrieval based on NAN boxing configuration (75eb986)
    • Copy appropriate bindings file based on target architecture (db5d124)
    • Update bindings (e96d41e)
    • Upgrade quickjs to 0.8.0 and fix some breaking changes (caa031c)