Releases: codemodsquad/astx
Releases · codemodsquad/astx
v3.0.0-beta.9
v3.0.0-beta.8
v3.0.0-beta.7
v3.0.0-beta.6
v3.0.0-beta.5
3.0.0-beta.5 (2023-11-01)
Bug Fixes
- bug reprinting template literals with babel generator hack (ee91e66)
- downgrade to prettier 2 for now (b5324b0)
- find and replace within submatches (2791df3), closes #19
- fix reprint ignoring comment changes bug (a9342f3)
- tweak generatorHack reprinting (a577f75)
- glob: fix results when include or exclude has trailing slash (77006a8)
Features
v3.0.0-beta.4
v3.0.0-beta.3
3.0.0-beta.3 (2023-10-17)
Bug Fixes
v3.0.0-beta.2
3.0.0-beta.2 (2023-10-17)
Bug Fixes
v3.0.0-beta.1
3.0.0-beta.1 (2023-10-15)
Bug Fixes
- move ts-node to dependencies (e64b5cb)
Features
BREAKING CHANGES
- the first argument to
new Astx
is now an object containing
{ backend }
so that additional context props can be added in the future.
This won't affect you unless you're callingnew Astx()
directly, which isn't
the normal recommended usage.