Features
- add new validation function
number
to validate a value is a number (useful in cases where the concrete type of a value is unknown) (#182), thanks @dzonatan for implementing this feature - ignore non-numeric values in
lessThan
,lessThanOrEqualTo
,greaterThan
, andgreaterThanOrEqualTo
validation functions (#182), thanks @dzonatan for this change - export the
NGRX_UPDATE_ON_TYPE
enum (#184), thanks @dzonatan for this change