Skip to content

Latest commit

Β 

History

History
267 lines (177 loc) Β· 14.4 KB

CHANGELOG.md

File metadata and controls

267 lines (177 loc) Β· 14.4 KB

v4.1.1 (2024-05-14)

πŸ› Bug Fix

  • #236 Use this.parent instead of this.project when version checking (@Windvis)
  • #234 Add project description for intellisense (@runspired)

πŸ“ Documentation

Committers: 3

v4.1.0 (2024-02-05)

πŸš€ Enhancement

πŸ“ Documentation

  • #231 add import guide for components, helpers, modifiers (@Parrryy)

🏠 Internal

Committers: 6

v4.0.0 (2023-10-18)

πŸ’₯ Breaking Change

  • #187 Use content-tag, which fixes all the bugs (@NullVoxPopuli) Additionally,
    • for tooling authors, all exports have been removed. Use content-tag for your <template> parsing / location mapping needs.
    • for v1 addon and app users, this change fixes parsing bugs but otherwise should not be noticeable.
    • for v2 addon users, you're already using content-tag if you're using addon.gjs() from @embroider/addon-dev, and this change doesn't affect v2 addons.
  • #146 [Cleanup] Remove all traces of hbs (@NullVoxPopuli)
    The only supported strict-mode syntax is now <template>. See emberjs/rfcs#779
  • #138 Update to support only Node 16 and 18 (@chriskrycho)

πŸš€ Enhancement

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 9

v3.4.1 (2023-01-30)

πŸ› Bug Fix

πŸ“ Documentation

Committers: 2

v3.4.0 (2022-11-09)

πŸš€ Enhancement

πŸ“ Documentation

Committers: 2

v3.3.1 (2022-10-26)

πŸ› Bug Fix

Committers: 1

v3.3.0 (2022-10-26)

🏠 Internal

Committers: 1

v3.2.0 (2022-10-25)

πŸš€ Enhancement

  • #74 Provide the contents of the parsed template when calling parseTemplates (@gabrielcsapo)
  • #73 Do not require parent addon to include ember-cli-htmlbars (@gabrielcsapo)

🏠 Internal

Committers: 2

v3.1.2 (2022-10-07)

πŸ› Bug Fix

  • #51 Stop trying to tokenize regexes to avoid confusing bug caused by division appearing in a file before a tag (@lukemelia)
  • #54 Fix build failures due to backticks within in template tags (@lukemelia)
  • πŸ“ Documentation

    Committers: 3

    v3.1.1 (2022-08-28)

    πŸ› Bug Fix

    • #50 Include the correct import name in parseTemplates results (@rwjblue)

    Committers: 1

    v3.1.0 (2022-08-24)

    πŸš€ Enhancement

    • #47 Update TemplateLiteralMatch to include source importPath and importIdentifier (@nlfurniss)

    Committers: 1

    v3.0.1 (2022-06-07)

    πŸ› Bug Fix

    • #41 Correctly support multiple template parsing fn from same path (@ventuno)

    🏠 Internal

    Committers: 2

    v3.0.0 (2022-05-18)

    πŸ’₯ Breaking Change

    • #37 Update parseTemplates to filter by tagName (@ventuno)

    πŸš€ Enhancement

    • #37 Update parseTemplates to filter by tagName (@ventuno)

    πŸ“ Documentation

    🏠 Internal

    Committers: 5

    v2.0.1 (2022-01-01)

    πŸ› Bug Fix

    πŸ“ Documentation

    Committers: 1

    v2.0.0 (2021-12-15)

    πŸ’₯ Breaking Change

    Committers: 1

    v1.1.1 (2021-03-25)

    πŸ› Bug Fix

    • #16 Make getting the template compiler path lazy (@pzuraq)

    Committers: 1

    v1.1.0 (2021-03-25)

    πŸš€ Enhancement

    • #15 Update to using babel-plugin-htmlbars-inline-precompile preprocessor (@pzuraq)

    Committers: 2

    v1.0.1 (2021-02-25)

    πŸ› Bug Fix

    • #5 Ensure this addon is included before ember-cli-htmlbars (@pzuraq)

    Committers: 2

    v1.0.0 (2021-02-25)

    Changelog