Skip to content

Commit 6c19b8e

Browse files
committed
chore: update test configuration and dependencies
1 parent f4fb060 commit 6c19b8e

File tree

6 files changed

+955
-1363
lines changed

6 files changed

+955
-1363
lines changed

CHANGELOG.md

Lines changed: 116 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -6,127 +6,125 @@ All notable changes to this project will be documented in this file.
66

77
### ⚙️ Miscellaneous Tasks
88

9-
- *(workflows)* Update cron schedules for CodeQL and npm publish workflows
10-
11-
# Changelog
12-
13-
All notable changes to this project will be documented in this file.
9+
- *(ts-serializable)* Release ts-serializable@4.5.10
1410

1511
## [4.5.9] - 2026-01-13
1612

17-
# Changelog
13+
### ⚙️ Miscellaneous Tasks
1814

19-
All notable changes to this project will be documented in this file.
15+
- *(deps-dev)* Bump the development-dependencies group with 3 updates (#24)
16+
- *(ts-serializable)* Release ts-serializable@4.5.9
2017

2118
## [4.5.8] - 2026-01-06
2219

23-
# Changelog
20+
### ⚙️ Miscellaneous Tasks
2421

25-
All notable changes to this project will be documented in this file.
22+
- *(deps-dev)* Bump the development-dependencies group with 3 updates (#23)
23+
- *(ts-serializable)* Release ts-serializable@4.5.8
2624

2725
## [4.5.7] - 2025-12-30
2826

29-
# Changelog
27+
### ⚙️ Miscellaneous Tasks
3028

31-
All notable changes to this project will be documented in this file.
29+
- *(deps-dev)* Bump @labeg/code-style (#22)
30+
- *(ts-serializable)* Release ts-serializable@4.5.7
3231

3332
## [4.5.6] - 2025-12-23
3433

35-
# Changelog
34+
### ⚙️ Miscellaneous Tasks
3635

37-
All notable changes to this project will be documented in this file.
36+
- *(deps-dev)* Bump the development-dependencies group with 2 updates (#21)
37+
- *(ts-serializable)* Release ts-serializable@4.5.6
3838

3939
## [4.5.5] - 2025-12-16
4040

41-
# Changelog
41+
### ⚙️ Miscellaneous Tasks
4242

43-
All notable changes to this project will be documented in this file.
43+
- *(deps-dev)* Bump @labeg/code-style (#20)
44+
- *(ts-serializable)* Release ts-serializable@4.5.5
4445

4546
## [4.5.4] - 2025-12-14
4647

4748
### 📚 Documentation
4849

4950
- *(README)* Remove emojis from section headers for consistency
5051

51-
# Changelog
52+
### ⚙️ Miscellaneous Tasks
5253

53-
All notable changes to this project will be documented in this file.
54+
- *(workflows)* Update cron schedules for CodeQL and npm publish workflows
55+
- *(ts-serializable)* Release ts-serializable@4.5.4
5456

5557
## [4.5.3] - 2025-12-13
5658

5759
### 🚜 Refactor
5860

5961
- *(DeserializeProperty)* Update ESLint directives for better readability
6062

61-
# Changelog
63+
### ⚙️ Miscellaneous Tasks
6264

63-
All notable changes to this project will be documented in this file.
65+
- *(ts-serializable)* Release ts-serializable@4.5.3
6466

6567
## [4.5.2] - 2025-12-09
6668

67-
# Changelog
69+
### ⚙️ Miscellaneous Tasks
6870

69-
All notable changes to this project will be documented in this file.
71+
- *(deps-dev)* Bump the development-dependencies group with 2 updates (#19)
72+
- *(ts-serializable)* Release ts-serializable@4.5.2
7073

7174
## [4.5.1] - 2025-12-07
7275

73-
### 🐛 Bug Fixes
74-
75-
- Update README badges for npm downloads, license, and CI workflows
76-
77-
# Changelog
76+
### ⚙️ Miscellaneous Tasks
7877

79-
All notable changes to this project will be documented in this file.
78+
- *(deps-dev)* Bump the development-dependencies group with 5 updates (#18)
79+
- *(ts-serializable)* Release ts-serializable@4.5.1
8080

8181
## [4.5.0] - 2025-12-07
8282

83-
### 🚀 Features
83+
### 🐛 Bug Fixes
8484

85-
- Add issue templates for bug reports and feature requests, and enhance contribution guidelines
85+
- Update README badges for npm downloads, license, and CI workflows
8686

8787
### ⚙️ Miscellaneous Tasks
8888

89-
- Update Dependabot schedule to run on Tuesdays, remove .npmignore, and enhance package.json
90-
91-
# Changelog
92-
93-
All notable changes to this project will be documented in this file.
89+
- *(ts-serializable)* Release ts-serializable@4.5.0
9490

9591
## [4.4.1] - 2025-11-15
9692

97-
# Changelog
93+
### ⚙️ Miscellaneous Tasks
9894

99-
All notable changes to this project will be documented in this file.
95+
- *(deps-dev)* Bump js-yaml from 4.1.0 to 4.1.1
96+
- *(ts-serializable)* Release ts-serializable@4.4.1
10097

10198
## [4.4.0] - 2025-10-18
10299

103100
### 🚀 Features
104101

105-
- Enhance fromJSON function to accept class constructors for deserialization
102+
- Add issue templates for bug reports and feature requests, and enhance contribution guidelines
106103

107-
# Changelog
104+
### ⚙️ Miscellaneous Tasks
108105

109-
All notable changes to this project will be documented in this file.
106+
- Update Dependabot schedule to run on Tuesdays, remove .npmignore, and enhance package.json
107+
- *(ts-serializable)* Release ts-serializable@4.4.0
110108

111109
## [4.3.2] - 2025-10-07
112110

113-
### 🐛 Bug Fixes
111+
### 🚀 Features
114112

115-
- Update import paths to include .js extension for compatibility
113+
- Enhance fromJSON function to accept class constructors for deserialization
116114

117-
# Changelog
115+
### ⚙️ Miscellaneous Tasks
118116

119-
All notable changes to this project will be documented in this file.
117+
- *(ts-serializable)* Release ts-serializable@4.3.2
120118

121119
## [4.3.1] - 2025-10-07
122120

123-
### ⚙️ Miscellaneous Tasks
121+
### 🐛 Bug Fixes
124122

125-
- Update devDependencies to latest versions
123+
- Update import paths to include .js extension for compatibility
126124

127-
# Changelog
125+
### ⚙️ Miscellaneous Tasks
128126

129-
All notable changes to this project will be documented in this file.
127+
- *(ts-serializable)* Release ts-serializable@4.3.1
130128

131129
## [4.3.0] - 2025-10-07
132130

@@ -148,33 +146,48 @@ All notable changes to this project will be documented in this file.
148146

149147
- Update README.md to enhance features, installation instructions, and usage examples
150148

149+
### ⚙️ Miscellaneous Tasks
150+
151+
- Update devDependencies to latest versions
152+
- *(ts-serializable)* Release ts-serializable@4.3.0
153+
151154
## [4.2.2] - 2025-09-07
152155

156+
### ⚙️ Miscellaneous Tasks
157+
158+
- *(ts-serializable)* Release ts-serializable@4.2.2
159+
160+
## [4.2.1] - 2025-07-17
161+
153162
### 🐛 Bug Fixes
154163

155164
- ClassToFormData to use nested arrays in formdata and enable array assertions in tests
156165

157-
## [4.2.1] - 2025-07-17
166+
### ⚙️ Miscellaneous Tasks
167+
168+
- *(ts-serializable)* Release ts-serializable@4.2.1
169+
170+
## [4.2.0] - 2025-04-10
158171

159172
### ⚙️ Miscellaneous Tasks
160173

161174
- Update dependencies and improve type definitions
175+
- *(ts-serializable)* Release ts-serializable@4.2.0
162176

163-
## [4.2.0] - 2025-04-10
177+
## [4.1.0] - 2025-04-10
164178

165179
### 🚀 Features
166180

181+
- Update dependencies versions
167182
- Enhance documentation with detailed comments for serialization classes and decorators
168183

169184
### 🐛 Bug Fixes
170185

171186
- Correct typos and improve clarity in README documentation
172187

173-
## [4.1.0] - 2025-04-10
188+
### ⚙️ Miscellaneous Tasks
174189

175-
### 🚀 Features
176-
177-
- Update dependencies versions
190+
- *(ts-serializable)* Release ts-serializable@4.1.0
178191

179192
## [4.0.0] - 2025-03-25
180193

@@ -183,86 +196,119 @@ All notable changes to this project will be documented in this file.
183196
- [**breaking**] Drop support class mutation by jsonObject decorator
184197
- Update dependencies versions
185198

199+
### ⚙️ Miscellaneous Tasks
200+
201+
- *(ts-serializable)* Release ts-serializable@4.0.0
202+
186203
## [3.7.3] - 2025-01-03
187204

188205
### 🐛 Bug Fixes
189206

190207
- Remove duplicated node module check
191208

209+
### ⚙️ Miscellaneous Tasks
210+
211+
- *(ts-serializable)* Release ts-serializable@3.7.3
212+
192213
## [3.7.2] - 2025-01-01
193214

194215
### ⚙️ Miscellaneous Tasks
195216

196-
- Update actions version
217+
- *(ts-serializable)* Release ts-serializable@3.7.2
197218

198219
## [3.7.1] - 2025-01-01
199220

200-
### 📚 Documentation
221+
### ⚙️ Miscellaneous Tasks
201222

202-
- Update readme
223+
- Update actions version
224+
- *(ts-serializable)* Release ts-serializable@3.7.1
203225

204226
## [3.7.0] - 2025-01-01
205227

206-
### 🚀 Features
228+
### 📚 Documentation
207229

208-
- Add support serialization to FormData
230+
- Update readme
231+
232+
### ⚙️ Miscellaneous Tasks
233+
234+
- *(ts-serializable)* Release ts-serializable@3.7.0
209235

210236
## [3.6.0] - 2024-12-31
211237

212238
### 🚀 Features
213239

214240
- Replace mocha by native node test runner
241+
- Add support serialization to FormData
242+
243+
### ⚙️ Miscellaneous Tasks
244+
245+
- *(ts-serializable)* Release ts-serializable@3.6.0
215246

216247
## [3.5.0] - 2024-12-30
217248

218249
### 🚀 Features
219250

220251
- Update eslintconfig, format code with new config
221252

253+
### ⚙️ Miscellaneous Tasks
254+
255+
- *(ts-serializable)* Release ts-serializable@3.5.0
256+
222257
## [3.4.0] - 2024-12-26
223258

224259
### 🚀 Features
225260

226261
- Update dependencies versions, new config for eslint 9
227262

263+
### ⚙️ Miscellaneous Tasks
264+
265+
- *(ts-serializable)* Release ts-serializable@3.4.0
266+
228267
## [3.3.0] - 2024-10-05
229268

230269
### 🚀 Features
231270

232271
- Update dependencies versions
233272

273+
### ⚙️ Miscellaneous Tasks
274+
275+
- *(ts-serializable)* Release ts-serializable@3.3.0
276+
234277
## [3.2.3] - 2024-06-02
235278

236279
### ⚙️ Miscellaneous Tasks
237280

238-
- Update dependencies versions
239281
- Sync package-lock
282+
- *(ts-serializable)* Release ts-serializable@3.2.3
240283

241284
## [3.2.2] - 2024-06-02
242285

243286
### 📚 Documentation
244287

245288
- Update README
246289

290+
### ⚙️ Miscellaneous Tasks
291+
292+
- Update dependencies versions
293+
- *(ts-serializable)* Release ts-serializable@3.2.2
294+
247295
## [3.2.1] - 2024-06-02
248296

249-
### 🐛 Bug Fixes
297+
### ⚙️ Miscellaneous Tasks
250298

251-
- Begin use cliff-jumper for generate changelog and version
299+
- *(ts-serializable)* Release ts-serializable@3.2.1
252300

253301
## [3.2.0] - 2024-06-02
254302

255-
### 🚀 Features
303+
### 🐛 Bug Fixes
256304

257-
- Replace standart-version by git-cliff for generation changelog
305+
- Begin use cliff-jumper for generate changelog and version
258306

259307
### ⚙️ Miscellaneous Tasks
260308

261-
- Fix got-cliff bump
262-
- Git-cliff
263-
- *('ts-serializable')* Release 'ts-serializable'@3.1.0
264309
- Use cliff-jumper instead of git-cliff
265310
- Test cliff-jumper
311+
- *(ts-serializable)* Release ts-serializable@3.2.0
266312

267313
## [3.1.0] - 2024-06-02
268314

@@ -274,17 +320,7 @@ All notable changes to this project will be documented in this file.
274320

275321
- Fix got-cliff bump
276322
- Git-cliff
277-
278-
## [3.1.0] - 2024-06-02
279-
280-
### 🚀 Features
281-
282-
- Replace standart-version by git-cliff for generation changelog
283-
284-
### ⚙️ Miscellaneous Tasks
285-
286-
- Fix got-cliff bump
287-
- Git-cliff
323+
- *('ts-serializable')* Release 'ts-serializable'@3.1.0
288324

289325
## [3.0.59] - 2024-06-02
290326

@@ -400,6 +436,7 @@ All notable changes to this project will be documented in this file.
400436
- Bump version and publish to npm
401437
- Bump dependencies
402438
- Bump version and publish to npm
439+
- *(deps)* Bump stylelint from 15.9.0 to 15.10.1
403440
- Bump dependencies
404441
- Bump version and publish to npm
405442
- Bump dependencies
@@ -560,4 +597,6 @@ All notable changes to this project will be documented in this file.
560597

561598
- Minor eslint rule fixes
562599

600+
## [2.0.49] - 2022-03-16
601+
563602
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)