Releases: Icemic/quickjs-rusty
Releases · Icemic/quickjs-rusty
v0.9.5
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
libquickjs-ng-sys v0.9.5
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
v0.9.4
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
New Features
- add conversion from
OwnedJsValue
forOption
(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
forOption
(44a6ed6)
libquickjs-ng-sys v0.9.4
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
- Update quickjs (f6e0a70)
libquickjs-ng-sys v0.9.3
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
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
libquickjs-ng-sys v0.9.2
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
v0.9.1
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
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