Skip to content

Releases: Icemic/quickjs-rusty

v0.9.1

08 Jun 17:19
Compare
Choose a tag to compare

Bug Fixes

  • update references to quickjs-ng and quickjs-rusty in documentation

Commit Statistics

  • 1 commit contributed to the release.
  • 36 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update references to quickjs-ng and quickjs-rusty in documentation (2e64441)

libquickjs-ng-sys v0.9.1

08 Jun 17:19
Compare
Choose a tag to compare

New Features

  • upgrade quickjs-ng to v0.10.1

Bug Fixes

  • update references to quickjs-ng and quickjs-rusty in documentation

Commit Statistics

  • 2 commits contributed to the release.
  • 36 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade quickjs-ng to v0.10.1 (9647c71)
    • Update references to quickjs-ng and quickjs-rusty in documentation (2e64441)

v0.9.0

02 May 17:55
Compare
Choose a tag to compare

New Features

  • optimize BigInt conversion by adding support for short BigInt
  • add methods to check if OwnedJsValue is BigInt and ShortBigInt
  • add support for ShortBigInt in deserialization

Commit Statistics

  • 3 commits contributed to the release.
  • 41 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Optimize BigInt conversion by adding support for short BigInt (55eb87f)
    • Add methods to check if OwnedJsValue is BigInt and ShortBigInt (8f7d601)
    • Add support for ShortBigInt in deserialization (8298fcc)

libquickjs-ng-sys v0.9.0

02 May 17:55
Compare
Choose a tag to compare

New Features

  • optimize BigInt conversion by adding support for short BigInt

Commit Statistics

  • 2 commits contributed to the release.
  • 41 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Optimize BigInt conversion by adding support for short BigInt (55eb87f)
    • Feat: upgrade quickjs-ng to v0.10.0; fix: compile errors (5cf751f)

v0.8.0

22 Mar 13:54
Compare
Choose a tag to compare

New Features

  • upgrade quickjs-ng to v0.9.0 and fix compatibility

Commit Statistics

  • 1 commit contributed to the release.
  • 43 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade quickjs-ng to v0.9.0 and fix compatibility (2a6f743)

libquickjs-ng-sys v0.8.0

22 Mar 13:54
Compare
Choose a tag to compare

New Features

  • upgrade quickjs-ng to v0.9.0 and fix compatibility

Commit Statistics

  • 1 commit contributed to the release.
  • 57 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade quickjs-ng to v0.9.0 and fix compatibility (2a6f743)

v0.7.2

07 Feb 02:36
Compare
Choose a tag to compare

Bug Fixes

  • compatibility with aarch64 target

Commit Statistics

  • 1 commit contributed to the release.
  • 13 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Compatibility with aarch64 target (4f0ecf2)

v0.7.1

24 Jan 12:59
Compare
Choose a tag to compare

New Features

  • update module loader and normalize functions to return Result type for better error handling

Bug Fixes

  • improve error message formatting in ExecutionError
  • improve error handling in module loader and normalizer
  • makes BigInt conversion conform to the specification

Commit Statistics

  • 6 commits contributed to the release.
  • 14 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #6 from Icemic/bigint_fix (09492cb)
    • Merge pull request #5 from Icemic/module_loader_result (18baaf8)
    • Improve error message formatting in ExecutionError (4fd8ee4)
    • Improve error handling in module loader and normalizer (93217de)
    • Makes BigInt conversion conform to the specification (6afb0cc)
    • Update module loader and normalize functions to return Result type for better error handling (e5a5e86)

libquickjs-ng-sys v0.7.2

24 Jan 12:59
Compare
Choose a tag to compare

Bug Fixes

  • makes BigInt conversion conform to the specification

Refactor

  • Remove patch operation; Remove unnecessary source code copy to simplify build process

Commit Statistics

  • 3 commits contributed to the release.
  • 13 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #6 from Icemic/bigint_fix (09492cb)
    • Remove patch operation; Remove unnecessary source code copy to simplify build process (13c4d14)
    • Makes BigInt conversion conform to the specification (6afb0cc)

v0.7.0

09 Jan 18:25
Compare
Choose a tag to compare

Bug Fixes

  • lint
  • enhance safety documentation for OwnedJsValue and implement Send/Sync traits
  • OwnedJsValue should not be Send+Sync

Refactor

  • refactors quickjs c wrapper

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Refactors quickjs c wrapper (3f65492)
    • Lint (901faa9)
    • Enhance safety documentation for OwnedJsValue and implement Send/Sync traits (73a49a6)
    • Upgrade quickjs to 0.8.0 and fix some breaking changes (caa031c)
    • OwnedJsValue should not be Send+Sync (8e38cdf)