Skip to content

6.2.0

Compare
Choose a tag to compare
@MrWolfZ MrWolfZ released this 04 Apr 10:17
· 87 commits to master since this release

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, and greaterThanOrEqualTo validation functions (#182), thanks @dzonatan for this change
  • export the NGRX_UPDATE_ON_TYPE enum (#184), thanks @dzonatan for this change