cats v2.2.0-M3 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
  • Please note that while this release is verified to be backward binary compatible with all 2.1.x and 2.0.x releases (and with 1.x for the non-laws modules), it is not binary compatible with either 2.2.0-M1 or 2.2.0-M2, primarily because of #3397. It should be source compatible with the previous 2.2.0 milestones, with the exception of some non-standard usage (e.g. calling instance methods like catsFunctorFilterForMap explicitly) and the ap method on Kleisli (see #3462).

    🚀 This is the first Cats release that drops Scala.js 0.6 cross-building and only supports Scala.js 1.x. It's likely that the next release will be a 2.2.0 release candidate, but we don't currently have a definite timeline for 2.2.0.

    1 source breaking change

    15 API / feature enhancements

    📚 3 documentation improvements

    🏗 14 build improvements