Ducktape 0.1.0
What's Changed
- release version 0.0.14, add
via
andintoVia
docs by @arainko in #11 - Alternative encoding by @arainko in #12
- update
mdoc
to 2.3.3, cleanup docs by @arainko in #13 - Selectable arg selectors by @arainko in #15
- Resolved #17 and #16
- Bug fix for parameter ordering in intoVia (it relied on the ordering of a map, which is so stupid I don't even know how it got there in the first place)
- Transformer.Identity now respects type relationships and is not fixed on a single type
- Dropped the covariance in collection transformers to make Sets work
- Bumped to Scala 3.2.1
Full Changelog: v0.0.14...v0.1.0