File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog of GumTree
2
2
3
3
## v4.0.0 (Ginkgo)
4
- * New native distribution with zero dependencies apart from JDK 17
4
+ * New minimal distribution with zero non-java dependencies
5
5
* Vastly improved swing client with directory comparison, syntax highlighting, and more
6
6
* Update monaco
7
7
* Update bootstrap
8
8
* Update mergely
9
- * New Acorn based tree generator for JS
10
- * New tree-sitter based tree generator with support for a wide range of languages with both a python and a java implementation.
11
- * Docker image now comes installed with the Acorn and tree-sitter parsers
12
- * Very light docker image with the native distribution
9
+ * New tree-sitter based tree generator with support for a wide range of languages with a java implementation
10
+ * Dropped external parsers that have a tree-sitter counterpart (except srcml)
11
+ * Vastly improved docker image of less than 300mb with a new arm64 version
13
12
* Benchmark now displays size differences on a boxplot
14
13
* Dotdiff displays actions on nodes using colors
15
- * Default build command no longer test generators requiring native tools
14
+ * Default build command no longer test generators requiring external tools
16
15
* Test reports are uploaded in the CI
17
16
* Added citation file
18
17
* Simple is now the default matcher
You can’t perform that action at this time.
0 commit comments