Config search & linting
v0.4.0
Highlights
Config search
By enabling this feature you can drop .buildozerrc
configurations in sub folders within your project which will be detected by Buildozer.
Linting
As soon as Buildozer detects a linting configuration file, linting will be enabled. Buildozer takes a pretty aggressive approach when the linting rules are not followed: if the linting fails, no CSS or JS will be build.
Features
- Switch to Dart Sass which supports (See https://css-tricks.com/introducing-sass-modules/)
- User will get a notification if Buildozer is outdated. (See #118)
- Use
cosmiconfig
to detect buildozer configurations (See #103) - Switch environment with env parameter (#120)
- Support for
.css
and.sass
extensions (#121)
Dependency updates
- Fix outdated
caniuse-lite
(minor vulnerabilities which didn't influence Buildozer) and update all other dependencies to its latest version (v0.3.1...v0.4.0)