All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
selector-count
type toresult.messages
. Represents the total selectors extracted.- Updated
eslint
config. - Switched test runner from
ava
tojest
.
- Removed
fs
from devDepdencies, built in module. - Skip variables defined inside a mixin function.
- Skip variables defined in keyframes.
- Test allowed invalid CSS when handling multiple inputs.
output
andminify
options removed.
Added fs
to devDepdencies, required for tests.
result.json
renamed toresult.contents
, returns object instead of string.
- More corrent use of warning API.
- Tests tidied up.
- Linted.
output
andminify
options deprecated. Will be removed in 0.1.0.
- Use warning API for invalid properties.
- Optional
output
JSON.
- Ignore invalid properties.
- Fixed typo in
README
.
- Added option to minify JSON output.
- Avoid duplicating selectors when parsing multiple inputs.
- Fixed tests.
- Fixed
package.json
.
- Integration fixes.
- First release.