- 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
--seed
now works as intended
0.1.0 - 2023-03-12
Initial release!