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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ 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
+
## Unreleased
9
+
10
+
### New Features
11
+
12
+
- <csr-id-f098ba7dbd0d6d0d00209aa9220304e19932afa3/> add truncate-float-to-int feature for float to integer conversion
13
+
- <csr-id-751d15b89ce890549cee51172c4dc41dbf91195c/> optimize integer parsing in deserializer
14
+
15
+
### Bug Fixes
16
+
17
+
- <csr-id-6eff8a7606b3dcc8ec101993d36784c2653f6d94/> handle proxy cases in deserializer
18
+
19
+
### Commit Statistics
20
+
21
+
<csr-read-only-do-not-edit/>
22
+
23
+
- 3 commits contributed to the release over the course of 30 calendar days.
24
+
- 43 days passed between releases.
25
+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
26
+
- 0 issues like '(#ID)' were seen in commit messages
27
+
28
+
### Commit Details
29
+
30
+
<csr-read-only-do-not-edit/>
31
+
32
+
<details><summary>view details</summary>
33
+
34
+
***Uncategorized**
35
+
- Add truncate-float-to-int feature for float to integer conversion ([`f098ba7`](https://github.com/Icemic/quickjs-rusty/commit/f098ba7dbd0d6d0d00209aa9220304e19932afa3))
36
+
- Optimize integer parsing in deserializer ([`751d15b`](https://github.com/Icemic/quickjs-rusty/commit/751d15b89ce890549cee51172c4dc41dbf91195c))
37
+
- Handle proxy cases in deserializer ([`6eff8a7`](https://github.com/Icemic/quickjs-rusty/commit/6eff8a7606b3dcc8ec101993d36784c2653f6d94))
Copy file name to clipboardExpand all lines: libquickjs-sys/CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ 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
+
## Unreleased
9
+
10
+
Upgrade quickjs-ng to latest.
11
+
12
+
### Commit Statistics
13
+
14
+
<csr-read-only-do-not-edit/>
15
+
16
+
- 1 commit contributed to the release.
17
+
- 43 days passed between releases.
18
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
+
- 0 issues like '(#ID)' were seen in commit messages
20
+
21
+
### Commit Details
22
+
23
+
<csr-read-only-do-not-edit/>
24
+
25
+
<details><summary>view details</summary>
26
+
27
+
***Uncategorized**
28
+
- Update to latest quickjs and fix compatibities ([`ddc8712`](https://github.com/Icemic/quickjs-rusty/commit/ddc87126f6508f439f32f5dc81f97ce11036a377))
29
+
</details>
30
+
8
31
## 0.11.0 (2026-05-25)
9
32
10
33
Upgrade quickjs-ng to v0.15.0.
@@ -13,7 +36,7 @@ Upgrade quickjs-ng to v0.15.0.
13
36
14
37
<csr-read-only-do-not-edit/>
15
38
16
-
-3 commits contributed to the release over the course of 7 calendar days.
39
+
-4 commits contributed to the release over the course of 7 calendar days.
17
40
- 64 days passed between releases.
18
41
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
42
- 0 issues like '(#ID)' were seen in commit messages
0 commit comments