Skip to content

Commit 5ece3a0

Browse files
committed
chore(ts-serializable): release [email protected]
1 parent d9790c9 commit 5ece3a0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [4.3.0] - 2025-10-07
6+
7+
### 🚀 Features
8+
9+
- Add toJSON function and refactor Serializable class to utilize it
10+
- Export toJSON function in index.ts
11+
12+
### 🐛 Bug Fixes
13+
14+
- Correct import path for getPropertyName function and add UserSimple model with tests
15+
16+
### 🚜 Refactor
17+
18+
- Reorganize functions and improve serialization methods in Serializable class
19+
- Enhance documentation for methods in Serializable class and related functions
20+
21+
### 📚 Documentation
22+
23+
- Update README.md to enhance features, installation instructions, and usage examples
24+
525
## [4.2.2] - 2025-09-07
626

727
### 🐛 Bug Fixes

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.2.2",
3+
"version": "4.3.0",
44
"author": "Eugene Labutin",
55
"license": "MIT",
66
"homepage": "https://github.com/LabEG/Serializable#readme",

0 commit comments

Comments
 (0)