I ran into a problem with 1.4.3 not validating in my application and wondered if the recent change to the "accepted" rule was intentional? from: `rule: val => val === true` to: `rule: val => {}` Thanks!