web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.1 KiB

  1. # Changes to PostCSS Pseudo Class Any Link
  2. ### 6.0.0 (September 17, 2018)
  3. - Updated: Support for PostCSS v7+
  4. - Updated: Support for Node v6+
  5. - Updated: PostCSS Selector Parser 5.0.0-rc.3 (major)
  6. ### 5.0.0 (May 7, 2018)
  7. - Updated: `postcss-selector-parser` to v4.0.0 (major)
  8. - Updated: `postcss` to v6.0.22 (patch)
  9. - Changed: Preserves `:any-link` by default
  10. ### 4.0.0 (May 10, 2017)
  11. - Added: Support for PostCSS v6
  12. - Added: Support for Node v4
  13. - Removed: `prefix` option, as that would be non-spec
  14. ### 3.0.1 (December 8, 2016)
  15. - Updated: Use destructing assignment on plugin options
  16. - Updated: Use template literals
  17. ### 3.0.0 (December 5, 2016)
  18. - Updated: boilerplate conventions (Node v6.9.1 LTS)
  19. ### 1.0.0 (September 1, 2015)
  20. - Updated: PostCSS 5
  21. - Updated: Develop dependencies
  22. - Updated: ESLint configuration
  23. ### 0.3.0 (June 16, 2015)
  24. - Added: Support for complex uses
  25. - Added: Code documentation
  26. - Changed: Coding conventions
  27. ### 0.2.1 (June 16, 2015)
  28. - Fixed: postcss-selector-parser is included as a dependency
  29. ### 0.2.0 (June 15, 2015)
  30. - Changed: use postcss-selector-parser
  31. ### 0.1.1 (June 14, 2015)
  32. Initial release