ReleaseNote.txt 679 B

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