Skip to content

Releases: BjoernLoetters/Jar-Jar-Parse

Release v1.0.1

02 Feb 10:50
Compare
Choose a tag to compare

Commits

  • 99a7edc: Use GPG secret directly instead of indirectly via an environment variable (Björn Lötters)

Release v1.0.0

02 Feb 10:47
Compare
Choose a tag to compare

Commits

  • eeca282: Add License badge to README.md (Björn Lötters)
  • 95194ce: Update issue templates (Björn Lötters)
  • 8c4f53f: Create CONTRIBUTING.md (Björn Lötters)
  • 1c8a5a3: Update CONTRIBUTING.md (Björn Lötters)
  • 5095cad: Create PULL_REQUEST_TEMPLATE.md (Björn Lötters)
  • 7aacc93: Add generation of a source JAR to the workflow (Björn Lötters)
  • 3009d22: Prepare GitHub workflow for maven release (Björn Lötters)
  • adfee43: Merge branch 'main' of github.com:BjoernLoetters/Java-Parser-Combinators (Björn Lötters)
  • 6a8394b: Skip GPG signing for unit testing and GitHub release (Björn Lötters)
  • 03f200f: Fix a bug where the automatic release did not include the JavaDoc and compiled JAR (Björn Lötters)
  • 9d10634: Update version to v1.1.1-beta (Björn Lötters)
  • 7c2825c: Configure the Publish workflow such that it runs when the Release workflow completed (Björn Lötters)
  • bbbe955: Update version (Björn Lötters)
  • 7af3b30: Update version (Björn Lötters)
  • a5f2942: Add distributionManagement to pom.xml (Björn Lötters)
  • 12d5000: Update version (Björn Lötters)
  • 887f523: Update publish.yml (Björn Lötters)
  • ab910a5: Update publish.yml (Björn Lötters)
  • f7cceb7: Update version to first official release and fix deployment pipeline (Björn Lötters)

Release v1.1.3-beta

01 Feb 23:29
Compare
Choose a tag to compare

Commits

  • a5f2942: Add distributionManagement to pom.xml (Björn Lötters)
  • 12d5000: Update version (Björn Lötters)
  • 887f523: Update publish.yml (Björn Lötters)
  • ab910a5: Update publish.yml (Björn Lötters)

Release v1.1.2-beta

01 Feb 18:22
Compare
Choose a tag to compare

Commits

  • 7c2825c: Configure the Publish workflow such that it runs when the Release workflow completed (Björn Lötters)
  • bbbe955: Update version (Björn Lötters)
  • 7af3b30: Update version (Björn Lötters)

Release v1.1.1-beta

01 Feb 18:07
Compare
Choose a tag to compare

Commits

  • 03f200f: Fix a bug where the automatic release did not include the JavaDoc and compiled JAR (Björn Lötters)
  • 9d10634: Update version to v1.1.1-beta (Björn Lötters)

Release v1.1.0-beta

01 Feb 17:57
Compare
Choose a tag to compare

Commits

  • 2abee7f: Update README.md (Björn Lötters)
  • b2c8ca6: Track positions for input streams and clean up unnecessary keywords (Björn Lötters)
  • b942116: Update version (Björn Lötters)
  • 7875980: Add a position combinator for the easy access of the current input position (Björn Lötters)
  • 92f7032: Update version (Björn Lötters)
  • 7e28478: Add white space handling (closes #6) (Björn Lötters)
  • a9e38e2: Update version to 1.4.0-alpha (Björn Lötters)
  • d1c4c86: Update version: Introduce lazy parsers, JSON example, and separate project in different submodules (Björn Lötters)
  • 87d9cab: API redesign: parsers now process abstract input readers and not only strings anymore (Björn Lötters)
  • 2f3cb5e: Update README.md (Björn Lötters)
  • 2461fe4: Update version to v1.6.0-alpha (Björn Lötters)
  • 278e799: Add more JavaDoc documentation and refactor the Input class, such that the Position class now depends on the respective Input (Björn Lötters) #7
  • 4307218: Add more JavaDoc documentation and fix a bug where the computation of a column number led to an exception (Björn Lötters) #7
  • 45cacd0: Rename project to 'Jar Jar Parse', or 'jjparse' for short, add more JavaDoc documentation and fix failing tests to support unicode positions (Björn Lötters) #7
  • fe49522: Add JavaDoc for the 'Description' class and all of its subclasses (Björn Lötters) #7
  • f2fcee2: Add JavaDoc for the default constructor of the 'Description' and 'Empty' class, add JavaDoc for the different 'Input' classes and delete the unused 'FilterInput' class (Björn Lötters) #7
  • 951eb0d: Only generate JavaDoc when explicitly requested, add more JavaDoc (Björn Lötters) #7
  • 9ac33f0: Add more JavaDoc and implement 'RegExpParser' for arbitrary character inputs (Björn Lötters) #7
  • bdb398d: Fix an overseen compile error (Björn Lötters) #7
  • d2e59d4: Fix the pom.xml of the JSON example (which still pointed to the library's old name) (Björn Lötters) #7
  • 7cfa557: Update README.md (Björn Lötters)
  • 8378e5f: Update version (Björn Lötters)
  • eeca282: Add License badge to README.md (Björn Lötters)
  • 95194ce: Update issue templates (Björn Lötters)
  • 8c4f53f: Create CONTRIBUTING.md (Björn Lötters)
  • 1c8a5a3: Update CONTRIBUTING.md (Björn Lötters)
  • 5095cad: Create PULL_REQUEST_TEMPLATE.md (Björn Lötters)
  • 7aacc93: Add generation of a source JAR to the workflow (Björn Lötters)
  • 3009d22: Prepare GitHub workflow for maven release (Björn Lötters)
  • adfee43: Merge branch 'main' of github.com:BjoernLoetters/Java-Parser-Combinators (Björn Lötters)
  • 6a8394b: Skip GPG signing for unit testing and GitHub release (Björn Lötters)

Release v1.0.0-beta

31 Jan 22:36
Compare
Choose a tag to compare

Commits

  • 66e94e4: Add release badge to 'README.md' (Björn Lötters)
  • 015f110: Update 'README.md' (Björn Lötters)
  • 76e0186: Update README.md and change some combinator names (Björn Lötters)
  • 32427b7: Update version (Björn Lötters)
  • 2abee7f: Update README.md (Björn Lötters)
  • b2c8ca6: Track positions for input streams and clean up unnecessary keywords (Björn Lötters)
  • b942116: Update version (Björn Lötters)
  • 7875980: Add a position combinator for the easy access of the current input position (Björn Lötters)
  • 92f7032: Update version (Björn Lötters)
  • 7e28478: Add white space handling (closes #6) (Björn Lötters)
  • a9e38e2: Update version to 1.4.0-alpha (Björn Lötters)
  • d1c4c86: Update version: Introduce lazy parsers, JSON example, and separate project in different submodules (Björn Lötters)
  • 87d9cab: API redesign: parsers now process abstract input readers and not only strings anymore (Björn Lötters)
  • 2f3cb5e: Update README.md (Björn Lötters)
  • 2461fe4: Update version to v1.6.0-alpha (Björn Lötters)
  • 278e799: Add more JavaDoc documentation and refactor the Input class, such that the Position class now depends on the respective Input (Björn Lötters) #7
  • 4307218: Add more JavaDoc documentation and fix a bug where the computation of a column number led to an exception (Björn Lötters) #7
  • 45cacd0: Rename project to 'Jar Jar Parse', or 'jjparse' for short, add more JavaDoc documentation and fix failing tests to support unicode positions (Björn Lötters) #7
  • fe49522: Add JavaDoc for the 'Description' class and all of its subclasses (Björn Lötters) #7
  • f2fcee2: Add JavaDoc for the default constructor of the 'Description' and 'Empty' class, add JavaDoc for the different 'Input' classes and delete the unused 'FilterInput' class (Björn Lötters) #7
  • 951eb0d: Only generate JavaDoc when explicitly requested, add more JavaDoc (Björn Lötters) #7
  • 9ac33f0: Add more JavaDoc and implement 'RegExpParser' for arbitrary character inputs (Björn Lötters) #7
  • bdb398d: Fix an overseen compile error (Björn Lötters) #7
  • d2e59d4: Fix the pom.xml of the JSON example (which still pointed to the library's old name) (Björn Lötters) #7
  • 7cfa557: Update README.md (Björn Lötters)
  • 8378e5f: Update version (Björn Lötters)

Release v1.6.0-alpha

29 Jan 18:12
Compare
Choose a tag to compare

Commits

  • 87d9cab: API redesign: parsers now process abstract input readers and not only strings anymore (Björn Lötters)
  • 2f3cb5e: Update README.md (Björn Lötters)
  • 2461fe4: Update version to v1.6.0-alpha (Björn Lötters)

Release v1.5.0-alpha

28 Jan 18:46
Compare
Choose a tag to compare

Commits

  • d1c4c86: Update version: Introduce lazy parsers, JSON example, and separate project in different submodules (Björn Lötters)

Release v1.4.0-alpha

24 Jan 10:34
Compare
Choose a tag to compare

Commits

  • 7e28478: Add white space handling (closes #6) (Björn Lötters)
  • a9e38e2: Update version to 1.4.0-alpha (Björn Lötters)