Skip to content

Releases: misund/hex-to-rgba

v2.0.1

15 Jul 12:41
d6da4da
Compare
Choose a tag to compare

This includes a security update in lodash.

Dependency updates

  • build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (#74) 9e95080
  • chore(package): update @babel deps to version 7.5.4 (#73) c58ffdc
  • chore(package): update @babel/preset-env to version 7.5.2 (#71) c26bd24
  • chore(package): update babel packages to version 7.5.0 (#70) 10bb4c6
  • chore(package): update eslint-config-airbnb to version 17.1.1 🚀 (#67) aaafb9a
  • chore(package): update eslint-plugin-jsx-a11y to version 6.2.3 (#69) c0e5600
  • chore(package): update eslint-plugin-react to version 7.14.2 (#65) 21548a2
  • chore(package): update eslint to version 6.0.1 🚀 (#64) d66a84a
  • chore(package): update eslint-plugin-import to version 2.18.0 🚀 (#63) 1319499
  • chore(package): update eslint-plugin-react to version 7.14.1 (#62) 32a5214
  • chore(package): update eslint to version 6.0.0 🚀 (#60) b0e35fd
  • chore(package): Update np from 5.0.2 to 5.0.3 🚀 (#59) e6569a8

v2.0.0...v2.0.1

v2.0.0

04 Jun 12:57
ab4da62
Compare
Choose a tag to compare

Breaking changes

  • BREAKING: Drop node version 6; add node version 12 (#57) dcb3b82
  • BREAKING: Drop node versions 5, 7, 9 (#43) 16297b4

☝️ This package may still work on the dropped node versions, but we are no longer running our tests on versions that have reached end of life. The currently supported node versions are 8, 10, 11 and 12.

Patches

  • build(package): fix all dev dependencies to a specific version (#58) b684364
  • build: add np for better release workflow (#56) 095588d
  • build: add source files to .npmignore (#55) bfa443a
  • build: move from npm to yarn (#40) b129db2
  • test(travis): support node 11 (#42) b3ebd7a

Dependency updates

  • chore(package): upgrade babel from 6.26.0 to 7.4.5 (#54) f3888d4
  • chore(package): update mocha from 5.0.4 to 6.1.4 (#53) 23f5a59
  • Update eslint-plugin-import from 2.17.2 to 2.17.3 🚀 (#52) ca91206
  • chore(package): Update eslint-plugin-react from 7.12.4 to 7.13.0 (#51) b2922df
  • chore(package): update eslint-plugin-import from 2.13.0 to 2.17.2 (#50) 8937b0b
  • chore(package): update eslint to version 5.16.0 (#48) 73cd5c4
  • chore(package): update eslint-plugin-react to version 7.12.4 (#45) 91cd1fe
  • chore(package): update eslint-plugin-react to version 7.12.2 (#39) afbe8c3
  • chore(package): update eslint-plugin-jsx-a11y to version 6.1.2 (#36) 8615d65

v1.0.2

20 Sep 09:20
v1.0.2
71b4fe9
Compare
Choose a tag to compare

Patches

  • fix: Fix TypeScript-declaration (props @manuth) (#31)
  • test: run eslint on test (#32)
  • style: lint with eslint-config-airbnb (#32)
  • docs: Move changelog to the GitHub releases page (#34)

DevDependency upgrades

  • chore(package): update eslint-plugin-jsx-a11y to version 6.1.1 (#28)
  • chore(package): update eslint-plugin-react to version 7.11.1 (#33)
  • chore(package): update eslint-config-airbnb to version 17.1.0 (#29)
  • chore(package): update eslint-plugin-import to version 2.13.0 (#25)

v1.0.1

17 Sep 14:50
Compare
Choose a tag to compare
  • Use charAt() instead of startsWith() for the sake of IE11 (props @eltonjuan)

v1.0.0

17 Sep 14:49
Compare
Choose a tag to compare
  • BREAKING CHANGE: Always return rgba(); even if the color is completely opaque
  • Support 4-digit hexes
  • Add typescript type declaration (props @gillchristian)

v0.2.0

17 Sep 14:48
Compare
Choose a tag to compare
  • Support 8-digit hexes

v0.1.0

17 Sep 14:48
Compare
Choose a tag to compare
  • Initial release
  • Support 6-digit hexes
  • Support 3-digit hexes