Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (33 loc) · 971 Bytes

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 971 Bytes

Changelog

0.2.0

2021-11-18

  • Allow patching multiple database fields

0.1.0

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

0.0.6

2021-08-30

  • Don't yield a JSON decoding error on unknown fields, ignore them instead

0.0.5

2021-08-22

  • Add more circe decoder instances

0.0.4

2021-08-22

  • SkunkPatches.updateFragment now takes a NonEmptyList and no longer returns an Option

0.0.3

2021-08-22

  • Return a None from SkunkPatches.updateFragment when the input list is empty

0.0.2

2021-08-21

  • Add support for derived JsonPatchCodecs
  • Add support for derived JsonPatchDecoders
  • Add support for derived JsonPatchEncoders

0.0.1

2021-08-21

  • Initial release