Skip to content

Releases: codedx/mapk

v1.2.0

06 Jun 13:42
2466fd6
Compare
Choose a tag to compare
  • Add Scala 3 support
  • Add override for equals and hashCode for both the immutable and mutable versions of MapK
  • Add a convenience syntax for constructing Tuple2K instances to use with MapK.apply, since type inference tends not to cooperate

v1.1.0

01 Apr 15:06
d895cf5
Compare
Choose a tag to compare

Adds def untyped to MapK (I originally missed it when pulling things out of the "core" codebase 😞 )

v1.0.0

30 Mar 18:50
0075244
Compare
Choose a tag to compare

First public release of the MapK utility! Complete with a github package for scala 2.12 and 2.13