Releases: sentrysoftware/Jawk
Releases · sentrysoftware/Jawk
v3.3.03
What's Changed
- Issue #155: Fixed gsub() on array elements by @bertysentry in #156
- Removed unnecessary
SLF4J(I): Connected with provider of type [org.slf4j.simple.SimpleServiceProvider]
message from stdout by @bertysentry in #156
Dependabot
- Bump org.slf4j:slf4j-simple from 2.0.15 to 2.0.16 by @dependabot in #154
- Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 by @dependabot in #153
Full Changelog: v3.3.02...v3.3.03
v3.3.02
What's Changed
- Fixed associativity (left associativity for most operations, right for power) by @bertysentry in #151
Full Changelog: v3.3.01...v3.3.02
v3.3.01
What's Changed
- Fixed issue #118 to prevent substr() from failing by @bertysentry in #119
- Fixed issue #120:
>
is now supported withinprint
by @bertysentry in #123 - Updated POM to be oss-parent based. Started at version 2. by @ChristopheClermont in #137
- Fixed arguments order in extension functions calls by @bertysentry in #148
Dependabot
- Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 by @dependabot in #122
- Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 by @dependabot in #121
- Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 by @dependabot in #140
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #138
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 by @dependabot in #147
- Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.15 by @dependabot in #146
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.6.0 by @dependabot in #143
New Contributors
- @ChristopheClermont made their first contribution in #137
Full Changelog: v3.3.00...v3.3.01
v3.3.00
What's Changed
- Release v3.2.00 and prepare v4.0.00-SNAPSHOT by @github-actions in #112
- Issue #113: Fixed evaluation order: by @bertysentry in #116
Full Changelog: v3.2.00...v3.3.00
v3.2.00
What's Changed
- Release v3.1.02 and prepare v4.0.00-SNAPSHOT by @github-actions in #93
- Fixed issue #94 with
exit NN
not working in BEGIN and normal rules by @bertysentry in #95 - Added BWK non-regression tests by @bertysentry in #96
- Fixed broken BWK p.* unit tests by @bertysentry in #101
- Fixes issue #100 by @bertysentry in #102
- Issue #99: Added full support for ORS special variable by @bertysentry in #104
- Bump org.codehaus.mojo:license-maven-plugin from 2.3.0 to 2.4.0 by @dependabot in #103
- Fixed issue #98 and added full support for condition ranges (
/start/, /end/
) by @bertysentry in #105 - Removed unnecessary compile options from AwkSettings by @bertysentry in #106
- Issue #107: Fixed Davide Brini's AWK signature by @bertysentry in #111
Full Changelog: v3.1.02...v3.2.00
v3.1.02
What's Changed
- Release v3.1.01 and prepare v4.0.00-SNAPSHOT by @github-actions in #90
- Fixed issue #91 with !uninitialized must be true by @bertysentry in #92 -- thanks @xonixx for spotting this huge bug!
Full Changelog: v3.1.01...v3.1.02
v3.1.01
What's Changed
- Release v3.1.00 and prepare v4.0.00-SNAPSHOT by @github-actions in #85
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #76
- Fixed issue #86 with escaping in regexp constants (notably octal sequences) by @bertysentry in #87
- Improved syntax error messages by @bertysentry in #89
Full Changelog: v3.1.00...v3.1.01
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
v3.0.01
What's Changed
- Release v3.0.00 and prepare v3.1.00-SNAPSHOT by @github-actions in #45
- Fix issue #52 with missing dependencies in published pom by @bertysentry in #53
- [#52] Update header license by @CherfaElyes in #54
- Updated documentation by @bertysentry in #55
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #50
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.2 to 3.2.3 by @dependabot in #49
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 by @dependabot in #48
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #47
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #46
- Updated documentation, added logo, fixed PMD report by @bertysentry in #56
New Contributors
- @github-actions made their first contribution in #45
- @CherfaElyes made their first contribution in #54
Full Changelog: v3.0.00...v3.0.01
v3.0.00
What's Changed
- Code clean-up: Fixed warnings in AwkParser by @bertysentry in #20
- Code clean-up: Fixed remaining warnings by @bertysentry in #21
- Clean up: removed remaining AWK compiling logic by @bertysentry in #22
- Fix javadoc warnings by @bertysentry in #23
- Change license to LGPL for the library, add headers by @bertysentry in #24
- Moved license files, and clarified GPL vs LGPL in CONTRIBUTING.md by @bertysentry in #25
- Refactored package to be org.sentrysoftware instead of org.jawk by @bertysentry in #26
- Fix pom.xml and README.md by @bertysentry in #27
- Use Printf4J library instead of inline functions by @bertysentry in #39
- Merging develop to master by @bertysentry in #40
- Major changes to release to Maven Central by @bertysentry in #44
Full Changelog: v2.1.00-SNAPSHOT7...v3.0.00