v1.0.0-rc.4
Many thanks to @ssalbdivad, @matthew-dean, @Dominic-Preap, @emilesabatier and @tats-u for contributing to this release.
- Change
RFC_EMAIL_REGEXto exactly match HTML specification (pull request #1068) - Change
ISO_DATE_TIME_REGEXandISO_TIMESTAMP_REGEXto support space as separator (pull request #1064) - Change
forward,forwardCheck,partialCheckandpartialCheckAsyncto improve TypeScript performance (issue #987) - Change pipe tuple of
pipeandpipeAsyncto be readonly by default