ReleaseNote.txt 740 B

12345678910111213141516171819202122232425262728293031323334353637
  1. 27.12.2019 v.1.0.0.8
  2. New
  3. - Add CsvHelper to read CSV files
  4. 27.12.2019 v.1.0.0.7
  5. Fix
  6. - Fix Secure class to work with empty strings
  7. 27.12.2019 v.1.0.0.6
  8. New
  9. - Add Singleton implementation
  10. - Add WeakReference generic pattern
  11. - Add VolatileCache implementation
  12. 23.12.2019 v.1.0.0.5
  13. New
  14. - Add TypePropertyLocator helper
  15. - Add Result class (in Value branch)
  16. - Add ConsoleWriter class (to write colorful texts to console)
  17. 3.12.2019 v.1.0.0.4
  18. New
  19. - Add SqlCommand extension
  20. Update
  21. - Change classes location to propper namespaces
  22. 2.12.2019 v.1.0.0.3
  23. New
  24. - Add XmlNode extension
  25. 2.12.2019 v.1.0.0.2
  26. New
  27. - Add DisposableObject, Secure (to generate crypted strings)
  28. 1.12.2019 v.1.0.0.1
  29. New
  30. - Add XpathNavigator, XmlReader extensions