Releases: putoutjs/printer
Releases · putoutjs/printer
printer v13.2.0
printer v13.1.0
🔥 feature
- 4387ef7 @putout/printer: AssignmentExpression: add semicolon even when not inside ExpressionStatement but when inside BlockStatement or Program
printer v13.0.1
🔥 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
🐞 fix
- 64bec90 @putout/printer: "\n'" will be escaped to '\n'' instead of '\n''
🔥 feature
- 8fd3042 @putout/printer: add ability to set escapeSingleQuotes/escapeDoubleQuotes according to format (coderaiser/putout#230)
printer v12.32.1
🐞 fix
- 1ae65ad @putout/printer: DEBUG -> LOG_DEBUG
printer v12.32.0
🔥 feature
- bc351a1 @putout/printer: ArrayExpression: ObjectExpression between Identifier and CallExpression
printer v12.31.0
🔥 feature
- 6586701 @putout/printer: JSXElement: improve support of parens
printer v12.30.0
🔥 feature
- a47b560 @putout/printer: introduce Comments Printer so each node can handle printing comments
printer v12.29.0
🔥 feature
- 6d8a215 @putout/printer: ParenthesizedExpression: add