Skip to content

Releases: sentrysoftware/Jawk

v3.3.03

29 Aug 20:42
Compare
Choose a tag to compare

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

Full Changelog: v3.3.02...v3.3.03

v3.3.02

09 Aug 19:46
Compare
Choose a tag to compare

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

09 Aug 15:42
Compare
Choose a tag to compare

What's Changed

Dependabot

New Contributors

Full Changelog: v3.3.00...v3.3.01

v3.3.00

04 Feb 23:22
Compare
Choose a tag to compare

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

01 Feb 14:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.02...v3.2.00

v3.1.02

18 Jan 15:21
Compare
Choose a tag to compare

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

17 Jan 16:04
Compare
Choose a tag to compare

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

17 Jan 00:00
Compare
Choose a tag to compare

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

22 Dec 16:19
Compare
Choose a tag to compare

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

14 Dec 22:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.00-SNAPSHOT7...v3.0.00