Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

3.2.0

Latest
Compare
Choose a tag to compare
@joeconwaystk joeconwaystk released this 07 Mar 14:52
· 30 commits to master since this release

Adds read method to Serializable for filtering, ignoring or rejecting keys.
Fixes issues with Dart 2.1.1 mirror type checking changes
Adds like matcher expression
Escapes postgres special characters in LIKE expressions for all other string matcher expressions
Fixes security vulnerability where a specific authorization header value would be associated with the wrong token in rare cases (credit to Philipp Schiffmann)
Adds Validate.constant to properties that use the @PrimaryKey annotation.
Allows Validate annotations to be added to belongs-to relationship properties; the validation is run on the foreign key.
Allows any type - e.g. Map<String, dynamic> - to be bound with Bind.body.