Skip to content

Commit 0b46ab7

Browse files
committed
README.md
1 parent 78b5b99 commit 0b46ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ export default class CarModel extends BaseModel {
313313

314314
## Release History
315315

316-
- 2022-04-20 v2.0.0 Remove `sjsId`, Move `sjsOptions` out of BaseModel, Add return type to `.toJSON()`, Change return type of `.clone()`, Change types exported paths.
316+
- 2022-04-26 v2.0.1 Fix RecursivePartial Type.
317317
-
318+
- 2022-04-20 v2.0.0 Remove `sjsId`, Move `sjsOptions` out of BaseModel, Add return type to `.toJSON()`, Change return type of `.clone()`, Change types exported paths.
319+
318320
- 2020-07-29 v1.9.1 Fix deletePropertyFromObject bug; If null was inside an array would cause the code to break.
319321

320322
- 2019-06-23 v1.9.0 IConvertOption now happens before data is assigned to properties. Now if you use ConversionTypeEnum.JSON and have a default model it will create that new model instead of having a plain object.

0 commit comments

Comments
 (0)