babel-plugin-ember-template-compilation 2.3.0 (minor)
babel-plugin-ember-template-compilation
- #59 update dependencies (@patricklx)
- Edward Faulkner (@ef4)
- Patrick Pircher (@patricklx)
babel-plugin-ember-template-compilation 2.2.5 (patch)
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)
babel-plugin-ember-template-compilation
- #55 replace babel.parse with babel.template.expression.ast (@patricklx)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
babel-plugin-ember-template-compilation 2.2.4 (patch)
babel-plugin-ember-template-compilation
- #51 Remove extraneous import from
@ember/template-compiler
(@NullVoxPopuli)
- #51 Remove extraneous import from
babel-plugin-ember-template-compilation 2.2.3 (patch)
babel-plugin-ember-template-compilation
- #40
this
should not be added to the scope bag (@NullVoxPopuli)
- #40
babel-plugin-ember-template-compilation
- #47 Remove withVersion for ci's pnpm version in the release plan workflows (@NullVoxPopuli)
- #44 setup release-plan (@NullVoxPopuli)
- #45 Switch to pnpm (@NullVoxPopuli)
- #46 Fix
tsc
error on the floating deps test (@NullVoxPopuli) - #43 upgrade babel-import-util to 3.0 (@ef4)
- #42 Update babel-import-util and use it to manage babel bindings more precisely (@ef4)
- Edward Faulkner (@ef4)
- @NullVoxPopuli
- #33 pass correct scope to glimmer (@patricklx)
- #34 fix gts ts imports issue (@patricklx)
- Patrick Pircher (@patricklx)
- #32 Preserve used imports when interoperating with transform-typescript (@patricklx, @ef4)
- Edward Faulkner (@ef4)
- Patrick Pircher (@patricklx)
- Edward Faulkner (@ef4)
- Edward Faulkner (@ef4)
- #25 Don't bring a separate @babel/traverse (@ef4)
- #24 fix: @babel/traverse is a dependency not a dev-dependency (@runspired)
- Aaron Chambers (@achambers)
- Chris Thoburn (@runspired)
- Edward Faulkner (@ef4)
- Edward Faulkner (@ef4)
- Stanislav Dunajcan (Stan) (@candunaj)
- #17 PrecompileTemplate with scope that has properties with different key and value (@candunaj)
- #12 Handle coverage annotation in scope function (@wagenet)
- #15 Set volta config (@NullVoxPopuli)
- #11 Update tests to use code-equality-assertions (@ef4)
- Edward Faulkner (@ef4)
- Peter Wagenet (@wagenet)
- Stanislav Dunajcan (Stan) (@candunaj)
- @NullVoxPopuli
- #5 Allow AST plugins to manipulate Javascript scope (@ef4 and (@dfreeman))
- #9 Source to Source mode (@ef4)
- #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.
- Edward Faulkner (@ef4)
- Robert Jackson (@rwjblue)
- #370 Allow passing getTemplateLocals function directly as an option (@NullVoxPopuli)
- Robert Jackson (@rwjblue)
- @NullVoxPopuli
- #377 Ensure preexisting imports work correctly (@chadhietala)
- Chad Hietala (@chadhietala)
- Chris Garrett (@pzuraq)
- #361 Add
preprocessEmbeddedTemplates
function (@pzuraq) - #362 Allow usage of proposals to be used in arbitrary expression positions (@pzuraq)
- Chris Garrett (@pzuraq)
- #360 Add ability to parse scope function (allow strict mode templates to be more resilient to module cycles). (@pzuraq)
- Chris Garrett (@pzuraq)
- Chris Garrett (@pzuraq)
- Chris Garrett (@pzuraq)
- Robert Jackson (@rwjblue)
- #349 Fix defaulting of
ensureModuleApiPolyfill
to true (@jamescdavis)
- James C. Davis (@jamescdavis)
- Chris Garrett (@pzuraq)
- Chris Garrett (@pzuraq)
- Chris Garrett (@pzuraq)
- #339 Add
moduleOverrides
options (@pzuraq) - #338 Refactor to use
createTemplateFactory
(@pzuraq) - #336 Implements an option to support the template tag imports proposal (@pzuraq)
- Chris Garrett (@pzuraq)
- #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)
- Chris Garrett (@pzuraq)
- Robert Jackson (@rwjblue)
- Robert Jackson (@rwjblue)
- #215 Add support for hbs(
...
) (@chancancode)
- Godfrey Chan (@chancancode)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
- Robert Jackson (@rwjblue)
- Released in order to avoid incompatibilities between ember-cli-htmlbars and ember-cli-htmlbars-inline-precompile. Contains no changes from prior version.
- Robert Jackson (@rwjblue)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
- #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)
- #87 Update the test harness to use Babel 7. (@rwjblue)
- #85 Migrate to building AST nodes instead of replacing with source. (@rwjblue)
- #84 Add release-it setup. (@rwjblue)
- #79 Remove unused code for support MU. (@rwjblue)
- #76 Migrate to GH Actions. (@rwjblue)
- #57 TravisCI: Remove deprecated
sudo: false
option (@Turbo87) - #40 nit: ensure concise functions are used consistently (@stefanpenner)
- L. Preston Sego III (@NullVoxPopuli)
- Robert Jackson (@rwjblue)
- Stefan Penner (@stefanpenner)
- Tobias Bieniek (@Turbo87)
- @dependabot-preview[bot]
v0.2.5 (2018-06-02)
Implemented enhancements:
Merged pull requests:
- Update jest-runner-eslint to the latest version 🚀 #35 (greenkeeper[bot])
- Update jest-runner-eslint to the latest version 🚀 #34 (greenkeeper[bot])
- Use Jest to run ESLint checks #32 (Turbo87)
- Cleanup TravisCI config #31 (Turbo87)
v0.2.4 (2018-03-22)
Implemented enhancements:
Merged pull requests:
- Replace
mocha
withjest
#29 (Turbo87) - Update
yarn.lock
file #28 (Turbo87) - Update mocha to the latest version 🚀 #27 (greenkeeper[bot])
- Update mocha to the latest version 🚀 #26 (greenkeeper[bot])
v0.1.1 (2017-07-21)
Implemented enhancements:
Merged pull requests:
v0.2.3 (2017-03-13)
Merged pull requests:
v0.2.2 (2017-03-13)
Merged pull requests:
v0.2.1 (2017-03-11)
Merged pull requests:
v0.2.0 (2017-03-11)
Closed issues:
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)
Implemented enhancements:
Closed issues:
Merged pull requests:
- Update all dependencies 🌴 #16 (greenkeeperio-bot)
- Incorporate cache keys. #15 (rwjblue)
- Adjust Babel 6 options usage #12 (Turbo87)
- Port plugin to Babel 6 #8 (topaxi)
0.0.5 (2015-07-10)
Merged pull requests:
0.0.4 (2015-06-30)
v0.0.3 (2015-06-26)
Closed issues:
- Babel deprecation with 5.6.14 - Use
path.replaceWithSourceString
. #5
Merged pull requests:
v0.0.2 (2015-06-13)
Merged pull requests:
v0.0.1 (2015-05-06)
* This Change Log was automatically generated by github_changelog_generator