You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.9.0 (2025-05-03)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-55eb87f8f6705b928cda898325200d0ee63d960c/> optimize BigInt conversion by adding support for short BigInt
13
+
- <csr-id-8f7d601639af61a967e4a0f4bb4baedecb4cf292/> add methods to check if OwnedJsValue is BigInt and ShortBigInt
14
+
- <csr-id-8298fcc17de7a2f4545126ec5659c40c4a5ebd84/> add support for ShortBigInt in deserialization
15
+
16
+
### Commit Statistics
17
+
18
+
<csr-read-only-do-not-edit/>
19
+
20
+
- 3 commits contributed to the release.
21
+
- 41 days passed between releases.
22
+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
23
+
- 0 issues like '(#ID)' were seen in commit messages
24
+
25
+
### Commit Details
26
+
27
+
<csr-read-only-do-not-edit/>
28
+
29
+
<details><summary>view details</summary>
30
+
31
+
***Uncategorized**
32
+
- Optimize BigInt conversion by adding support for short BigInt ([`55eb87f`](https://github.com/Icemic/quickjs-rusty/commit/55eb87f8f6705b928cda898325200d0ee63d960c))
33
+
- Add methods to check if OwnedJsValue is BigInt and ShortBigInt ([`8f7d601`](https://github.com/Icemic/quickjs-rusty/commit/8f7d601639af61a967e4a0f4bb4baedecb4cf292))
34
+
- Add support for ShortBigInt in deserialization ([`8298fcc`](https://github.com/Icemic/quickjs-rusty/commit/8298fcc17de7a2f4545126ec5659c40c4a5ebd84))
Copy file name to clipboardExpand all lines: libquickjs-sys/CHANGELOG.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.9.0 (2025-05-03)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-55eb87f8f6705b928cda898325200d0ee63d960c/> optimize BigInt conversion by adding support for short BigInt
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 2 commits contributed to the release.
19
+
- 41 days passed between releases.
20
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21
+
- 0 issues like '(#ID)' were seen in commit messages
22
+
23
+
### Commit Details
24
+
25
+
<csr-read-only-do-not-edit/>
26
+
27
+
<details><summary>view details</summary>
28
+
29
+
***Uncategorized**
30
+
- Optimize BigInt conversion by adding support for short BigInt ([`55eb87f`](https://github.com/Icemic/quickjs-rusty/commit/55eb87f8f6705b928cda898325200d0ee63d960c))
31
+
- Feat: upgrade quickjs-ng to v0.10.0; fix: compile errors ([`5cf751f`](https://github.com/Icemic/quickjs-rusty/commit/5cf751f4f4ca60da776540629ce11fe7cd900c64))
32
+
</details>
33
+
8
34
## 0.8.0 (2025-03-22)
9
35
10
36
### New Features
@@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
41
16
42
<csr-read-only-do-not-edit/>
17
43
18
-
-1 commit contributed to the release.
44
+
-2 commits contributed to the release.
19
45
- 57 days passed between releases.
20
46
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21
47
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade quickjs-ng to v0.9.0 and fix compatibility ([`2a6f743`](https://github.com/Icemic/quickjs-rusty/commit/2a6f7433993826b340bc338bb4fefa8252f4738d))
0 commit comments