Skip to content

5.1.0 [Unlisted]

Compare
Choose a tag to compare
@Pliner Pliner released this 07 May 14:52
· 571 commits to master since this release
de950cb

🚀 Features

  • Use own JSON serializer instead of a static one Newtonsoft.Json serializer #1048

This PR removes a dependency on the static instance of Newtonsoft.Json serializer. PR could break serialization's customizations if they were set up through static configuration, but we don't expect that way of customization. Please, use this overload if you need any customizations.