選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # 4.0.0 - 2018-09-17
  2. - Added: compatibility with postcss v7.x
  3. - Added: compatibility with node v6.x
  4. # 3.0.1 - 2017-05-15
  5. - Fixed: incorrect export ([#69](https://github.com/postcss/postcss-selector-not/issues/8))
  6. # 3.0.0 - 2017-05-11
  7. - Added: compatibility with postcss v6.x
  8. # 2.0.0 - 2015-08-25
  9. - Removed: compatibility with postcss v4.x
  10. - Added: compatibility with postcss v5.x
  11. # 1.2.1 - 2015-06-16
  12. - Fixed: selector was updated as an array, which is wrong.
  13. # 1.2.0 - 2015-06-16
  14. - Fixed: spec has been previously misinterpreted and now transform correctly
  15. `:not()` level 4 to collapsed level 3
  16. ([#1](https://github.com/postcss/postcss-selector-not/issues/1))
  17. - Removed: `lineBreak` option (useless now)
  18. # 1.1.0 - 2015-06-13
  19. - Added: `lineBreak` option
  20. # 1.0.2 - 2015-06-13
  21. - Fixed: support of pseudo classes that use parenthesis
  22. # 1.0.1 - 2015-04-30
  23. - Fixed: the module now works in non babel environments
  24. # 1.0.0 - 2015-04-30
  25. ✨ First release