ember-unused-components
Advanced tools
Changelog
1.2.0 (January 28, 2020)
FEATURES:
REFACTOR:
Special thanks to @jkeen for his huge work on the refactor and the experimental feature!
MAINTENANCE:
2.3.0
to 2.4.0
1.3.3
to 1.4.0
3.1.0
to 3.1.2
14.0.0
to 15.1.0
6.3.0
to 6.8.0
6.2.0
to 6.9.0
10.0.0
to 11.0.0
Changelog
1.1.0 (September 10, 2019)
Although, there are no breaking changes this version is released as a new minor version (not a patch version). It introduces a new option (failOnUnused
) which is switched off by default but in general can be dangerous for some projects. The package files were reduced so it also introduces some danger here.
FEATURES:
failOnUnused
which throws and error when unused components were found (useful for CI)MAINTENANCE:
6.2.2
to 6.3.0
9.1.0
to 10.0.0
6.1.0
to 6.2.0
Changelog
1.0.4 (August 27, 2019)
MAINTENANCE:
4.3.0
to 6.1.0
4.6.1
to 4.6.2
5.16.0
to 6.2.2
4.17.11
to 4.17.15
2.1.0
to 2.3.0
8.0.1
to 8.1.0
13.2.4
to 14.0.0
1.17.1
to 1.18.2
1.3.1
to 1.4.2
Changelog
1.0.3 (June 26, 2019)
FIX:
podModulePrefix
is emptyChangelog
1.0.2 (June 5, 2019)
FIX:
MAINTENANCE:
colors@1.3.3
, fs-extra@8.0.1
, ava@2.0.0
, eslint-config-prettier@4.3.0
, eslint-plugin-node@9.1.0
Changelog
1.0.1 (May 24, 2019)
FIX:
ember-addon
removed from keywords
in package.json
to prevent ember from running index.js
on startupChangelog
1.0.0 (May 24, 2019)
COMPLETE REWRITE:
This is no longer an Ember addon but a NodeJS command-line script. The reasons for changing the approach were:
ember-cli
interface.FEATURES:
<AngleBrackets>
components (also nested ones, e.g. <User::UserCard/>
)ember-light-table
's way of defining cellComponent: 'component-name'
and component: 'component-name'
(component "component-name")
helper used in templates{{curly-braces}}
vs <AngleBrackets>
syntaximport
or ELT)--occurrences
or --o
argument). Example:user/user-card:
> ./app/templates/application.hbs
- {{user/user-card}}
MAINTENANCE: