Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-16-Fixed potential multi-threading serializing issueJamesNK
2012-01-16-Rewrote JsonTextReader to use internal buffer to improve performanceJamesNK
2012-01-10-Fixed elusive Intellitrace runtime destabilization errorJamesNK
2012-01-08-Performance improvementsJamesNK
2011-12-10-Fixed referencing the NuGet package from Windows Phone 7.1 projectsJamesNK
2011-11-19-Updated build numberJamesNK
2011-11-19-Missing fileJamesNK
2011-11-19-Fixed DataTableConverter including nulls with NullValueHandling.IgnoreJamesNK
2011-11-19-Fixed bad BSON when writing long strings of complex UTF8 charactersJamesNK
2011-11-18-Fixed flag enum items not being correctly camel casedJamesNK
2011-11-01-Fixed deserializing byte arrays with type name informationJamesNK
2011-11-01-Changed time zone conversions to use new TimeZoneInfo instead of TimeZoneJamesNK
2011-11-01-Fix occasional error when converting non-long integer properties to XMLJamesNK
2011-10-02-Update NuGet package versionJamesNK
2011-10-01-Clean up compiler warningsJamesNK
2011-10-01-DocumentationJamesNK
2011-10-01-Improve TypeNameHandling.Auto to skip adding an unneeded type name for colle...JamesNK
2011-10-01-Changed the assembly file names to all be Newtonsoft.Json.dll to fix NuGet r...JamesNK
2011-10-01-Changed JToken.Children to return an empty iterator rather than erroringJamesNK
2011-10-01-DocumentationJamesNK
2011-08-05-Added ToObject to JToken for deserializing LINQ to JSON objects to a .NET ob...JamesNK
2011-08-03-Added support for deserializing IDictionary propertiesJamesNK
2011-08-03-Fixed DataTable and DataColumn names not being modified by CamelCaseProperty...JamesNK
2011-08-03-Added support for reading byte arrays from JSON integer arraysJamesNK
2011-08-02-Added Culture to JsonTextReader to use when converting values from JSON textJamesNK
2011-08-02-Added Order to JsonPropertyAttribute to override the order of serialized JSONJamesNK
2011-08-02-Fixed deserializing to IEnumerable<T> propertiesJamesNK
2011-08-02-Added support for setting readonly fields when marked up with JsonPropertyAt...JamesNK
2011-08-01-Changed $id and $ref properties to allow nullJamesNK
2011-08-01-Added Populate and IgnoreAndPopulate options to DefaultValueHandling for aut...JamesNK
2011-08-01-Added support for missing JSON errors to error handlingJamesNK
2011-07-29-Updated documentationJamesNK
2011-07-28-Updated documentationJamesNK
2011-07-28-Added support for BindToName on SerializationBinderJamesNK
2011-07-27-Updated documentationJamesNK
2011-07-04-Added serialization constructors to all ExceptionsJamesNK
2011-07-04-Added support for deserializing to readonly collections and dictionaries on ...JamesNK
2011-06-25-Remove ILMerge exeJamesNK
2011-06-25-Changed Newtonsoft.Json.Net20.dll to use LinqBridge source code rather than ...JamesNK
2011-06-01-Change reading schema references to ignore additional content after the $ref...JamesNK
2011-05-28-Added Count to JContainerJamesNK
2011-05-28-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a l...JamesNK
2011-05-28-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a l...JamesNK
2011-05-21-Fixed serializing objects with DataContract and DataMember attributes on bas...JamesNK
2011-05-21-Fixed BsonWriter failing silently when writing values outside of an Object o...JamesNK
2011-05-07-Added Serializable attribute to exceptionsJamesNK
2011-05-02-Herp derpJamesNK
2011-05-02-Fixed converting emtpy XML elements with an array attribute not writing othe...JamesNK
2011-05-02-Improved support for deserializing objects using non-default constructorsJamesNK
2011-04-22-DemoJamesNK