From 9c145367c6f03fcc078bfd055cac0bfe7934afca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Sat, 23 Jul 2022 22:43:31 +0200 Subject: [PATCH] changelog - dummy commit --- changelog.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/changelog.md b/changelog.md index 632541c..e69de29 100644 --- a/changelog.md +++ b/changelog.md @@ -1,30 +0,0 @@ -# Changelog - -## January 2022-02-02 -0.0.1 First draft - -## February 2022-02-28 - -**Version:** 0.0.5 - -Deserializer and Serializer are shipped together. Including documentation - -**Version:** 0.0.6 - -JSonDocument.CleanBuffer() method added. [Issue](https://github.com/simatic-ax/Json/issues/12) - -## March 2022-03-14 - -**Version:** 0.1.0 - -* Fixing issue Now also nested objects will be serialized correctly -* JSonDocument and JsonObject implementing IJsonContainerElement now -* All public classes/types are FINAL, so they cant be inherited -* AddElement supports the create pattern now. `doc.AddElement(a).AddElement(b)` - - -## June 2022-06-24 - -**Version:** 0.2.0 - -* Depends now on System.Math 1.1.13 Update dependencies