| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-22 | 2.6 kB | |
| v7.1.0 source code.tar.gz | 2026-06-22 | 1.9 MB | |
| v7.1.0 source code.zip | 2026-06-22 | 2.9 MB | |
| Totals: 3 Items | 4.8 MB | 0 | |
CHANGELOG
- #21068 [FEATURE] Build in the
{{on}}modifier as a keyword in strict-mode templates per RFC# 997. - #21299 [FEATURE] Build in the
{{fn}}helper as a keyword in strict-mode templates per RFC [#998]. - #21230 / #21343 [FEATURE] Add a built-in
(element)/{{element}}helper for dynamic tag names in strict-mode templates per RFC [#389]. - #21334 [FEATURE] Build in the
{{hash}}helper as a keyword in strict-mode templates per RFC# 999. - #21336 [FEATURE] Build in the
{{array}}helper as a keyword in strict-mode templates per RFC#1000. - #21337 [FEATURE] Build in
{{and}},{{or}},{{not}}helpers as keywords in strict-mode templates per RFC [#562]. - #21339 [FEATURE] Build in
{{eq}}and{{neq}}helpers as keywords in strict-mode templates per RFC [#560]. - #21342 [FEATURE] Build in the
{{lt}},{{lte}},{{gt}},{{gte}}helpers as keywords in strict-mode templates per RFC# 561. - #21373 [BUGFIX] Fix newly added keywords polluting the JS namespace
- #21232 [INTERNAL] Clean up scope bag, wire format, and debug render tree
- #21350 [INTERNAL] Remove barrel file imports from internal code for better tree-shaking
- #21402 [INTERNAL] Do not use any caches on release and lock publishing of
ember-sourcetonpmto require approval from select persons. - #21379 [CLEANUP] Remove old Component Lookup
- #21468 [DOC] Update API docs to use template tag where appropriate