Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

47 lines (43 loc) · 1.86 KB

Changelog of GumTree

v3.0.0-beta1 (Ficus)

  • 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

v2.1.2 (Elm)

  • New dockerfile to run GumTree
  • Python tree generator
  • JavaParser tree generator
  • Several minor bugfixes

v2.1.1 (Dogwood)

  • New integration with antlr4 grammars
  • Add matlab grammar

v2.1.0 (Cedar)

  • Improve the web diff view
  • Integrate mergely to get a text diff from the web view
  • Fix actions text formatter
  • Add command list in Run client
  • Fix bug to view a diff in the web client
  • Add benchmark module to check output and performance of algorithms
  • Add regression test to check the output of the matching algorithms
  • Improve the tree API
  • Automatically produce nightlies
  • Add new srcML tree generator that can deal with C++, C, C# and Java files
  • Add new css tree generator based on ph-css
  • Fix no label bug in ruby tree generator
  • Add custom options to furnish srcml and cgum paths
  • Build script can exclude tests requiring an external tool
  • Use sparkjava for the web client instead of NanoHTTPd
  • Improve annotations for generators, clients and matchers
  • Remove oudated css antlr tree generator