Skip to content

Commit

Permalink
chore(all): prepare release 2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 12, 2020
1 parent b19ecd7 commit 862da07
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/amd/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ define('aurelia-validation', ['exports', 'aurelia-binding', 'aurelia-templating'
}());
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
var arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
var match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ var PropertyAccessorParser = /** @class */ (function () {
}());
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
var arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
var match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class PropertyAccessorParser {
PropertyAccessorParser.inject = [Parser];
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
const arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
const match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/es2017/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class PropertyAccessorParser {
PropertyAccessorParser.inject = [Parser];
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
const arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
const match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/native-modules/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ var PropertyAccessorParser = /** @class */ (function () {
}());
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
var arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
var match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/system/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ System.register(['aurelia-binding', 'aurelia-templating', 'aurelia-logging', 'au
}()));
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
var arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
var match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/umd-es2015/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
PropertyAccessorParser.inject = [aureliaBinding.Parser];
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
const classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
const arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
const match = classic.exec(fn) || arrow.exec(fn);
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/aurelia-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
}());
function getAccessorExpression(fn) {
/* tslint:disable:max-line-length */
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?\s*(?:[$_\w\d.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
var classic = /^function\s*\([$_\w\d]+\)\s*\{(?:\s*"use strict";)?(?:[$_\s\w\d\/\*.['"\]+;]+)?\s*return\s+[$_\w\d]+\.([$_\w\d]+)\s*;?\s*\}$/;
/* tslint:enable:max-line-length */
var arrow = /^\(?[$_\w\d]+\)?\s*=>\s*[$_\w\d]+\.([$_\w\d]+)$/;
var match = classic.exec(fn) || arrow.exec(fn);
Expand Down
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [2.0.0-rc2](https://github.com/aurelia/validation/compare/2.0.0-rc1...2.0.0-rc2) (2020-06-12)

## Bug Fixes

* Istanbul bug

# [2.0.0-rc1](https://github.com/aurelia/validation/compare/1.6.0...2.0.0-rc1) (2020-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-validation",
"version": "2.0.0-rc1",
"version": "2.0.0-rc2",
"description": "Validation for Aurelia applications",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 862da07

Please sign in to comment.