Skip to content

Commit

Permalink
refined4s v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Dec 16, 2023
1 parent 58f65ae commit e3981b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelogs/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [0.4.0](https://github.com/kevin-lee/refined4s/issues?q=is%3Aissue+is%3Aclosed+-label%3Ainvalid+milestone%3Am4) - 2023-12-16

### New Features

* Add `refined4s-doobie-ce2` and `refined4s-doobie-ce3` modules to support [doobie](https://github.com/tpolecat/doobie) (#123)
* [`refined4s-doobie`] Add `Get`s and `Put` for `Newtype`, `Refined` and `InlinedRefined` with `Coercible` and `RefinedCtor` (#124)
* [`refined4s-doobie`] Add `DoobiePut`, `DoobieNewtypeGet`, `DoobieRefinedGet`, `DoobieNewtypeGetPut` and `DoobieRefinedGetPut` to have circe `Get` and `Put` derived from the actual type for `Newtype`, `Refined` and `InlinedRefined` (#127)

0 comments on commit e3981b2

Please sign in to comment.