Skip to content

Commit e15362a

Browse files
committed
Merge branch 'master' of github.com:LabEG/Serializable
2 parents 45368ee + 8a62c97 commit e15362a

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.4.1] - 2025-11-15
6+
7+
# Changelog
8+
9+
All notable changes to this project will be documented in this file.
10+
11+
## [4.4.0] - 2025-10-18
12+
13+
### 🚀 Features
14+
15+
- Enhance fromJSON function to accept class constructors for deserialization
16+
17+
# Changelog
18+
19+
All notable changes to this project will be documented in this file.
20+
521
## [4.3.2] - 2025-10-07
622

723
### 🐛 Bug Fixes

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-serializable",
3-
"version": "4.3.2",
3+
"version": "4.4.1",
44
"author": "Eugene Labutin",
55
"license": "MIT",
66
"homepage": "https://github.com/LabEG/Serializable#readme",

0 commit comments

Comments
 (0)