Skip to content

Parsley 4.2.14

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 23 Jun 10:46
· 79 commits to master since this release
51c3ffd

Corrected the logic for merging two errors by accounting for both of their offsets: the underlying offset has priority (which is where the error is said to have occurred), and the presentation offset (where the error appears) is checked after: this will not affect anything in the current release, as the two offsets will always match up. Also improved performance stability slightly by using type alias for the identity machinery.

What's Changed

Full Changelog: v4.2.13...v4.2.14