- You can now use unauthenticated users in CLI testing. Thanks to @jbearer.
- newData is now correctly merged with existing root state. Fixes a bug demonstrated by @bijoutrouvaille. Thanks to @ibash for fixing it.
- Nested variables in rules. Thanks to @petrusek.
- Fix validate rules running on null. Thanks to @jtwebman.
- Major version bump that should have happened in association with #14. Sorry about that.
- Fixed a bug in parsing binary expressions (#18). Thanks to @CurtisHumphrey.
- You can now use leading
/
in tests. Thanks to @CurtisHumphrey for this.