Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Releases: openrewrite/rewrite-javascript

0.37.0

07 May 17:52

Choose a tag to compare

0.36.0

24 Apr 18:35

Choose a tag to compare

What's Changed

Full Changelog: v0.35.1...v0.36.0

0.35.1

10 Apr 15:49

Choose a tag to compare

What's Changed

Full Changelog: v0.35.0...v0.35.1

0.35.0

09 Apr 19:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.35.0

0.34.0

27 Mar 19:38

Choose a tag to compare

Full Changelog: v0.33.0...v0.34.0

0.33.0

11 Mar 20:36
b4fec60

Choose a tag to compare

What's Changed

Full Changelog: v0.32.1...v0.33.0

0.32.1

05 Mar 07:14
00e461c

Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.32.1

0.32.0

20 Feb 22:57
2e4418d

Choose a tag to compare

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

Full Changelog: v0.31.0...v0.32.0

0.31.0

07 Feb 23:07
4205137

Choose a tag to compare

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

29 Jan 13:52
7a31afa

Choose a tag to compare

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