Many thanks to @ssalbdivad, @matthew-dean, @Dominic-Preap, @emilesabatier and @tats-u for contributing to this release.
- Change
RFC_EMAIL_REGEX
to exactly match HTML specification (pull request #1068) - Change
ISO_DATE_TIME_REGEX
andISO_TIMESTAMP_REGEX
to support space as separator (pull request #1064) - Change
forward
,forwardCheck
,partialCheck
andpartialCheckAsync
to improve TypeScript performance (issue #987) - Change pipe tuple of
pipe
andpipeAsync
to be readonly by default