This repository was archived by the owner on May 12, 2025. It is now read-only.
Releases: openrewrite/rewrite-javascript
Releases · openrewrite/rewrite-javascript
0.37.0
0.36.0
What's Changed
- Fix
JavaScriptVisitor
bug by @knutwannheden in #217
Full Changelog: v0.35.1...v0.36.0
0.35.1
What's Changed
- OpenRewrite v8.50.2: https://github.com/openrewrite/rewrite
Full Changelog: v0.35.0...v0.35.1
0.35.0
0.34.0
Full Changelog: v0.33.0...v0.34.0
0.33.0
What's Changed
- Formatter infrastructure and BlankLines formatter by @arodionov in #213
- Added Normalize Formatter by @arodionov in #214
Full Changelog: v0.32.1...v0.33.0
0.32.1
What's Changed
- Prevent wrapping statements into JS.ExpressionStatement by @arodionov in #211
- Regenerate
Json
andYaml
LST models by @knutwannheden in #212
Full Changelog: v0.32.0...v0.32.1
0.32.0
What's Changed
- Removed unnecessary ExpressionStatement wrapper for J.ForLoop.Control condition by @arodionov in #210
- Implemented TypeScript printer by @arodionov in #208
- Prevent potential Java 21 issue by @Laurens-W in #209
New Contributors
- @Laurens-W made their first contribution in #209
Full Changelog: v0.31.0...v0.32.0
0.31.0
What's Changed
- add type mapping tests and improve boolean mapping by @zieka in #199
- Change model and printer to fix parse errors with ImportAttribute and MappedType by @arodionov in #205
- Refactored JS.FunctionType to eliminate an arrow Space by @arodionov in #206
- Fixed names in Location enum by @arodionov in #207
Full Changelog: v0.30.1...v0.31.0
v0.30.1
What's Changed
- Throwing SyntaxError if a parsed source file is syntactically incorrect by @arodionov in #202
- Pack several compiler errors into one ParseError by @arodionov in #203
- Temporary fix to prevent ingestion failure for invalid surrogate literals by @arodionov in #204
Full Changelog: v0.30.0...v0.30.1