v0.1.3 release, adding changelog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2022-01-19 16:37:05 +01:00
parent 93add357e6
commit 6141658be2
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 33 additions and 5 deletions

View file

@ -199,7 +199,7 @@ function simplifyExpression(str) {
}
],
[// Starting & ending parenthesis if not needed.
/^\((.*)\)$/g,
/^\s*\((.*)\)\s*$/g,
function(match, middle) {
var str = middle
// Replace all groups