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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ 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.5 (2025-09-06)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-f40c3a0d4050ab38b7f8981a2e905a67984b26f1/> handle JavaScript Proxy in array and object deserialization
13
+
- <csr-id-bcf847df07dc580f5d451292168b287a3b1fcc1f/> add methods to check for Javascript Proxy and retrieve its target
14
+
15
+
### Commit Statistics
16
+
17
+
<csr-read-only-do-not-edit/>
18
+
19
+
- 2 commits contributed to the release.
20
+
- 7 days passed between releases.
21
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
22
+
- 0 issues like '(#ID)' were seen in commit messages
23
+
24
+
### Commit Details
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
<details><summary>view details</summary>
29
+
30
+
***Uncategorized**
31
+
- Handle JavaScript Proxy in array and object deserialization ([`f40c3a0`](https://github.com/Icemic/quickjs-rusty/commit/f40c3a0d4050ab38b7f8981a2e905a67984b26f1))
32
+
- Add methods to check for Javascript Proxy and retrieve its target ([`bcf847d`](https://github.com/Icemic/quickjs-rusty/commit/bcf847df07dc580f5d451292168b287a3b1fcc1f))
0 commit comments