Skip to content

5.6.0

Latest
Compare
Choose a tag to compare
@alastairlundy alastairlundy released this 30 Dec 11:28
· 8 commits to main since this release

Changes since 5.5.x

Additions

  • Added AddRange extension methods to Dictionary
  • Added PutRange extension methods to HashMap - This replaces PutEnumerable and PutDictionary

General Changes

  • Improved size checking for HashMap Put extensions
  • Improve exception details for Enumerable Combine extensions
  • Marked IHashMap and HashMap as deprecated - These will be moved to a different library in a future versions
  • Marked IBigCollection as deprecated - This will be removed in a future version
  • Marked PutEnumerable, PutHashTable, and PutDictionary as deprecated - These will be removed in a future version.
  • Deprecated FrequencyOf extension method - This will be removed in a future version

Removals

  • Removed code that was deprecated in prior versions