Releases: higherkindness/mu-scala
Releases · higherkindness/mu-scala
v0.7.0
- Update build (#108)
- Splits core module in [core, config] (#109)
- Organizes all sbt modules under modules folder (#112)
- Splits core into Server and Client submodules (#113)
- Moves non-server tests to the root (#114)
- Updates build and Releases 0.7.0 (#115)
v0.6.1
- Docs - Empty.type Request/Response (#105)
- Upgrade to Freestyle 0.5.1 (#107)
v0.6.0
- Use Effect instance instead of Comonad#extract (#103)
- Compiled docs in frees-rpc repo (#104)
v0.5.2
- Excludes Guava from frees-async-guava (#102)
v0.5.0
- Upgrades to Freestyle 0.5.0 (#99)
- Adds additional SuppressWarnings built-in warts (#100)
v0.4.2
- Reduces boilerplate when creating client instances (#97)
- Reduces Boilerplate in Server creation (#98)
v0.4.1
- Server Endpoints and Effect Monad (#95)
v0.4.0
- Replace @free with @tagless, and drop the requirement of an annotation (#92)
- Upgrades frees-rpc to Freestyle 0.4.6 (#94)
v0.3.4
- Adds monix.eval.Task Comonad Implicit Evidence (#89)