v4.1.00
What's Changed
- Add API to evaluate standalone AWK expressions by @bertysentry in #300
- feat: add compile method for AWK scripts by @bertysentry in #303
- Refactor JRT input consumption logic by @bertysentry in #304
- Suppress SpotBugs fallthrough warning in readString by @bertysentry in #305
- refactor: remove AwkInterpreter interface by @bertysentry in #306
- refactor: replace AwkSyntaxTree with AstNode by @bertysentry in #307
- refactor: replace parser marker interfaces with AST flags by @bertysentry in #308
- Refactor intermediate layer into concrete classes by @bertysentry in #310
- refactor: replace custom stack with deque by @bertysentry in #311
- refactor: use deque for assoc array keys by @bertysentry in #312
- refactor: extract parser exceptions by @bertysentry in #313
- Issue #308: Unexpected NumberFormatException logs for environment var… by @SafaeAJ in #315
- refactor: extract tuple helpers by @bertysentry in #316
- Switch to Opcode enum for intermediate instructions by @bertysentry in #317
- Split compile and interpret settings by @bertysentry in #318
- Refactor Awk APIs to be instance-based by @bertysentry in #319
- Remove logging framework by @bertysentry in #322
- Remove deprecated typecast keywords by @bertysentry in #323
- Refactor parser to use Token enum by @bertysentry in #324
- Remove deprecated _sleep and _dump features by @bertysentry in #325
- refactor: isolate CLI from API by @bertysentry in #329
Dependabot
- Bump metricshub/workflows from 2 to 3 by @dependabot[bot] in #301
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.4 by @dependabot[bot] in #299
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 by @dependabot[bot] in #302
- Bump org.metricshub:oss-parent from 3 to 4 by @dependabot[bot] in #320
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.0 to 4.9.4.1 by @dependabot[bot] in #321
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.27.0 to 2.28.0 by @dependabot[bot] in #328
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 by @dependabot[bot] in #326
New Contributors
Full Changelog: v4.0.01...v4.1.00