Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 2.2.x after 2.2.0-M3 release #3475

Merged
merged 5 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ possible:
* Ionuț G. Stan
* Israel Pérez González
* Itamar Ravid
* Ivan Klass
* Jack Low
* Jacob Barber
* Jakub Kozłowski
Expand Down Expand Up @@ -241,6 +242,7 @@ possible:
* Rüdiger Klaehn
* Rutvik Patel
* Ryan Case
* Ryan Mehri
* Sam Ritchie
* Sanjiv Sahayam
* Sarunas Valaskevicius
Expand All @@ -259,6 +261,7 @@ possible:
* Suhas Gaddam
* sullis
* Sumedh Mungee
* Syed Akber Jafri
* Takayuki Sakai
* Tanaka Takaya
* Taylor Brown
Expand All @@ -269,6 +272,7 @@ possible:
* Travis Brown
* Trond Bjerkestrand
* Tya
* Valentin Willscher
* Valy Diarrassouba
* Vasileios Lampridis
* Vasilis Nicolaou
Expand Down
53 changes: 53 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## Version 2.2.0-M3

_2020 June 17

### 1 source breaking change

* [#3462](https://github.com/typelevel/cats/pull/3462) Reverse argument order for Kleisli ap method by @justinhj


### 15 API / feature enhancements

* [#3467](https://github.com/typelevel/cats/pull/3467) Add Parallel traverseFilter functions by @LukaJCB
* [#3464](https://github.com/typelevel/cats/pull/3464) Add BinCompat extensions to syntax.apply import by @gagandeepkalra
* [#3463](https://github.com/typelevel/cats/pull/3463) Added CommutativeMonoid for Option to scope by @barambani
* [#3457](https://github.com/typelevel/cats/pull/3457) Add EitherT and IorT constructors from Option with monad left value by @ivan-klass
* [#3456](https://github.com/typelevel/cats/pull/3456) Override map2Eval and combineKEval for monad transformers by @LukaJCB
* [#3451](https://github.com/typelevel/cats/pull/3451) Issue 3447: Add more foldMapK shortcircuiting by @barambani
* [#3446](https://github.com/typelevel/cats/pull/3446) Add combineKEval and add short-circuiting for foldMapK by @LukaJCB
* [#3440](https://github.com/typelevel/cats/pull/3440) Mark Ops traits as Serializable by @travisbrown
* [#3439](https://github.com/typelevel/cats/pull/3439) Make boilerplate syntax classes extend Serializable by @ceedubs
* [#3436](https://github.com/typelevel/cats/pull/3436) Add auto variance as additional import by @LukaJCB
* [#3432](https://github.com/typelevel/cats/pull/3432) NonEmptyList.groupByNelA by @pk044
* [#3397](https://github.com/typelevel/cats/pull/3397) Remove Order constraints from SortedMap and NonEmptyMap instances by @joroKr21
* [#3396](https://github.com/typelevel/cats/pull/3396) Syntax for function1 kleisli-composition by @valenterry
* [#3392](https://github.com/typelevel/cats/pull/3392) Add PartialFunction instance for Profunctor typeclass by @gagandeepkalra
* [#3382](https://github.com/typelevel/cats/pull/3382) Optimise NonEmptyTraverse implementation by @gagandeepkalra


### 3 documentation improvements

* [#3469](https://github.com/typelevel/cats/pull/3469) Move nomenclature questions below introductory paragraph by @rmehri01
* [#3468](https://github.com/typelevel/cats/pull/3468) Add Filippo Mariotti as a maintainer by @LukaJCB
* [#3455](https://github.com/typelevel/cats/pull/3455) Update faq for ammonite by @psilospore


### 14 build improvements

* [#3471](https://github.com/typelevel/cats/pull/3471) Some travis ci updates by @barambani
* [#3466](https://github.com/typelevel/cats/pull/3466) Adding travis job names by @barambani
* [#3461](https://github.com/typelevel/cats/pull/3461) Update sbt-scalafix to 0.9.17 by @scala-steward
* [#3448](https://github.com/typelevel/cats/pull/3448) Update simulacrum-scalafix-annotations to 0.3.0 by @scala-steward
* [#3445](https://github.com/typelevel/cats/pull/3445) Update sbt to 1.3.12 by @scala-steward
* [#3444](https://github.com/typelevel/cats/pull/3444) Scalafmt 2.5.3 by @travisbrown
* [#3442](https://github.com/typelevel/cats/pull/3442) Deprecate Simulacrum ops objects by @travisbrown
* [#3441](https://github.com/typelevel/cats/pull/3441) Update sbt to 1.3.11 by @scala-steward
* [#3438](https://github.com/typelevel/cats/pull/3438) Change value-level kind-projector syntax by @travisbrown
* [#3437](https://github.com/typelevel/cats/pull/3437) Update sbt-scalafix to 0.9.16 by @scala-steward
* [#3435](https://github.com/typelevel/cats/pull/3435) Use FullOptStage by @travisbrown
* [#3428](https://github.com/typelevel/cats/pull/3428) Configure codecov to simplify PR comments by @travisbrown
* [#3425](https://github.com/typelevel/cats/pull/3425) Update Scalafmt to 2.5.2 by @travisbrown
* [#3357](https://github.com/typelevel/cats/pull/3357) Update Scala.js to 1.0, disable Scala.js coverage reporting by @travisbrown


## Version 2.2.0-M2

_2020 May 25_
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Community Announcements ![#f03c15](https://placehold.it/15/f03c15/000000?text=+)
* **Jun 17 2020** [Cats 2.2.0-M3 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M3)
* **May 25 2020** [Cats 2.2.0-M2 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M2)
* **Mar 31 2020** [Cats 2.2.0-M1 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M1)
* **Dec 18 2019** [Cats 2.1.0 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0)
Expand Down
12 changes: 0 additions & 12 deletions scripts/scala.js-1.0-publish.sh

This file was deleted.