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
path: root/Src
AgeCommit message (Expand)Author
2012-03-19-More build fixesJames Newton-King
2012-03-19-Various Metro fixesJames Newton-King
2012-03-19-Fixed Metro buildJames Newton-King
2012-03-19-Updated version to 4.5.1James Newton-King
2012-03-18-Fixed Metro buildJames Newton-King
2012-03-18-Added IgnoreSerializableInterface to DefaultContractResolverJames Newton-King
2012-03-15-Fixed Metro buildJames 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-Improved performance issue fix for deeply nested LINQ to JSON objectsJames Newton-King
2012-03-07-Added async serialize/deserialize methods to JsonConvertJames Newton-King
2012-03-05-Xml documentationJames 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 error when deserializing nullable types with no contentJames Newton-King
2012-02-18-Fixed reading scientific notation numbers with no decimal pointJamesNK
2012-02-11-Fixed JsonValidatingReader.ReadAsBytes throwing exceptionJamesNK
2012-02-11-Fixed unit test failing because of timezonesJamesNK
2012-02-10-Incremented version to 4.0.8JamesNK
2012-02-09-Fixed JsonReader.ReadAsDateTimeOffset error messageJamesNK
2012-02-09-Fixed not replacing ignored properties in JsonPropertyCollectionJamesNK
2012-02-06-Fixed empty string being changed to null on object propertiesJamesNK
2012-02-03-Fixed attributes on nullable structs not being usedJamesNK
2012-01-24-Increment version to 4.0.7JamesNK
2012-01-23-Fixed testJamesNK
2012-01-23-Changed version number to 4.0.6JamesNK
2012-01-22-Fixed Windows Phone buildJamesNK
2012-01-22-Added ReadAsInt32 to JsonReaderJamesNK
2012-01-19-Fixed BsonReader to use BinaryReader instead of base streamJamesNK
2012-01-19-Added line number information to deserialization errorsJamesNK
2012-01-18-Code clean upJamesNK
2012-01-17-Removed unused utility methodsJamesNK
2012-01-16-Fixed serializing types with hidden propertiesJamesNK
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-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-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