From 8a8959cd6145702000719f778bfc406f9972666a Mon Sep 17 00:00:00 2001 From: alenon Date: Mon, 1 Apr 2019 22:03:44 +0300 Subject: [PATCH] updated RELEASE NOTES --- RELEASE_NOTES.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3ae90b3..0876366 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,30 @@ -## Version 1.1 +## Version 1.4 + +### Features: +- Wildcard to SQL pattern conversion is supported now + + +## Version 1.3 + +### Features: +- Supporting wildcard rules for regex substrings + +## Version 1.2.1 + +### Improvements +- Minor bugs fixes + +## Version 1.2 ### Improvements +- Fixed bug with wildcard parsing -- Code refactoring: JWildcard, JWildcardRules and JWildcardRule became the only public classes + +## Version 1.1 + +### Improvements +- Code refactoring: JWildcard, JWildcardRules and JWildcardRule became the only public classes - Added tests for wildcard to regex conversion with JWildcardRules ### Updates - - added documentation