Skip to content

Latest commit

 

History

History
620 lines (351 loc) · 28.6 KB

File metadata and controls

620 lines (351 loc) · 28.6 KB

Changelog

Release (2024-05-10)

babel-plugin-ember-template-compilation 2.2.5 (patch)

🐛 Bug Fix

  • babel-plugin-ember-template-compilation
    • #53 Problem with generating scope locals (the wire format array) when scope bag (the object) has aliasing properties (non-shorthand) (@NullVoxPopuli)
    • #54 fix 🎬 2 (@patricklx)

🏠 Internal

  • babel-plugin-ember-template-compilation
    • #55 replace babel.parse with babel.template.expression.ast (@patricklx)

Committers: 2

Release (2024-05-08)

babel-plugin-ember-template-compilation 2.2.4 (patch)

🐛 Bug Fix

  • babel-plugin-ember-template-compilation

Committers: 1

Release (2024-05-03)

babel-plugin-ember-template-compilation 2.2.3 (patch)

🐛 Bug Fix

  • babel-plugin-ember-template-compilation

🏠 Internal

Committers: 2

v2.2.2 (2024-04-17)

🐛 Bug Fix

Committers: 1

v2.2.1 (2023-11-01)

🐛 Bug Fix

  • #32 Preserve used imports when interoperating with transform-typescript (@patricklx, @ef4)

Committers: 1

v2.2.0 (2023-08-03)

🚀 Enhancement

  • #28 Don't require compiler when targetFormat='hbs' (@ef4)

🏠 Internal

Committers: 1

  • Edward Faulkner (@ef4)

v2.1.1 (2023-07-15)

🏠 Internal

  • #26 Update babel-import-util (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

v2.1.0 (2023-07-08)

🚀 Enhancement

🐛 Bug Fix

  • #25 Don't bring a separate @babel/traverse (@ef4)
  • #24 fix: @babel/traverse is a dependency not a dev-dependency (@runspired)

Committers: 3

v2.0.3 (2023-05-19)

🐛 Bug Fix

  • #20 Fix entity encoding in source-to-source mode (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

v2.0.2 (2023-04-05)

🐛 Bug Fix

  • #19 Replace Identifier only if key and value are different in the scope (@candunaj)

Committers: 1

v2.0.1 (2023-04-04)

🐛 Bug Fix

  • #17 PrecompileTemplate with scope that has properties with different key and value (@candunaj)
  • #12 Handle coverage annotation in scope function (@wagenet)

🏠 Internal

Committers: 4

v2.0.0 (2022-11-17)

🚀 Enhancement

  • #5 Allow AST plugins to manipulate Javascript scope (@ef4 and (@dfreeman))
  • #9 Source to Source mode (@ef4)

💥 Breaking

  • #9 Source to Source mode: caused a change to the options format, since we now need the whole ember-template-compiler.js module, not just the precompile function from that module.

Committers: 2

v1.0.2 (2022-04-11)

🏠 Internal

  • #4 Upgrading dependencies (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

v1.0.1 (2021-11-04)

🐛 Bug Fix

  • #1 Ensure babel.parse does not use top level babel config. (@rwjblue)

🏠 Internal

  • #2 Ensure yarn.lock is always in sync (@rwjblue)

Committers: 1

v5.3.0 (2021-04-12)

🚀 Enhancement

🏠 Internal

Committers: 2

v5.2.2 (2021-04-01)

🐛 Bug Fix

Committers: 1

v5.2.1 (2021-03-24)

🐛 Bug Fix

  • #368 Account for comments in preprocessor for proposals (@pzuraq)

Committers: 1

v5.2.0 (2021-03-24)

🚀 Enhancement

  • #361 Add preprocessEmbeddedTemplates function (@pzuraq)
  • #362 Allow usage of proposals to be used in arbitrary expression positions (@pzuraq)

Committers: 1

v5.1.0 (2021-03-23)

🚀 Enhancement

  • #360 Add ability to parse scope function (allow strict mode templates to be more resilient to module cycles). (@pzuraq)

🐛 Bug Fix

  • #359 Ensure locals are used instead of scope everywhere (@pzuraq)

Committers: 1

v5.0.0 (2021-03-17)

💥 Breaking Change

  • #358 Rename scope to locals for strict mode transpilation (@pzuraq)

🚀 Enhancement

Committers: 1

v4.4.6 (2021-03-17)

🐛 Bug Fix

  • #357 [BUGFIX] Use a unique identifier for each reference (@pzuraq)

Committers: 1

v4.4.5 (2021-03-12)

🐛 Bug Fix

  • #355 Avoid sharing list of previously added imports. (@rwjblue)

Committers: 1

v4.4.4 (2021-02-25)

🐛 Bug Fix

Committers: 1

v4.4.3 (2021-02-24)

🐛 Bug Fix

Committers: 1

v4.4.2 (2021-02-24)

🐛 Bug Fix

  • #347 Default ensureModuleApiPolyfill to true (@pzuraq)

Committers: 1

v4.4.1 (2021-02-24)

🐛 Bug Fix

  • #346 Ensure proposal syntaxes work with Ember module API polyfill (@pzuraq)

Committers: 1

v4.4.0 (2021-02-23)

🚀 Enhancement

  • #339 Add moduleOverrides options (@pzuraq)
  • #338 Refactor to use createTemplateFactory (@pzuraq)
  • #336 Implements an option to support the template tag imports proposal (@pzuraq)

Committers: 1

v4.3.0 (2021-02-22)

🚀 Enhancement

  • #335 Implements an option to support the template literal imports proposal (@pzuraq)
  • #334 Add support for multiple imports (@pzuraq)
  • #333 [FEAT] Add shouldParseScope, disableTemplateTag, disableFunctionCall options (@pzuraq)
  • #332 Adds useEmberModule option (@pzuraq)

Committers: 1

v4.2.1 (2020-11-09)

🐛 Bug Fix

  • #297 Fix issues when using emoji in templates while transpiling for IE11 (@rwjblue)

Committers: 1

v4.2.0 (2020-08-10)

🚀 Enhancement

Committers: 2

v4.1.0 (2020-05-07)

🚀 Enhancement / 🐛 Fix

  • #216 Avoid assuming ember-template-compiler result is JSON (@rwjblue)

Committers: 1

v4.0.1 (2020-05-06)

🐛 Bug Fix

Committers: 1

v4.0.0 (2020-05-06)

💥 Breaking Change

🏠 Internal

  • #211 Update release automation dependencies and settings. (@rwjblue)

Committers: 2

v3.1.0 (2020-05-06)

🚀 Enhancement

  • #208 Add ability to transfer compilation errors into runtime. (@rwjblue)

🏠 Internal

Committers: 2

v3.0.1 (2019-12-11)

🐛 Bug Fix

  • #134 Ensure */ included in a template does break surrounding JS. (@rwjblue)

Committers: 1

v3.0.0 (2019-10-01)

  • Released in order to avoid incompatibilities between ember-cli-htmlbars and ember-cli-htmlbars-inline-precompile. Contains no changes from prior version.

v2.1.1 (2019-09-29)

🐛 Bug Fix

  • #104 Ensure JSON.stringify'ed value is valid for hbs() options. (@rwjblue)

Committers: 1

v2.1.0 (2019-09-09)

🚀 Enhancement

Committers: 2

v2.0.0 (2019-08-30)

💥 Breaking Change

🚀 Enhancement

  • #89 Add an inline comment with the original template. (@rwjblue)
  • #75 Add ability to pass static options to transpilation. (@rwjblue)
  • #42 Test templates from MU co-located tests (@NullVoxPopuli)

📝 Documentation

🏠 Internal

Committers: 5

v0.2.5 (2018-06-02)

Full Changelog

Implemented enhancements:

  • Pass through content to precompile. #37 (rwjblue)

Merged pull requests:

v0.2.4 (2018-03-22)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.1.1 (2017-07-21)

Full Changelog

Implemented enhancements:

  • CI: Use "auto-dist-tag" for deployment #24 (Turbo87)

Merged pull requests:

v0.2.3 (2017-03-13)

Full Changelog

Merged pull requests:

  • Avoid error when processing expressions before import has ocurred. #23 (rwjblue)

v0.2.2 (2017-03-13)

Full Changelog

Merged pull requests:

  • Add failing test for usage after modules transform. #22 (rwjblue)

v0.2.1 (2017-03-11)

Full Changelog

Merged pull requests:

  • Refactor to work when before babel-plugin-transform-es2015-template-literals. #21 (rwjblue)

v0.2.0 (2017-03-11)

Full Changelog

Closed issues:

  • An in-range update of babel-core is breaking the build 🚨 #18
  • needs to support caching #17

Merged pull requests:

  • Add basic caching for babel@6 usage. #20 (rwjblue)
  • CI: Enable automatic NPM deployment for tags #19 (Turbo87)

v0.1.0 (2016-08-10)

Full Changelog

Implemented enhancements:

  • will be improved by #3
  • Cleanup & referencesImport() #13 (Turbo87)

Closed issues:

  • Migrate to ember-cli org? #14
  • placeholders inside a tagged template string are not supported #9

Merged pull requests:

0.0.5 (2015-07-10)

Full Changelog

Merged pull requests:

  • Allow single string as argument for hbs #7 (pangratz)

0.0.4 (2015-06-30)

Full Changelog

v0.0.3 (2015-06-26)

Full Changelog

Closed issues:

  • Babel deprecation with 5.6.14 - Use path.replaceWithSourceString. #5

Merged pull requests:

  • Use path.replaceWithSourceString to avoid deprecation. #6 (rwjblue)

v0.0.2 (2015-06-13)

Full Changelog

Merged pull requests:

  • Replace remove() with dangerouslyRemove() #4 (alisdair)

v0.0.1 (2015-05-06)

* This Change Log was automatically generated by github_changelog_generator