Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 14:04
· 214 commits to main since this release
  • Linereader can convert offset to line/column
  • Maven packages now include javadoc and source
  • New static html diff client (htmldiff) thanks to algomaster99
  • Improved API documentation
  • Monaco editor diff view now has 100% height
  • Fix missing positions in srcML parser
  • Switched from Travis to Github actions for the CI
  • Reworked benchmark to use defects4j and test for runtime and size regressions
  • New parso-based python 3 compatible parser, replace the old pythonparser
  • Docker image is now based upon ubuntu focal LTS
  • Update of dependencies (ph-css, monaco-editor, rhino, javaparser, jdt, srcml)
  • Integrated monaco native diff editor
  • Fix position problem in javaparser generator
  • Fix method invocation handling in jdt generator
  • Add shortcuts and menubar to all webdiff views except mergely
  • Webdiff directory comparator only displays tree-diff buttons for files where parser are availables
  • Webdiff command is compatible with -g option (except from the directory comparator)
  • Update vanilla diff viewer to bootstrap v4
  • Update mergely diff viewer to newest version of mergely
  • TreeInsert and TreeDelete actions added
  • Add brand new monaco-based diff viewer
  • Improved docker container that can be integrated with git
  • Update jdt, rhino and ph-css parsers
  • Fix varargs representation in JDT
  • Fix index problem in Chawathe's edit script generator
  • Theta matchers are now installed by default