-
New languages:
- OpenSCAD
- Bump dependencies, including
tree-sitter
0.6.0 - 2025-03-12
- Fix a bug where the splicer looped infinitely on empty inputs
- Bump dependencies
0.5.0 - 2023-07-17
- Small changes to library API
- Bump dependencies
0.4.0 - 2023-04-06
- Add
--max-size - Add
--reparse - Bump dependencies
0.3.1 - 2023-03-24
- Fix a panic
0.3.0 - 2023-03-19
- "Chaotic" mutations that may introduce syntax errors
- Deletions of optional nodes, in addition to splices
- tree-splicer now re-parses the file after each splice. This means that splices can be "stacked", i.e., a subtree can be spliced into a subtree that was spliced into the original.
- Fixed a panic
0.2.0 - 2023-03-13
-
New languages:
- JavaScript
- TypeScript
- Apply a random number of mutations per test up to
--mutations - Ignore parse errors by default
- Removed a chatty print statement
--seednow works as intended
0.1.0 - 2023-03-12
Initial release!