Fixed a bug where zeroIsEmpty did not work with maybe, maybeNull or dynamic converters.
emptyImpossible and emptyValue now optionally take a function with state converter options. This means they can also be made dynamic. I made a few helper functions to determine which version to use.
Fixed a bug where
zeroIsEmpty
did not work with maybe, maybeNull or dynamic converters.emptyImpossible
andemptyValue
now optionally take a function with state converter options. This means they can also be made dynamic. I made a few helper functions to determine which version to use.Added better test coverage.