Tags: Icemic/quickjs-rusty
Tags
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Allow conversion from float/integer to rust type i32/f64 (34a4a5c)
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Handle JavaScript Proxy in array and object deserialization (f40c3a0) - Add methods to check for Javascript Proxy and retrieve its target (bcf847d)
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Upgrade quickjs-ng (4e72cb6) - Update quickjs-ng (21416c0) - Update dependencies (5bfd13d)
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Add interrupt handler for JS execution (1056790)
### New Features - add conversion from `OwnedJsValue` for `Option` ### Bug Fixes - enhance serialization for i64 and u64 types in Serializer - handle u64 conversion for number between MAX_SAFE_INTEGER and i64::MAX - wrong impl on TryFrom<OwnedJsValue> for HashMap<K, V> ### Commit Statistics - 5 commits contributed to the release. - 24 days passed between releases. - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit 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<OwnedJsValue> for HashMap<K, V> (32497e2) - Merge pull request #14 from chmln/feat/add-option-conversion (1fc3f7b) - Add conversion from `OwnedJsValue` for `Option` (44a6ed6)
### Bug Fixes - update quickjs ### Commit Statistics - 1 commit contributed to the release. - 23 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update quickjs (f6e0a70)
### New Features - add cross-compilation support for custom compilers ### Commit Statistics - 1 commit contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Add cross-compilation support for custom compilers (ec845f4)
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Conditionally compile ShortBigInt tag. Close #13 (f65c0fd)
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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update Changelogs (6ac2323) - Fix: upgrade quickjs-ng; fix: remove unused JSContext parameter from IsBigInt (0324584)
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update references to quickjs-ng and quickjs-rusty in documentation (2e64441)
PreviousNext