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
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
2011-04-22-Fixed objects created with paramatized constructors to not set properties th...JamesNK
2011-04-10-Updated build process to embed the build number as assembly versionJamesNK
2011-04-10-Fixed DefaultValueHandling including a property when the default value is th...JamesNK
2011-04-10-Added add/subtract/multiply/divide to dynamic JValueJamesNK
2011-03-26-Fixed comments in JSON sometimes causing errors when deserializingJamesNK
2011-03-26-Added EnumMemberAttribute support to StringEnumConverterJamesNK
2011-03-26-Fixed error when reflecting over type that has multiple index properties inh...JamesNK
2011-03-22-Changed BsonReader/BsonWriter to close the underlying stream by default when...JamesNK
2011-03-22-Fixed error when reusing JsonSerializer with preserve references enabledJamesNK
2011-03-21-CamelCasePropertyNamesContractResolver now updates dictionary and dynamic pr...JamesNK
2011-02-24-Added additional ToString overloads to JValueJamesNK
2011-02-24-Fixed duplicate type name within an assembly errorJamesNK
2011-01-28-Fixed deserializing a DataTable propertyJamesNK
2011-01-17-Added Equals, NotEquals, GreaterThan, GreaterThanEquals, LesserThan, LesserT...JamesNK
2011-01-15-Added JsonConstructorAttribute to explicitly define which constructor to use...JamesNK
2011-01-08-Updated nuspec file for 4.0JamesNK
2011-01-04-Disable Code Analysis in .NET 3.5 release buildJamesNK
2011-01-04-Fix dynamic serializing in SilverlightJamesNK
2011-01-03-Upgraded Silverlight project to Silverlight 4JamesNK
2011-01-02-Fixed signed buildJamesNK
2011-01-02-Added PatternProperties, ExclusiveMinimum and ExclusiveMaximum support to JS...JamesNK
2010-12-28-Added ICloneable and DeepClone to JTokenJamesNK
2010-12-27-Fixed JToken Load and Parse methods not checking for incomplete contentJamesNK
2010-12-27-Fixed DataSetConverter deserializing DataSet propertiesJamesNK
2010-12-27-Added WriteArrayAttribute to XmlNodeConverter to include an attribute to hel...JamesNK
2010-12-23-Fixed JsonNet35BinaryCompatibility spellingJamesNK
2010-12-19-Added CamelCaseText to StringEnumConverterJamesNK
2010-12-19-Change BSON writer to write new binary subtypeJamesNK
2010-12-08-Enabled support for converting between XML and JSON on Windows Phone 7JamesNK
2010-12-01-Added support for deserializing to JTokenJamesNK
2010-11-25-Added XmlSerializer style Specified property supportJamesNK
2010-11-25-Make .NET 4.0 dynamic actually work (oops)JamesNK
2010-11-17-Fix to preserve collection type information in certain situations when seria...JamesNK
2010-10-23-Fixed error when deserializing nullable structsJamesNK
2010-10-16-Added covariance to IJEnumerable type parameterJamesNK
2010-10-12-Added NuPack to build processJamesNK
2010-09-29-Fixed test error when tests run in UTC timezoneJamesNK
2010-09-19-Added DeserializeObject overloadJamesNK
2010-09-18-Added Windows Phone 7 buildJamesNK
2010-09-12-Added JsonReader.ReadAsDecimalJamesNK
2010-09-12-Added JsonReader.ReadAsDateTimeOffsetJamesNK
2010-09-12-Added INotifyCollectionChanged to JContainer in .NET 4.0 buildJamesNK
2010-09-11-Added .NET 3.5 buildJamesNK