Releases: seasonedcc/composable-functions
Releases · seasonedcc/composable-functions
v0.3.1
What's Changed
- fix typo where "object" was written as "objecto" by @kory-smith in #27
- Fix typo by @stivaugoin in #28
- Update Zod to 3.17.3 by @diogob in #29
- Nested errors for schema by @diogob in #31
New Contributors
- @kory-smith made their first contribution in #27
- @stivaugoin made their first contribution in #28
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Use safeParseAsync to allow for custom async validation by @danielweinmann in #20
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Allow a domain function to throw custom error data by @danielweinmann in #19
New Contributors
- @danielweinmann made their first contribution in #19
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
- Error messages for deep property by @gustavoguichard in #16
Full Changelog: v0.0.1-rc.11...v0.0.2
v0.0.1-rc.11
What's Changed
- Create some examples in a remix app by @gustavoguichard in #12
- Add mapError combinator by @diogob in #13
- New error format by @gustavoguichard in #14
- New "inputFrom..." utilities by @gustavoguichard in #15
Full Changelog: v0.0.1-rc.10...v0.0.1-rc.11
v0.0.1-rc.10
What's Changed
- Map combinator by @diogob in #10
- Accept JS literals as inputs or environment by @gustavoguichard in #11
Full Changelog: v0.0.1-rc.9...v0.0.1-rc.10
v0.0.1-rc.9
What's Changed
- Domain function combinator
all
by @gustavoguichard in #8 - Domain function combinator
pipe
by @diogob in #9
Full Changelog: v0.0.1-rc.7...v0.0.1-rc.9
v0.0.1-rc.7
What's Changed
- Give credit where credit is due by @diogob in #6
- Change some result types by @gustavoguichard in #7
Full Changelog: v0.0.1-rc.6...v0.0.1-rc.7
v0.0.1-rc.6
New utility types:
- Adds
UnpackSuccess
andUnpackError
to extract the return type of domain functions.
Full Changelog: v0.0.1-rc.4...v0.0.1-rc.6