File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments