Version 1.0.0-beta009

Beta
Date 2019-09-13 (1,890 days ago)
Downloads 480 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

#installation">Installation

#changelog">Changelog

  • Minor bug fixes and UI adjustments (see 66ec2d7, 9ee2609 and 7c6e68b)

  • Timstamps should be serialized to unix time (see 6bac5e6)
    When JSON.net deserializes a string, it checks whether that string looks like a date, and if so internally keeps it an instance of DateTime instead of string. When the JSON is then serialized again, the date may loose the original formatting, which then may cause JSON.net to later be unable to deserialize the JSON/data. With this release, timestamps are now again serialized using the unix time format as JSON.net then won't modify the value.