Skip to content

1.2.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 21 Jun 05:58
· 81 commits to master since this release

aurelia-validation 1.2.0

Bug Fixes

  • property-access: make number and string property keys work the same way (bca8d33)
  • property-accessor-parser: handle numeric property keys (7288a73)
  • StandardValidator: change to handle empty rule sets (85145b8), closes #483
  • validation-messages: assign the parser in the constructor (7ba58da)
  • ValidationMessageProvider: increase visibility of parser field (b7636b5), closes #464

Features

  • Validation: support integer property keys (e74ca86), closes #474