Skip to content

Releases: openrewrite/rewrite-javascript

0.32.1

05 Mar 07:14
00e461c
Compare
Choose a tag to compare

What's Changed

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

0.32.0

20 Feb 22:57
2e4418d
Compare
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
Compare
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
Compare
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

0.30.0

24 Jan 17:57
a6b05f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

v0.29.0

17 Jan 19:46
83ccc19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.2...v0.29.0

v0.28.2

14 Jan 20:38
c94dbe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.28.2

v0.28.1

14 Jan 13:17
5f93506
Compare
Choose a tag to compare

What's Changed

  • Updated recipe test, added exp op and make other fixes by @arodionov in #192
  • Added WithStatement and JS Try-Catch by @arodionov in #193
  • rework jsimport to reflect AST structure and fix remaining gaps by @OlegDokuka in #194

Full Changelog: v0.27.0...v0.28.1

0.27.0

10 Jan 18:24
be059e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

30 Dec 18:44
38366fe
Compare
Choose a tag to compare

What's Changed

  • Added TrailingTokenStatement, fixed trailing comma in visitIfStatement by @arodionov in #181
  • Use OmitParentheses marker for new operation without parentheses by @arodionov in #182
  • Wrap clazz into TypeTreeExpression by @arodionov in #183

Full Changelog: v0.25.4...v0.26.0