Skip to content

Releases: ChristianMurphy/postcss-combine-duplicated-selectors

Selector Parser v5

Handle Selector groups

16 Oct 21:29
Compare
Choose a tag to compare

Groups of css selectors that are logically the same will now be combined (#247 thanks @r-wettstaedt!)

.one .two, .one .three {} .one .three, .one .two {}
/* becomes */
.one .two, .one .three {}

Postcss 7

16 Jul 21:10
Compare
Choose a tag to compare

Remove Node.js 9 and Node.js 4 support
Remove IE and “dead” browsers support

https://github.com/postcss/postcss/blob/master/CHANGELOG.md#70-president-amy

Postcss Selector Parser 4

24 Apr 14:05
Compare
Choose a tag to compare

Update CLI usage documentation

03 Feb 22:46
Compare
Choose a tag to compare

Documentation has been updated to reflect new PostCSS command line usage. (#148 thanks to @ItsEddie)

nested @font-face changes

08 Jan 02:11
Compare
Choose a tag to compare

When using postcss-combine-duplicated-selectors with postcss-nested selectors, @font-face now bubbles to the top level, changing how selectors will be combined.
See: https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.md#30

Upgrade commit message checker

19 Nov 18:38
Compare
Choose a tag to compare

Upgrade testing libraries

11 Nov 02:49
Compare
Choose a tag to compare

Upgrade postcss selector parser

25 Oct 01:14
Compare
Choose a tag to compare

No new features in postcss-combine-duplicated-selectors, just improvements in the underlying technology.

Re-add Node 6 Support

03 Oct 04:29
Compare
Choose a tag to compare

Explicit Node.js version 6 support has been re-added to package.json engines