-
-
Notifications
You must be signed in to change notification settings - Fork 49
Releases: fb55/css-what
Releases * fb55/css-what
v8.0.0
BREADKING: css-what is now ESM-only #1736
Full Changelog: v7.0.0...v8.0.0
Assets 2
v7.0.0
Re-release of 6.2.0
Assets 2
v6.2.1
- fix: publish dist 2508b9f
Release 6.2.0 and 6.2.1 included breaking changes; 6.2.2 is a re-publish of 6.1.0
Assets 2
v6.2.0
What's Changed
- feat(parse): Support legacy pseudo-elements by @fb55 in #692
- fix: escape % in attribute value by @thecodrr in #1057
- docs: remove references to obsolete
optionsparameter by @chocolateboy in #1463
New Contributors
Full Changelog: v6.1.0...v7
Assets 2
v6.1.0
Assets 2
v6.0.1
- Fix parsing column combinators after tag names 503570e
Assets 2
v6.0.0
Breaking Changes
- Added ES6 module export (by @spocke, #680)
- CommonJS is still provided for earlier NodeJS versions, but this change might cause issues with your build system. If they aren't trivially resolved, please open an issue!
- Removed all options 5cad07b
- BREAKING: Added a new value for
ignoreCase:'quirks'should ignore the case only in quirks mode. - BREAKING: Tags and attributes aren't lowercased anymore
- BREAKING: Added a new value for
- Made selector types & actions enums 65121fe
- Set empty namespace to null in attributes de367ca
- Simplify stringify output 8a29466 b3e5e59
Features
- Support parsing column combinators 8030f67
Fixes
- Strip leading whitespace encapsulated in comments a812a1c
- This used to be a way to sneak in descendant operators in front of selectors.
Refactors
Other
New Contributors
Full Changelog: v5.1.0...v6.0.0
Assets 2
v5.1.0
Assets 2
v5.0.1
v5.0.0
New Features:
ignoreCaseon attributes now respects thesflag, as well as default values as per HTML spec (unless you are inxmlMode).- Infer ignoreCase as per HTML spec (#444 by @fb55) 0f4210c
- Allow space after attribute selector modifier (#393 by @Semigradsky) a334fa3
- Support
sidentifier in attribute selectors (#387 by @Semigradsky) 7a41152
- Ignore comments around selectors (#441 by @fb55) fc91ba1
Bug fixes:
- Incorrect handling elemental selector without a namespace (#394 by @Semigradsky) 3215f5a