Skip to content

Releases: putoutjs/printer

printer v13.2.0

08 Mar 18:12
Compare
Choose a tag to compare

🔥 feature

  • 6a5607b @putout/printer: @putout/plugin-react-hooks v7.0.0
  • b9c5048 @putout/printer: @putout/plugin-minify v10.0.0
  • 87aed30 @putout/printer: third object in ArrayExpression

printer v13.1.0

25 Feb 19:25
Compare
Choose a tag to compare

🔥 feature

  • 4387ef7 @putout/printer: AssignmentExpression: add semicolon even when not inside ExpressionStatement but when inside BlockStatement or Program

printer v13.0.1

21 Feb 22:27
Compare
Choose a tag to compare

🔥 feature

  • ee27918 @putout/printer: @putout/eslint v4.1.0
  • 7384b14 @putout/printer: eslint-plugin-putout v25.0.1
  • fc42fa2 @putout/printer: ObjectExpression inside ArrayExpression

printer v13.0.0

17 Feb 11:07
Compare
Choose a tag to compare

🐞 fix

  • 64bec90 @putout/printer: "\n'" will be escaped to '\n'' instead of '\n''

🔥 feature

printer v12.32.1

15 Feb 16:34
Compare
Choose a tag to compare

🐞 fix

  • 1ae65ad @putout/printer: DEBUG -> LOG_DEBUG

printer v12.32.0

13 Feb 22:09
Compare
Choose a tag to compare

🔥 feature

  • bc351a1 @putout/printer: ArrayExpression: ObjectExpression between Identifier and CallExpression

printer v12.31.0

09 Feb 11:31
Compare
Choose a tag to compare

🔥 feature

  • 6586701 @putout/printer: JSXElement: improve support of parens

printer v12.30.0

09 Feb 10:44
Compare
Choose a tag to compare

🔥 feature

  • a47b560 @putout/printer: introduce Comments Printer so each node can handle printing comments

printer v12.29.0

08 Feb 22:25
Compare
Choose a tag to compare

🔥 feature

  • 6d8a215 @putout/printer: ParenthesizedExpression: add

printer v12.28.0

08 Feb 21:58
Compare
Choose a tag to compare

🔥 feature

  • 306e48c @putout/printer: @putout/operate v13.0.0
  • 240f1e8 @putout/printer: TSParenthesizedType: add