项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

CHANGELOG.md 943 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # 2.4.0
  2. * Adds support for reducing `grid` identifiers
  3. (thanks to @sylvainpolletvillard).
  4. # 2.3.1
  5. * Performance tweaks: now performs one AST pass instead of three.
  6. # 2.3.0
  7. * Adds support for a custom encoder function (thanks to @rauchg).
  8. # 2.2.2
  9. * Now compiled with babel 6.
  10. # 2.2.1
  11. * Updates postcss-value-parser to version 3 (thanks to @TrySound).
  12. # 2.2.0
  13. * Added options for customising what the module reduces (thanks to @TrySound).
  14. * Replaced regex number test with postcss-value-parser unit method.
  15. # 2.1.0
  16. * Replaced reduce-function-call with postcss-value-parser (thanks to @TrySound).
  17. # 2.0.0
  18. * Upgraded to PostCSS 5.
  19. # 1.0.3
  20. * Improved performance by iterating the AST less times.
  21. # 1.0.2
  22. * Fixes an issue where multiple, comma separated animations with insufficient
  23. whitespace were not being renamed.
  24. # 1.0.1
  25. * Documentation/metadata tweaks for plugin guidelines compatibility.
  26. # 1.0.0
  27. * Initial release.