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.

44 lines
1.0 KiB

4 years ago
  1. ## 1.1.0 / 2017-06-03
  2. - Release v1.1.0
  3. - Add support for "alpha" channel in hex colors (merge [#11](https://github.com/regexhq/hex-color-regex/pull/11)):
  4. - `#RRGGBBAA`
  5. - `#RGBA`
  6. Reference
  7. - https://googlechrome.github.io/samples/css-alpha-channel/
  8. - https://www.chromestatus.com/feature/5685348285808640
  9. ## 1.0.3 / 2015-07-14
  10. - Release v1.0.3 / npm@v1.0.3
  11. - update stuff, add related libs, @tunnckoCore
  12. - merge pull request #8, @kevva
  13. - Null guard, @bevacqua
  14. ## 1.0.2 / 2015-06-01
  15. - Release v1.0.2 / npm@v1.0.2
  16. - david to watch for devDeps
  17. - matching groups, close #6
  18. - update readme example
  19. - add more tests
  20. - switch coveralls with codeclimate coverage
  21. - add and update tests
  22. - update, close #5
  23. - add strict mode, merge #4
  24. ## 1.0.1 / 2015-03-26
  25. - Release v1.0.1 / npm@v1.0.1
  26. - bump deps
  27. - add `bluebird` as devDep
  28. ## 1.0.0 / 2015-02-03
  29. - Release v1.0.0 / npm@v1.0.0
  30. - add keywords
  31. - add usage examples
  32. - update tests
  33. - remove `after_script` from travis
  34. - replace `mocha` with `mukla`
  35. - fix regex
  36. ## 0.0.0 - 2015-02-02
  37. - first commits