This release adds two new methods on the builder: - `orFindBy`, works like the native `orWhere` - `orFindByNot`, works like the native `orWhere` but inverted (using `!=` instead of `=`)
Replaces the `where` method with a new `findBy` implementation.