From 151612d3e5c8387576684217b294af066850d2ed Mon Sep 17 00:00:00 2001 From: jwaliszko Date: Sat, 12 Aug 2017 18:27:43 +0200 Subject: [PATCH] Performance fix - single parsing when validator is created instead of two. Version bump. --- README.md | 4 ++- doc/api/api.chm | Bin 258669 -> 261781 bytes .../ValidatorsTest.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 +-- .../Validators/ExpressiveValidator.cs | 24 ++++++++---------- .../Attributes/ExpressiveAttribute.cs | 9 ++++--- .../Properties/AssemblyInfo.cs | 4 +-- src/expressive.annotations.validate.js | 2 +- src/expressive.annotations.validate.min.js | 2 +- 9 files changed, 27 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 4a7a5c4..b158b24 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,7 @@ Alternatively, to enforce re-binding of already attached validation handlers, us ##### Can I increase web console verbosity for debug purposes? -If you need more insightful overview of what client-side script is doing (including warnings if detected) enable logging: +If you need more insightful overview of what client-side script is doing, enable verbose logging: ```JavaScript