From 0b46ab7d9eb869d5cded36a26224a0f7cce34206 Mon Sep 17 00:00:00 2001 From: robertsavian Date: Thu, 26 May 2022 17:18:06 -0500 Subject: [PATCH] README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a33e4..990b4de 100644 --- a/README.md +++ b/README.md @@ -313,8 +313,10 @@ export default class CarModel extends BaseModel { ## Release History -- 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. +- 2022-04-26 v2.0.1 Fix RecursivePartial Type. - +- 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. + - 2020-07-29 v1.9.1 Fix deletePropertyFromObject bug; If null was inside an array would cause the code to break. - 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.