Skip to content

Releases: myquay/JsonPatch

3.0.2

22 Sep 15:13
Compare
Choose a tag to compare

What's Changed

  • Bugfix for non-nullable TimeOnly types

Full Changelog: 3.0.1...3.0.2

3.0.1

22 Sep 14:52
Compare
Choose a tag to compare

What's Changed

  • Bump to .NET 8
  • Add support for the TimeOnly type

Full Changelog: 3.0.0...3.0.1

2.0.8

24 Feb 20:17
b6f1888
Compare
Choose a tag to compare

What's Changed

  • Support extending the BaseResolver by @myquay in #59

Full Changelog: 2.0.7...2.0.8

2.0.7

24 Nov 02:24
b7a0b96
Compare
Choose a tag to compare

What's Changed

  • Ignore Casing of Letters When Patching Enums by @broderickt2 in #53
  • Fix IDictionary prop handling by @idrm in #56

New Contributors

  • @idrm made their first contribution in #56

Full Changelog: 2.0.6...2.0.7

2.0.6

21 Oct 10:12
2493010
Compare
Choose a tag to compare

What's Changed

  • Improve BaseResolver Thrown Exceptions by @broderickt2 in #48
  • Fix issue where core version of JsonValueConverter did not convert nu… by @myquay in #49

New Contributors

Full Changelog: 2.0.5...2.0.6

2.0.5

25 Jun 22:33
c71fc8a
Compare
Choose a tag to compare

What's Changed

ASP.NET Core Minimal Web API Support by @myquay
Added support of dash (-) character for add methods for collections by @zihotki
Implemented support for Dictionaries by @zihotki
Update README.md (minor text changes) by @nikitasavinov
Removed new() constraint for JsonPatchDocument by @denis-tsv
Json converter and fixed move by @denis-tsv
Support for 'test' operation by @cajonesvu

New Contributors

@zihotki made their first contribution
@nikitasavinov made their first contribution
@denis-tsv made their first contribution
@cajonesvu made their first contribution

2.0.5-alpha

24 Jun 22:42
c71fc8a
Compare
Choose a tag to compare
2.0.5-alpha Pre-release
Pre-release

What's Changed

Removed System.Text.Json dependency from legacy project to reduce number of dependencies required.

Full Changelog: 2.0.4-alpha...2.0.5-alpha

2.0.4-alpha

22 Jun 11:41
17611a6
Compare
Choose a tag to compare
2.0.4-alpha Pre-release
Pre-release

What's Changed

  • Fix issue with IConvertable and create unit test to detect regression

Full Changelog: 2.0.3-alpha...2.0.4-alpha

2.0.3-alpha

22 Jun 04:44
4d882ff
Compare
Choose a tag to compare
2.0.3-alpha Pre-release
Pre-release

What's Changed

  • Update JsonPatch.Common namespace for backwards compatibility
  • List System.Text.Json dependency

Full Changelog: 2.0.2-alpha...2.0.3-alpha

2.0.2-alpha

21 Jun 12:21
Compare
Choose a tag to compare
2.0.2-alpha Pre-release
Pre-release

What's Changed

  • #8 - added support of - character for add methods for collections by @zihotki
  • Implemented support for Dictionaries by @zihotki
  • Update README.md (minor text changes) by @nikitasavinov
  • ASP.NET Core Minimal Web API Support by @myquay
  • Removed new() constraint for JsonPatchDocument by @denis-tsv
  • Json converter and fixed move by @denis-tsv
  • Support for 'test' operation by @cajonesvu

New Contributors

Full Changelog: https://github.com/myquay/JsonPatch/commits/2.0.2-alpha