ChangeLog 865 B

12345678910111213141516171819202122232425262728
  1. 2009-03-17 Marek Habersack <[email protected]>
  2. * JavaScriptSerializerTest.cs: added tests for conversion to
  3. IDictionary and IDictionary <K,V> types.
  4. 2009-03-06 Marek Habersack <[email protected]>
  5. * JavaScriptSerializerTest.cs: added a test for unquoted tests
  6. surrounded with spaces.
  7. 2008-10-22 Marek Habersack <[email protected]>
  8. * JavaScriptSerializerTest.cs: added tests for deserialization of
  9. objects with more than one unquoted key names.
  10. 2008-09-20 Juraj Skripsky <[email protected]>
  11. * JavaScriptSerializerTest.cs: added test for bug #424704.
  12. 2008-09-20 Marek Habersack <[email protected]>
  13. * JavaScriptSerializerTest.cs: added some tests
  14. 2008-09-19 Marek Habersack <[email protected]>
  15. * JavaScriptSerializerTest.cs: enabled some tests which were
  16. failing with the old (de)serializer, but work with the new one.