Skip to content

Latest commit

Β 

History

History
611 lines (399 loc) Β· 28 KB

CHANGELOG.md

File metadata and controls

611 lines (399 loc) Β· 28 KB

Changelog

v6.1.5 (2024-07-24)

πŸ› Bug Fix

Committers: 1

v6.1.4 (2023-03-28)

πŸ› Bug Fix

Committers: 1

v6.1.3 (2022-01-14)

πŸ› Bug Fix

Committers: 1

v6.1.2 (2021-12-10)

πŸ› Bug Fix

Committers: 1

v6.1.1 (2021-12-08)

πŸ› Bug Fix

🏠 Internal

Committers: 3

v6.1.0 (2021-11-18)

πŸš€ Enhancement

  • #653 Allow updating quoteType and isValueless of AttrNodes, and quoteType of StringLiterals (@courajs)

πŸ› Bug Fix

Committers: 2

v6.0.0 (2021-11-08)

πŸ’₯ Breaking Change

πŸ› Bug Fix

🏠 Internal

Committers: 3

v5.0.3 (2021-05-19)

πŸ› Bug Fix

  • #555 Fix extra quoting being applied to ConcatStatement (@dcyriller)

Committers: 1

v5.0.2 (2021-05-19)

πŸš€ Enhancement

  • #569 Export AST and NodeVisitor types from @glimmer/syntax. (@rwjblue)

Committers: 2

v5.0.1 (2020-11-16)

πŸ› Bug Fix

🏠 Internal

Committers: 1

v5.0.0 (2020-11-04)

πŸ’₯ Breaking Change

🏠 Internal

Committers: 2

v4.3.0 (2020-11-04)

πŸš€ Enhancement

Committers: 1

v4.2.1 (2020-10-14)

πŸ› Bug Fix

  • #368 Ensure whitespace inside (and trailing) a text area is preserved. (@rwjblue)

🏠 Internal

  • #362 Add a test showing how attribute-indentation might be fixable. (@rwjblue)

Committers: 1

v4.2.0 (2020-10-02)

πŸš€ Enhancement

Committers: 1

v4.1.7 (2020-10-02)

πŸ› Bug Fix

  • #299 Ensure replacement of an ElementNode's attribute preserves its original position. (@lifeart)

πŸ“ Documentation

Committers: 3

v4.1.6 (2020-09-28)

πŸ› Bug Fix

Committers: 2

v4.1.5 (2020-07-15)

πŸ› Bug Fix

  • #303 Preserve formatting when switching a template's body (@dcyriller)
  • #302 Improve whitespace preservation around dirty attributes / comments / modifiers (@dcyriller)

πŸ“ Documentation

Committers: 2

v4.1.4 (2020-04-27)

πŸ› Bug Fix

  • #279 Ensure reusing an empty hash does not add extraneous whitespace (@rwjblue)

Committers: 2

v4.1.3 (2020-04-15)

πŸ› Bug Fix

🏠 Internal

Committers: 1

v4.1.2 (2020-04-04)

πŸ› Bug Fix

  • #251 Fix issue when swapping ElementNode from self closing with attributes to block. (@rwjblue)

🏠 Internal

Committers: 2

v4.1.1 (2020-02-27)

πŸ› Bug Fix

  • #223 Ensure updating self-closing ElementNode preserves trailing whitespace. (@rwjblue)

Committers: 1

v4.1.0 (2020-02-20)

πŸš€ Enhancement

  • #219 Expose metadata (isValueless / quoteType) on AttrNode's (@rwjblue)

Committers: 1

v4.0.1 (2020-02-20)

πŸ› Bug Fix

  • #216 Fix quoting for TextNode's originally used as an AttrNode value. (@rwjblue)

🏠 Internal

Committers: 2

v4.0.0 (2020-01-06)

πŸ’₯ Breaking Change

Committers: 1

v3.3.3 (2020-01-06)

πŸ› Bug Fix

  • #198 Fix issue when reusing an existing Hash in a new MustacheStatement/SubExpression (@tylerturdenpants)

Committers: 1

v3.3.2 (2020-01-03)

πŸ› Bug Fix

🏠 Internal

  • #183 Ensure attributes, params, hash are only joined with whitespace. (@rwjblue)

Committers: 3

v3.3.1 (2019-12-16)

πŸ› Bug Fix

  • #181 Fix issue with mutation of ElementNode's attributes when the first attribute value is ="" (@Turbo87)

Committers: 1

v3.3.0 (2019-12-09)

πŸš€ Enhancement

  • #179 Reexport traverse function from @glimmer/syntax (@Turbo87)

🏠 Internal

  • #164 Add .gitattributes file to better simulate a Windows environment (@kellyselden)

Committers: 3

v3.2.8 (2019-10-28)

πŸ› Bug Fix

  • #159 Ensure templates with whitespace control are codemoded properly. (@rwjblue)

πŸ“ Documentation

Committers: 3

v3.2.7 (2019-10-25)

πŸš€ Enhancement

🏠 Internal

  • #153 Remove redundant ignoreStandalone option passed to @glimmer/syntax (@dcyriller)

Committers: 1

v3.2.6 (2019-10-22)

πŸ› Bug Fix

  • #152 Fully print if/else-if/else chains (GH #149) (@zimmi88)

Committers: 1

v3.2.5 (2019-10-17)

πŸ› Bug Fix

  • #148 Fix invalid recursive dirtying when mutating nodes (significant performance improvement). (@zimmi88)

Committers: 1

v3.2.4 (2019-10-16)

πŸ› Bug Fix

  • #147 Fix ember-template-recast bin script file selection for Windows users (@rwjblue)

🏠 Internal

Committers: 1

v3.2.3 (2019-10-15)

πŸ› Bug Fix

  • #140 Avoid invalid quotes when changing an AttrNode value from TextNode to MustacheStatement (@zimmi88)

Committers: 1

v3.2.2 (2019-10-11)

πŸ› Bug Fix

  • #137 Ensure AttrNode and HashPair values are preserved if changing name/key. (@rwjblue)
  • #136 Fix issues with adding to a ConcatStatement (@rwjblue)
  • #135 Ensure TextNodes are quoted in AttrNode.value (@rwjblue)

🏠 Internal

Committers: 2

v3.2.1 (2019-10-10)

πŸ› Bug Fix

  • #132 Ensure chained inverses are properly printed. (@rwjblue)

Committers: 2

v3.2.0 (2019-10-02)

πŸš€ Enhancement

πŸ“ Documentation

  • #93 Add tests ensuring hash mutation order does not matter. (@rwjblue)

🏠 Internal

Committers: 3

v3.1.3 (2019-08-16)

πŸ› Bug Fix

  • #92 Fix mutating an element attribute with an initial valueless attribute. (@rwjblue)
  • #91 Ensure updating a void element does not print a closing tag. (@rwjblue)

Committers: 1

v3.1.2 (2019-08-15)

πŸ› Bug Fix

  • #90 Ensure proxy mapping is maintained during set/delete. (@rwjblue)

Committers: 2

v3.1.1 (2019-07-11)

🏠 Internal

  • #75 Remove duplicated @glimmer/syntax printer implementation. (@rwjblue)

Committers: 1

v3.1.0 (2019-07-11)

πŸš€ Enhancement

🏠 Internal

Committers: 2

v3.0.0 (2019-07-09)

πŸ’₯ Breaking Change

πŸš€ Enhancement

Committers: 1

v2.0.2 (2019-07-05)

πŸ› Bug Fix

  • #69 Ensure returning an array from a visitor is handled properly (@lifeart)

Committers: 1

v2.0.1 (2019-07-05)

πŸ› Bug Fix

v2.0.0 (2019-06-21)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

🏠 Internal

Committers: 4

Change Log

v1.2.5 (2019-04-30)

πŸ› Bug Fix

  • #22 Adding named arguments when none existed previously. (@zimmi88)

Committers: 1

v1.2.4 (2019-04-18)

πŸ› Bug Fix

πŸ“ Documentation

  • #18 Fixes README example for template transform. (@scalvert)

🏠 Internal

  • #17 [PACKAGE UPDATE] Bump @glimmer/syntax to 0.39.3. (@rajasegar)

Committers: 3

v1.2.3 (2019-01-28)

πŸš€ Enhancement

Committers: 1

v1.2.2 (2019-01-11)

πŸ› Bug Fix

  • #14 Fix: Improve handling of removed hash pairs. (@zimmi88)

Committers: 1

v1.2.1 (2018-12-19)

πŸ› Bug Fix

  • #12 Fix: Closing tags on block statements. (@zimmi88)

Committers: 1

v1.2.0 (2018-06-26)

πŸš€ Enhancement

  • #8 Add a binary for running transforms across multiple files. (@lennyburdette)

πŸ› Bug Fix

  • #9 Ensure parseInt is called with the correct radix.. (@rwjblue)

Committers: 2

v1.1.3 (2018-05-19)

πŸ› Bug Fix

  • #6 Allow for many returning an array of nodes during transform. (@chadhietala)

Committers: 2

v1.1.2 (2018-05-19)

πŸ› Bug Fix

Committers: 1

v1.1.1 (2018-05-19)

πŸš€ Enhancement

πŸ› Bug Fix

Committers: 1

v1.1.0 (2018-05-17)

πŸš€ Enhancement

Committers: 1