Releases: morgen-peschke/scala-commons
Releases · morgen-peschke/scala-commons
v0.3.0
What's Changed
- Bump version number in README and add overview for commons-shims by @morgen-peschke in #22
- Bump version number in README and add overview for commons-shims by @morgen-peschke in #23
- Merge pull request #23 from morgen-peschke/post-release-0.2.0-documen… by @morgen-peschke in #24
- Add helpers to extract values from a context by @morgen-peschke in #25
- Tweak style settings by @morgen-peschke in #26
- Update documentation by @morgen-peschke in #28
- Release 0.3.0 by @morgen-peschke in #29
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add numeric range test helpers by @morgen-peschke in #10
- Add Scalafix support and rules by @morgen-peschke in #11
- Add style plugins to test modules by @morgen-peschke in #12
- Added commonly used
implicit
instances toComplete
by @vivekragunathan in #15 - Try with resources by @morgen-peschke in #13
- Updated .gitignore by @vivekragunathan in #14
- Fix scalafix build config by @morgen-peschke in #16
- Fix missing constraint that Slice step cannot be 0 by @morgen-peschke in #17
- Add helpers for manipulating Range and NumericRange by @morgen-peschke in #18
- Add quality of life syntax for cats by @morgen-peschke in #19
- Release v0.2.0 by @morgen-peschke in #20
New Contributors
- @vivekragunathan made their first contribution in #15
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add pythonic slicing helpers to
common-core
- Add ScalaCheck helpers in new module
common-scalacheck
Full Changelog: v0.0.1...v0.1.0
v0.1.0
What's Changed
- Updated to Scala 2.12 & 2.13
- Switched to Mill
- Broken things up into
common-collections
andcommon-core
modules.
Full Changelog: https://github.com/morgen-peschke/scala-commons/commits/v0.0.1