Any idea what is going on with aurelia-validation (the latest version)? I think something has changed/broken with the versions of the framework/validation I am using. Here are my dependencies currently:
"aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.18.0",
"aurelia-framework": "github:aurelia/framework@^0.17.0",
"aurelia-http-client": "github:aurelia/http-client@^0.12.0",
"aurelia-validation": "github:aurelia/validation@^0.4.1"
As soon as I load the aurelia-validation plugin I get three errors in the chrome console:
Unhandled promise rejection Error: Error invoking TaskQueue. Check the inner error for details. Is there anywhere I can go to find out what versions of the aurelia framework are currently supported by the validation plugin?