Releases: mccutchen/speculatively
Releases · mccutchen/speculatively
v1.2.0
⚠️ Breaking changes ⚠️
The fillcache API was updated to use generics in #3. This is technically a breaking API change, but I am choosing not to accompany it with the expected major version bump because this library has no known users and I don't feel like wrestling with the awkwardness of go module's weird /v2
package path shenanigans. Sorry!
What's Changed
- Use generics for typesafe API by @mccutchen in #3
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Migrate from Travis CI to GitHub Actions by @mccutchen in #1
- Refactor internals for efficiency and correctness by @mccutchen in #2
Full Changelog: v1.0.0...v1.1.0