Skip to content

2.0.0

Compare
Choose a tag to compare
@gdziadkiewicz gdziadkiewicz released this 12 Nov 20:53
· 178 commits to master since this release

2.0.0 - 2019-05-15

  • BREAKING CHANGE: only netstandard2.0 supported
  • PersistentHashMap implements Count (#12)
  • add compareWith and areEqual to LazyList (#114) thanks teo-tsirpanis
  • fix experimental RoseTree equality (#114) thanks teo-tsirpanis
  • fix Nop thread comparison in PersistentHashMap (#66)
  • make RandomAccessList serializable (#127) thanks teo-tsirpanis
  • Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
  • Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (#130) thanks teo-tsirpanis
  • LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis