0.6.3
Changes
- Upgrade cats-effect to 2.1.0 @Odomontois (#136)
- Implement Agent primitive @Odomontois (#139)
- Add Context.const function that lifts value into a Context @pomadchin (#138)
- Fix the spelling and extend documentation @pomadchin (#137)
- Tidy up project description @Tvaroh (#134)
- update from master; @FunFunFine (#3)
RestoreTo[F[_], G[_]]
extendsLift[G[_], F[_]]
. @oskin1 (#122)- Add attach syntax extension @ppressives (#128)
- upd @FunFunFine (#2)
Features
- Solution to #109 @FunFunFine (#110)
- Add ZIO random and console instances, add implicit instance container… @Odomontois (#131)
- Update Selective typeclass and instances @Odomontois (#132)
- Add traverseKey/traverseKeyFilter operations @sigevsky (#133)
Bug Fixes
Maintenance
- Update sbt to 1.3.8 @scala-steward (#135)
- Add HasContext docs @pomadchin (#130)
- Add new metals file to .gitignore @Z1kkurat (#125)
- Codebase has been formated, Travis now checks code format before any step @ReiReiRei (#126)