Skip to content

Releases: vudodov/json

v1.0.56

25 Sep 07:02
2312809
Compare
Choose a tag to compare
Added github workflow for CI

v1.0.55

09 Sep 06:23
Compare
Choose a tag to compare
Update Newtonsoft reference to use latest pre-release, which includes…

… a fix for dependency serialization. (#16)

v1.0.53

08 Sep 23:52
2e081f5
Compare
Choose a tag to compare
Adding ability to control auto-validation (#15)

v1.0.50

28 Aug 06:58
Compare
Choose a tag to compare
Refactor JsonEquals to use JToken.DeepEquals to improve robustness (a…

…nd handle unordered properties, json string formatting, etc) (#14)

v1.0.48

15 Aug 04:31
Compare
Choose a tag to compare
Fixed error thrown when updating existing flexible data (#13)

v1.0.46

18 Jul 06:38
2b1e3d4
Compare
Choose a tag to compare
merge extension (#11)

v1.0.43

17 Jul 02:31
56ecf8e
Compare
Choose a tag to compare
Merge extension (#10)

* Generate JSON schema from type and merge in extension schema

* Rename Extension class

v1.0.40

28 Jun 07:05
80cdb4f
Compare
Choose a tag to compare
Added TryGetValue method to get values without throwing exception (#9)

v1.0.37

23 Jun 04:44
98fc5dd
Compare
Choose a tag to compare
Make sure validation is triggered only against additional data. (#7)

* Make sure validation is triggered only against additional data.

* Making sure exception contains proper data.

* Comment for indexer.

v1.0.30

22 Jun 07:37
965873e
Compare
Choose a tag to compare
Updated readme