Skip to content

Release v1.1.0-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 17:57
· 17 commits to main since this release

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)