validation
validation copied to clipboard
A validation plugin for Aurelia.
**I'm submitting a bug report** * **Library Version:** 2.0.0 * **Operating System:** Windows 10 * **Node Version:** 20.11.1 * **NPM Version:** 10.2.4 * **JSPM OR Webpack AND Version** webpack 5.90.3...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
**I'm submitting a bug report** * **Library Version:** 1.0.0 * **Browser:** Chrome 55 **Current behavior:** When applying both the `updateTrigger:'blur'` and `validate` binding behaviors to a binding, the value is...
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.2.1 to 6.4.2 Release notes Sourced from engine.io's releases. 6.4.2 :warning: This release contains an important...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
**I'm submitting a bug report** * **Library Version:** 2.0.0-rc2 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** v14.15.5 * **NPM Version:** 6.14.8 * **Browser:**...
Well, I'm currently working on decorators for aurelia validation. At the moment, I have the following code working: ``` export class ClientViewModel { public Id: string; @required() public Name: string;...
**I'm submitting a bug report** The doc is not updated **Expected/desired behavior:** [here](https://aurelia.io/docs/plugins/validation#introduction) at the beginning in the Introduction section, the documentation should say to use `.plugin(PLATFORM.moduleName('aurelia-validation'))` instead of `.plugin('aurelia-validation')`...
**I'm submitting a feature request** Currently, it is impossible to create a dynamic validation error message. For example, I want to validate IBAN account number. I configure the rule as...
Calls to .ensure() allowed both a string and a function as argument. The function was never actually executed, but parsed to get the string property name. The same effect can...