v2.0.0
- Treat empty string values the same as undefined values (#31)
- Add option
allowEmpty: true
in case you want to override the new default behavior (#31)
Most likely non-breaking change for all users, but adhering to semver as it's a minor breaking change in some hypothetical use cases.
Thank you @beeequeue for the idea and the PR.