Skip to content

Releases: Icemic/quickjs-rusty

v0.11.1

21 Mar 15:41

Choose a tag to compare

New Features

  • add methods to update stack top and set maximum stack size for QuickJS runtime

Commit Statistics

  • 1 commit contributed to the release.
  • 47 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 methods to update stack top and set maximum stack size for QuickJS runtime (7e125ea)

libquickjs-ng-sys v0.10.1

21 Mar 15:41

Choose a tag to compare

Update quickjs-ng to latest master version.

Commit Statistics

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

Commit Details

view details

v0.11.0

01 Feb 17:54

Choose a tag to compare

New Features

  • add support for QuickJS rope strings

Commit Statistics

  • 2 commits contributed to the release over the course of 25 calendar days.
  • 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
    • Add support for QuickJS rope strings (60d7ff0)
    • Upgrade to latest quickjs-ng (588b485)

libquickjs-ng-sys v0.10.0

01 Feb 17:54

Choose a tag to compare

New Features

  • add support for QuickJS rope strings

Commit Statistics

  • 2 commits contributed to the release over the course of 25 calendar days.
  • 44 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 support for QuickJS rope strings (60d7ff0)
    • Upgrade to latest quickjs-ng (588b485)

v0.10.3

22 Dec 05:53

Choose a tag to compare

New Features

  • add additional type checks for Javascript values in OwnedJsValue

Commit Statistics

  • 1 commit contributed to the release.
  • 2 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 additional type checks for Javascript values in OwnedJsValue (fa70631)

v0.10.2

20 Dec 00:48

Choose a tag to compare

Bug Fixes

  • callback module exports

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
    • Callback module exports (3d7629e)

v0.10.1

19 Dec 11:54

Choose a tag to compare

New Features

  • add is_array_buffer method

Commit Statistics

  • 1 commit contributed to the release.
  • 71 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 is_array_buffer method (c6b29ae)

libquickjs-ng-sys v0.9.6

19 Dec 11:54

Choose a tag to compare

New Features

  • add new extension functions for JavaScript interoperability

Commit Statistics

  • 1 commit contributed to the release.
  • 104 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 new extension functions for JavaScript interoperability (2560a66)

v0.10.0

08 Oct 16:09

Choose a tag to compare

New Features

  • allow conversion from float/integer to rust type i32/f64

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Allow conversion from float/integer to rust type i32/f64 (34a4a5c)

v0.9.5

05 Sep 17:09

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)