Releases: monix/newtypes
Releases · monix/newtypes
v0.3.0
v0.2.3
v0.2.2
This release introduces integration with PureConfig version 0.17.1
.
libraryDependencies += "io.monix" %% "newtypes-pureconfig-v0-17" % "0.2.2"
Other updates:
- Updated Scala 3 to
3.1.2
, however the output of the compiler is now set to3.0
; - Updated Scala.js to
1.10.0
- Updated sbt plugins used for building;
v0.2.1
This is a refinement of the v0.1.0
release from yesterday:
- Changed the signature of
BuildFailure
, simplifying it; - Configured website;
See comparisson.
v0.1.0
WARN: please use the newer 0.2.1 release!!!
- Added
Newsubtype
classes - Changed internal encoding for reuse
- Added
HasExtractor
andHasBuilder
type classes, for defining encoders and decoders (e.g. JSON) - Added
TypeInfo
implicit values, a simpler alternative for debugging/logging type names - Added optional Circe integration
- Updated dependencies
WARN: please use the newer 0.2.1 release!!!
Contributors of this release: