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
2010-08-31-Updated source code to VS2010JamesNK
2010-08-09-Added SerializeCompilerGeneratedMembers to DefaultContractResolver to contro...JamesNK
2010-08-07-Fix JTokenReader.ReadAsBytes and null valuesJamesNK
2010-07-16-Fix using simple type names on SilverlightJamesNK
2010-07-16-Fix reading hexadecimal numbers that contain an eJamesNK
2010-07-06-Fixed generating generic simple type namesJamesNK
2010-07-03-Added DateTimeKindHandling to BsonWriter to control how a DateTime is conver...JamesNK
2010-07-01-Removed HtmlColorConverter to remove System.Drawing.dll dependencyJamesNK
2010-06-11-Fix issue when deserializing string to byte dataJamesNK
2010-05-27-Improved default null and value handing when JSON value is not compatible wi...JamesNK
2010-05-11-PerformanceJamesNK
2010-04-25-Improve OverflowException message for integer values larger than an Int64JamesNK
2010-04-20-Fix ReadAsBytes for empty stringsJamesNK
2010-04-17-Fix JTokenReader.ReadAsBytes to read strings as base64 dataJamesNK
2010-04-17-XML documentationJamesNK
2010-04-10-Fix exception message spelling mistakeJamesNK
2010-04-02-Added support for enum values to LINQ to JSONJamesNK
2010-03-27-Fix deserializing nullable arrayJamesNK
2010-03-27-Added WriteRegex to BsonWriterJamesNK
2010-03-24-New improved BSON writerJamesNK
2010-03-23-Fix possible errors caused by mutable GetHashCode implementations and refere...JamesNK
2010-03-23-Add support for using implicit/explicit casts when converting a JSON propert...JamesNK
2010-03-20-Added support for ShouldSerialize conditional methodsJamesNK
2010-03-20-Fix reading BSON multi byte utf8 charactersJamesNK
2010-03-17-Added additional error checking around $ref propertyJamesNK
2010-03-17-Added ReflectionDelegateFactory, DynamicReflectionDelegateFactory and LateBo...JamesNK
2010-03-02-Fix dynamic code generation IL verification issues in .NET 4JamesNK
2010-02-28-Add support for sharing a static cache for contract resolvers inheriting fro...JamesNK
2010-02-21-Escape JSON property textJamesNK
2010-02-21-When converting JSON to XML using XmlNodeConverter, changed special JSON pro...JamesNK
2010-02-20-Add LINQ to XML object support to XmlNodeConverterJamesNK
2010-02-14-Fixed JsonProperty.Readable and Writable not being correctly set for .NET pr...JamesNK
2010-02-07-Added GetSchema, CanRead, CanWrite to JsonConverterJamesNK
2010-02-06-Add missing xml documentationJamesNK
2010-02-06-Fixed various schema generation bugsJamesNK
2010-02-04-Improved deserialization performanceJamesNK
2010-01-31-Change Type to always be written as AssemblyQualifiedNameJamesNK
2010-01-28-Fix passed in JsonConverter not overriding internally specified JsonConverterJamesNK
2010-01-23-Added ReadRootValueAsArray, DateTimeKindHandling properties to BsonReaderJamesNK
2010-01-19-Implemented INotifyCollectionChanged on JContainer in SilverlightJamesNK
2010-01-16-Fix deserializing empty BSON structuresJamesNK
2010-01-08-Add support for reading octal and hexadecimal numbers from JSONJamesNK
2010-01-02-JsonTextReader, BsonReader performanceJamesNK
2009-12-29-PerformanceJamesNK
2009-12-27-Added JsonPrimitiveContract and JsonLinqContractJamesNK
2009-12-26-Added DateTimeConverterBaseJamesNK
2009-12-20-Fixed JTokenWriter not writing commentsJamesNK
2009-12-09-Improve BsonReader string performanceJamesNK
2009-12-09-Fixed ToString culture inconsistence when serializing dictionary keyJamesNK
2009-12-08-XML documentationJamesNK