Releases: BjoernLoetters/Jar-Jar-Parse
Releases · BjoernLoetters/Jar-Jar-Parse
Release 1.2.5
Commits
- a91f650: Optimize GitHub badges and link documentation in the README.md (Björn Lötters)
- ad2ae3f: Optimize GitHub badges and link documentation in the README.md (Björn Lötters)
- ffb8257: Increase cache duration of shield badges (Björn Lötters)
- 6a1c22e: Fix the signature of 'chainl', which still accepted an additional but unused element parser (Björn Lötters)
Release 1.2.4
Commits
- 6e43d04: Fix external API reference link in MkDocs (Björn Lötters)
Release 1.2.3
Release 1.2.2
Commits
- 602d582: Fix MkDocs strictness error (Björn Lötters)
Release 1.2.1
Commits
- 4f05b01: Remove manual build of the documentation and update the GitHub Pages workflow. (Björn Lötters)
Release 1.2.0
Commits
- 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)
- 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)
- 99a7edc: Use GPG secret directly instead of indirectly via an environment variable (Björn Lötters)
- 3dca41a: Add Maven Central Repository to README.md and fix a bug in 'publish.yml' where the injected release version was not correct (Björn Lötters)
- f5ef95e: Create CODE_OF_CONDUCT.md (Björn Lötters)
- 588b7c5: Add more call-site variance for convenience (Björn Lötters)
- e27c737: Merge branch 'main' of github.com:BjoernLoetters/Jar-Jar-Parse (Björn Lötters)
- 4d42006: Add MkDocs documentation (Björn Lötters)
- 8e240a2: Add MkDocs documentation (Björn Lötters)
- f30942c: Fix maven version and add parent pom.xml to the deployment (Björn Lötters)
- c2ccc5a: Update version to 1.0.2 (Björn Lötters)
- e939fbc: Add maven central publishing plugin to the root pom.xml (Björn Lötters)
- 22b7355: Fix the configuration of the Maven GPG plugin (Björn Lötters)
- ba99c51: Remove Maven GPG plugin (Björn Lötters)
- 1630ca6: Remove alternative deployment repository (Björn Lötters)
- 1bd5c73: Update GitHub workflow (Björn Lötters)
- 9aaeb95: Clean up build configuration (Björn Lötters)
- fd5c528: Pass GPG passphrase only over an environment secret (Björn Lötters)
- 9ec5c50: Update version (Björn Lötters)
- f693091: Update deployment workflow (Björn Lötters)
- 44c6eb8: Update version reference in README.md (Björn Lötters)
- 4d314af: Fix a bug where a repetition ignores commits (issue #13) (Björn Lötters)
- 01be55e: Change API from 'keepLeft' and 'keepRight' to 'andl' and 'andr' (Björn Lötters)
- c0b536b: Rename chainLeft, chainLeft1, chainRight and chainRight1 to chainl, chainl1, chainr and chainr1. Also move these four methods to the Parser class to make them available similar to separate and separate1 (Björn Lötters)
- a6c8dc0: Add test cases for non-backtrackable parsers using a combination of 'choice' or 'repeat' with 'commit'. (Björn Lötters)
- bde0979: Add more mkdocs documentation and update GitHub workflow (Björn Lötters)
Release 1.1.0
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)
- 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)
- 99a7edc: Use GPG secret directly instead of indirectly via an environment variable (Björn Lötters)
- 3dca41a: Add Maven Central Repository to README.md and fix a bug in 'publish.yml' where the injected release version was not correct (Björn Lötters)
- f5ef95e: Create CODE_OF_CONDUCT.md (Björn Lötters)
- 588b7c5: Add more call-site variance for convenience (Björn Lötters)
- e27c737: Merge branch 'main' of github.com:BjoernLoetters/Jar-Jar-Parse (Björn Lötters)
- 4d42006: Add MkDocs documentation (Björn Lötters)
- 8e240a2: Add MkDocs documentation (Björn Lötters)
- f30942c: Fix maven version and add parent pom.xml to the deployment (Björn Lötters)
- c2ccc5a: Update version to 1.0.2 (Björn Lötters)
- e939fbc: Add maven central publishing plugin to the root pom.xml (Björn Lötters)
- 22b7355: Fix the configuration of the Maven GPG plugin (Björn Lötters)
- ba99c51: Remove Maven GPG plugin (Björn Lötters)
- 1630ca6: Remove alternative deployment repository (Björn Lötters)
- 1bd5c73: Update GitHub workflow (Björn Lötters)
- 9aaeb95: Clean up build configuration (Björn Lötters)
- fd5c528: Pass GPG passphrase only over an environment secret (Björn Lötters)
- 9ec5c50: Update version (Björn Lötters)
- f693091: Update deployment workflow (Björn Lötters)
- 44c6eb8: Update version reference in README.md (Björn Lötters)
- 4d314af: Fix a bug where a repetition ignores commits (issue #13) (Björn Lötters)
- 01be55e: Change API from 'keepLeft' and 'keepRight' to 'andl' and 'andr' (Björn Lötters)
Release 1.0.12
Commits
- 44c6eb8: Update version reference in README.md (Björn Lötters)
Release 1.0.11
Commits
- f693091: Update deployment workflow (Björn Lötters)