Skip to content

Fix bugs from previous release

Compare
Choose a tag to compare
@errietta errietta released this 17 Jun 23:28
· 83 commits to master since this release

Basically, you can't cheat the validator by sticking extra characters around the rule comparison bit.
e.g.:
['!=', 'text'] should work, but ['!!=', 'text'] shouldn't.

Additionally, we're exporting the enums now.