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-12-07Merge from upstream.Bojan Rajkovic
2012-03-19-Updated version to 4.5.1James Newton-King
2012-03-18-Added IgnoreSerializableInterface to DefaultContractResolverJames Newton-King
2012-03-15-Added Newtonsoft.Json.Metro build (whew, what a pain!)James Newton-King
2012-03-10-Changed serializer to fallback to use a private default constructorJames Newton-King
2012-03-07-Added async serialize/deserialize methods to JsonConvertJames Newton-King
2012-03-04-Added DateFormatHandling to control whether dates are written in the MS form...James Newton-King
2012-02-25-Added Path to JsonReaderException, JsonSchemaException and ValidationEventArgsJames Newton-King
2012-02-23-Added Path to JsonReader/JsonWriter/ErrorContext with the JSON path of the c...James Newton-King
2012-02-18-Fixed reading scientific notation numbers with no decimal pointJamesNK
2012-02-10-Incremented version to 4.0.8JamesNK
2012-02-09-Fixed not replacing ignored properties in JsonPropertyCollectionJamesNK
2012-02-03-Fixed attributes on nullable structs not being usedJamesNK
2012-01-24-Increment version to 4.0.7JamesNK
2012-01-19-Added line number information to deserialization errorsJamesNK
2012-01-17-Removed unused utility methodsJamesNK
2012-01-16-Rewrote JsonTextReader to use internal buffer to improve performanceJamesNK
2011-11-19-Fixed bad BSON when writing long strings of complex UTF8 charactersJamesNK
2011-11-01-Fixed deserializing byte arrays with type name informationJamesNK
2011-11-01-Fix occasional error when converting non-long integer properties to XMLJamesNK
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-DocumentationJamesNK
2011-08-03-Fixed DataTable and DataColumn names not being modified by CamelCaseProperty...JamesNK
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-07-28-Added support for BindToName on SerializationBinderJamesNK
2011-07-04-Added serialization constructors to all ExceptionsJamesNK
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-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-Improved support for deserializing objects using non-default constructorsJamesNK
2011-04-22-DemoJamesNK
2011-04-10-Updated build process to embed the build number as assembly versionJamesNK
2009-10-10-XML documentationJamesNK
2009-05-30-Lots of XML code commentsJamesNK
2008-09-21-Added compact framework supportJamesNK
2008-08-23-Split Silverlight projects into a separate solution: Newtonsoft.Json.Silverl...JamesNK
2008-02-10Json.NET 2.0 BetaJamesNK
2007-09-08(no commit message)JamesNK