-
✨ New: Merged changes from JamesNK/Newtonsoft.Json version
13.0.1
-
🗑 Deprecated: Removed the Portable build target. This package now only ships with the AOT and Editor builds.
-
✨ New: Properly embed the link.xml into the DLLs. (#54)
-
🐛 Fix: Preserve
NullableAttribute
andNullableContextAttribute
. (#54)
-
✨ New: Merged changes from JamesNK/Newtonsoft.Json version
12.0.3
-
🔄 Change: Testing libraries are precompiled to be able to use the nullable reference types, as Unity does not yet support them. (#37)
-
✨ New: Merged changes from JamesNK/Newtonsoft.Json version
12.0.2
-
✨ New: Downgrade script for .asmdef to be able to test in Unity 2018.x.
-
✨ New: Now testing in both Unity 2019.x and 2018.x in CircleCI workflow.
-
✨ New: Added
System.Web.HttpUtility
polyfill to test project due to it's not included in IL2CPP builds. See https://forum.unity.com/threads/solved-httputility-in-il2cpp.802368/#post-5333634 -
🔄 Change: Custom StringAssert.StartsWith to get better error messages in tests.
-
🐛 Fix: AotHelper.EnsureDictionary was not generating constructor for
DefaultContractResolver.EnumerableDictionaryWrapper<TKey, TValue>
-
✨ New: Moved some documentation to the new wiki. All markdown files in the repository has been tidied.
-
🐛 Fix: Only use major version in assembly version (ex:
12.0.0.0
, instead of12.0.1.0
) (#18) -
🐛 Fix: Package targets .NET 4.5 & .NET 4.6.1 instead of recommended .NET Standard 2.0. Portable should still target the PCL profile 259 (
portable-net45+win8+wpa81+wp8
). (#29) -
🐛 Fix: Assembly not found due to unsigned and not strong named assembly. The packaged DLL's are now signed with the public key of Newtonsoft.Json. (#7, #10)
-
🔄 Change: Switched to cloudsmith.com as registry provider instead of npmjs.com
-
🔄 Change: Better versioning format. For more info see the wiki page. Changes are based of off
12.0.1
version (in previous format). -
🐛 Fix: Building on standalone causes plugin collision (#3)
-
✨ New: Package published as an Unity Package Manager package on npmjs.com.
-
✨ Initial release
-
✨ Based on JamesNK/Newtonsoft.Json version
12.0.1