Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Releases: djspiewak/shims

v1.2

22 Mar 23:21
v1.2
Compare
Choose a tag to compare

Minor release updating cats to 1.1.0 and scalaz to 7.2.20. Since cats 1.1.0 is binary compatible with 1.0.x, I probably could have stuck with the 1.1 line, but I'm being extra careful.

v1.1

14 Jan 21:16
v1.1
Compare
Choose a tag to compare
  • Updated to cats 1.0.1. This release had some incompatible changes from the cats 1.0 RC, which is why shims has been bumped from 1.0 to 1.1
    • Also scalaz 7.2.18
  • Added EitherT converter

v1.0

19 Nov 16:10
v1.0
Compare
Choose a tag to compare

This is the first stable release of shims! 🎉 Unlike prior non-snapshot releases, this one focuses on the shims rewrite as a framework for enabling end-user code. By which I mean, shims is not a framework for middleware authors; it is designed to be used by people writing code which will be deployed on a server, not pushed to Sonatype. The readme has more details.

Release notes would be somewhat pointless, since this is a complete rewrite from prior versions. See the readme for details.