v3.1.00
What's Changed
- Release v3.0.01 and prepare v3.1.00-SNAPSHOT by @github-actions in #57
- Fixed issue #67 where eol wasn't supported after && || ? : , by @bertysentry in #70
- Fixed issue #68 and implemented unary plus (
+a) by @bertysentry in #71 - Fixed issue #69 with precedence on ternary and concatenation expressions by @bertysentry in #74
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.11 by @dependabot in #65
- Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.11 by @dependabot in #66
- Fixed issue #73: Parsing and lexer follow gawk precedence rules for all operators by @bertysentry in #75
- Bump org.sentrysoftware.maven:maven-skin-tools from 1.2.00 to 1.3.00 by @dependabot in #64
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #63
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #59
- Bump sentrysoftware/workflows from 1 to 2 by @dependabot in #60
- Fixed issue #78 and parsing of regular expression constants (escaping) by @bertysentry in #79
- Issue #83: Added support for Java 8 by @bertysentry in #84
- Bump sentrysoftware/workflows from 2 to 3 by @dependabot in #81
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by @dependabot in #82
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.3 to 3.2.5 by @dependabot in #77
Full Changelog: v3.0.01...v3.1.00