Skip to content

Releases: VSadov/NonBlocking

v2.1.2

08 Jul 15:16
Compare
Choose a tag to compare

What's Changed

  • Compatibility with Visual Studio 2022 by @ENikS in #19
  • Do not use the lowermost bit when forcing hash to not match known values by @VSadov in #22
  • Fix invalid Box and number dereference in dict. implementations... by @neon-sunset in #23
  • Avoid OOM when resizing very large dictionaries. by @VSadov in #24

New Contributors

  • @ENikS made their first contribution in #19

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 Dec 00:35
Compare
Choose a tag to compare

What's Changed

  • Fix GetOrAdd(TKey key, TValue value) by @VSadov in #18

Full Changelog: v2.1.0...v2.1.1

2.1.0

08 Jul 21:39
Compare
Choose a tag to compare
  • Adds support for netstandard2.0
  • Adds trimming support (IsTrimmable)
  • NativeAOT compatibility fixes

Thanks to @neon-sunset and @VSadov for their contributions to this release.