This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Releases: google/dart-scissors
Releases · google/dart-scissors
sCiSSors v0.6.7
sCiSSors v0.6.6
Features
- scissors-sassc runner now supports Bazel.io workers (combo of
--persistent_worker
flag,@@args_file
argument and proto-based standard input / output communication protocol with Bazel).
sCiSSors v0.6.5
Bugfixes
- Made image inlining more robust (#53).
- Fix sass aggregate transformer (skip non-scss files)
Features
- New dart image inliner transformer + CLI
sCiSSors v0.6.4
Bugfixes
- Fix skipping of image inlining for unaffected files (see issue #53)
sCiSSors v0.6.3+1
Switched some defaults around: pruneCss = false, imageInlining = inlineInlinedImages
sCiSSors v0.6.3
Bugfixes
- Fixed bidirectionalization of
@media
rules. - Fixed race condition + some embarrassing typos in Sass settings
(caused some includes to not be resolved) - Merged SassC & ImageInlining transformers to avoid some errors
"Both {SassC on ..., ImageInlining on ...} emitted the same file." - Switched hidden onlyCompileOutOfDateSass option's default to false (caused
pub to hang when used in combination with some other transformers)
Features
- Removed experimental
scissors/src/checker/transformer
, which feature was
integrated to the Dart Linter package from version 0.1.19.
sCiSSors v0.6.2
Features
- Added experimental
scissors/src/checker/transformer
that detects unawaited futures.
These extra static checks are slow, but prevent accidental fire-and-forget of
futures within async method bodies.
sCiSSors v0.6.1+1
Strong-mode fixes
sCiSSors v0.6.1
Bugfixes
- Fixed Bidi Css which had been wrongly simplified (issue #43)
sCiSSors v0.6.0
Bugfixes
- Switched from a code_transformers dependency to a transformer_test dev dependency (issue #35)