seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
649 stars 13 forks source link

Do not error when passing parameters to a DF created with makeDomainFunction() #125

Closed diogob closed 3 months ago

diogob commented 9 months ago

Based on this discussion Note that this is a breaking change, even though unlikely, someone might be relying on the error of an undefined parser.

I think it is a nicer default behaviour though. And the previous behaviour is easy to reproduce by passing a z.undefined(). We can add this note on the release.

diogob commented 9 months ago

I'll hold this merge since we might want to release a minor version with the primitives before 3.0

diogob commented 3 months ago

This will be part of the next big breaking release. They are composable :sunglasses: