Releases: ivanblazevic/ngx-unused-css
Releases · ivanblazevic/ngx-unused-css
Fix readme
4.0.0-beta.2 Update package-lock.json
Fix readme
Upgrade jest (#61) * Upgrade jest * Update package.json
Prerelease v4
Breaking changes in version >= 4.0.0
- sass lib has been upgraded to latest version therefore custom importer configuration needs to be changed, refer to: https://sass-lang.com/documentation/js-api/interfaces/FileImporter
Features
Bugfix
Bugfix
Major fixes and lib upgrades
- Library is now able to detect unused attribute selector thnx to the new version of https://www.npmjs.com/package/purgecss
- Switched to jest testing framework, unit tests improvements
- Added init flag for initial setup and config creation
- Improved pipeline error handling by using exit(1) rather than throw error
- Cleanup:
- published only dist directory to the npm
- exclude dist from the source control, publish to npm from the github by tagging
- Added e2e tests
- Add eslint
- Refactor to use pure functions rather than classes
- Resolved (#20)
- Resolved (#6)
Breaking changes:
- having /deep/ selectors are not supported, consider remove them as they are anyways deprecated in the framework:
https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep
Use action workflow pipeline for builds
2.2.13 2.2.13
Improve reporting & fix path matching on windows
1.2.1 Improve reporting & fix path matching on windows
Configurable 'importer' and 'includePaths
1.2.0 Add new version