Releases: Icemic/quickjs-rusty
Releases · Icemic/quickjs-rusty
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
Commit Details
v0.9.0
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
libquickjs-ng-sys v0.9.0
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
v0.8.0
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
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
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
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
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
v0.7.0
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