From 82c8e54a1cc4123883f46c92ff2a24f19d81b5c1 Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Fri, 5 Apr 2024 21:02:42 +1100 Subject: [PATCH] refined4s v0.14.0 --- changelogs/0.14.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/0.14.0.md diff --git a/changelogs/0.14.0.md b/changelogs/0.14.0.md new file mode 100644 index 0000000..cdd6818 --- /dev/null +++ b/changelogs/0.14.0.md @@ -0,0 +1,8 @@ +## [0.14.0](https://github.com/kevin-lee/refined4s/issues?q=is%3Aissue+is%3Aclosed+-label%3Ainvalid+-label%3Awontfix+milestone%3Am14) - 2024-04-05 + +### New Features + +* Add `refined4s-tapir` to support `tapir` (#272) +* [`refined4s-tapir`] Add `TapirNewtypeSchema` and `TapirRefinedSchema` to support `sttp.tapir.Schema` for `refined4s` (#273) +* [`refined4s-tapir`] Add `Schema`s for pre-defined refined types (#276) +* [`refined4s-tapir`] Add `Schema` type-class instances with auto deriving (#278)