Skip to content

Releases: Icemic/quickjs-rusty

v0.9.5

05 Sep 17:09
Compare
Choose a tag to compare

New Features

  • handle JavaScript Proxy in array and object deserialization
  • add methods to check for Javascript Proxy and retrieve its target

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Handle JavaScript Proxy in array and object deserialization (f40c3a0)
    • Add methods to check for Javascript Proxy and retrieve its target (bcf847d)

libquickjs-ng-sys v0.9.5

05 Sep 17:09
Compare
Choose a tag to compare

Chore

  • upgrade quickjs-ng
  • update quickjs-ng
  • update dependencies

Commit Statistics

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

Commit Details

view details

v0.9.4

29 Aug 16:54
Compare
Choose a tag to compare

New Features

  • add interrupt handler for JS execution

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Add interrupt handler for JS execution (1056790)

v0.9.3

10 Aug 01:17
Compare
Choose a tag to compare

New Features

  • add conversion from OwnedJsValue for Option (thanks to @chmln)

Bug Fixes

  • enhance serialization for i64 and u64 types in Serializer (@Icemic)
  • handle u64 conversion for number between MAX_SAFE_INTEGER and i64::MAX (@Icemic)
  • wrong impl on TryFrom for HashMap<K, V> (@Icemic)

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Enhance serialization for i64 and u64 types in Serializer (6669860)
    • Handle u64 conversion for number between MAX_SAFE_INTEGER and i64::MAX (4c53a36)
    • Wrong impl on TryFrom for HashMap<K, V> (32497e2)
    • Merge pull request #14 from chmln/feat/add-option-conversion (1fc3f7b)
    • Add conversion from OwnedJsValue for Option (44a6ed6)

libquickjs-ng-sys v0.9.4

10 Aug 01:17
Compare
Choose a tag to compare

Bug Fixes

  • update quickjs

Commit Statistics

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

Commit Details

view details
  • Uncategorized

libquickjs-ng-sys v0.9.3

17 Jul 10:38
Compare
Choose a tag to compare

New Features

  • add cross-compilation support for custom compilers

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Add cross-compilation support for custom compilers (ec845f4)

v0.9.2

16 Jul 15:50
Compare
Choose a tag to compare

Bug Fixes

  • conditionally compile ShortBigInt tag. Close #13

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Conditionally compile ShortBigInt tag. Close #13 (f65c0fd)

libquickjs-ng-sys v0.9.2

16 Jul 15:50
Compare
Choose a tag to compare

Upgrade quickjs-ng to latest master version.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update Changelogs (6ac2323)
    • Fix: upgrade quickjs-ng; fix: remove unused JSContext parameter from IsBigInt (0324584)

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)