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
2014-06-02Fixed compiler error.HEADmasterMike Krüger
2013-03-14Sign the assembly with our own key.Bojan Rajkovic
2012-12-07Merge from upstream.Bojan Rajkovic
2012-11-08Revert "Make assembly strongly named so we can use it in MonoTouch.Tools."Michael Hutchinson
2012-11-07Make assembly strongly named so we can use it in MonoTouch.Tools.Dominique Louis
2012-11-01Fix up project file.Bojan Rajkovic
2012-07-19Don't target the Client Profile, it makes building this library from MonoDeve...Bojan Rajkovic
2012-03-20-Fixed Metro buildJames Newton-King
2012-03-20-Fixed full trust permission check in non .NET 4.0 buildsJames Newton-King
2012-03-19-DocumentationJames Newton-King
2012-03-19-More build fixesJames Newton-King
2012-03-19-Fixed Metro build targeting ARM for some reasonJames 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-12-Fixed build to not include nested directories in NuGet packageJamesNK
2012-02-12-Updated versions.txtJamesNK
2012-02-12-Modified build to compile both signed and unsigned Silverlight/Windows Phone...JamesNK
2012-02-11-Fixed JsonValidatingReader.ReadAsBytes throwing exceptionJamesNK
2012-02-11-Fixed unit test failing because of timezonesJamesNK
2012-02-10-Fixed build fileJamesNK
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-02-03-Remove old NUnitJamesNK
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