2021-11-18
- Allow patching multiple database fields
2021-11-17
- Change SkunkPatchEncoder.Result to only expect single column encoders
- Upgrade embedded postgres binary
- Upgrade to munit-cats-effect 1.0.6
- Upgrade to munit 0.7.29
- Upgrade to scala 2.13.7
- Upgrade to sbt-scalajs 1.7.1
- Upgrade to sbt-houserules 0.3.15
2021-08-30
- Don't yield a JSON decoding error on unknown fields, ignore them instead
2021-08-22
- Add more circe decoder instances
2021-08-22
SkunkPatches.updateFragment
now takes aNonEmptyList
and no longer returns anOption
2021-08-22
- Return a
None
fromSkunkPatches.updateFragment
when the input list is empty
2021-08-21
- Add support for derived
JsonPatchCodecs
- Add support for derived
JsonPatchDecoders
- Add support for derived
JsonPatchEncoders
2021-08-21
- Initial release