57523b74fa9c469be36dfbe2101e81ac397cf2ce8e8528bd6fe3350a2063d2da4f685e8330f3573ab29b9a6cd071fe89fd480c1cb9289042960c3d52801a4c 599 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # 1.1.2
  2. * Improved performance of `isKeyword` (thanks to @maxnordlund & @ljharb).
  3. # 1.1.1
  4. * Bump css-color-names to 0.0.4.
  5. # 1.1.0
  6. * Add a legacy option for old Internet Explorer versions.
  7. # 1.0.7
  8. * Update color to 0.11.0.
  9. # 1.0.6
  10. * Now passes through invalid colour functions.
  11. # 1.0.5
  12. * Performance tweaks.
  13. * Update css-color-names to 0.0.3.
  14. # 1.0.4
  15. * Fixes an issue with the last patch - module was not working correctly on
  16. Node 0.10.
  17. # 1.0.3
  18. * Updated to ES6.
  19. # 1.0.2
  20. * Improved regex for finding leading zeroes.
  21. # 1.0.1
  22. * Update color to 0.8.0.
  23. # 1.0.0
  24. * Initial release.