Skip to content

Releases: dominicegginton/hex-color-opacity

v0.4.2

17 Jul 19:16
v0.4.2
8e0e8b9
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Jul 19:08
v0.4.1
0eaf8f2
Compare
Choose a tag to compare

Fixes

v0.4.0

17 Jul 18:21
v0.4.0
a9759d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

25 Jun 11:38
126e5a6
Compare
Choose a tag to compare

Maintainance

  • require node version 12 or later (3624000)
  • Bump jest from 26.6.3 to 27.0.4 (#9)
  • update ci tests on current (v16) and LTS (v12 & v13) builds of node (80a44da)
  • run ci workflow on push and pr from main branch (dd1f49e)

v0.3.1

15 Apr 08:38
25e7fa8
Compare
Choose a tag to compare

Fixes

  • reject invalid 5 value hex colors (7f515ef)
  • add missing cover for readme (0b33fe6)

v0.3.0

12 Apr 21:40
ad7b0a8
Compare
Choose a tag to compare

Features

  • added ability to update hex colors with opacity already supplied (beaa1b2)

Documentation

  • new cover banner and logo (c68fc41)

v0.2.0

09 Mar 12:28
71b77c4
Compare
Choose a tag to compare

Fixes

  • Always apply opacity values (#6)

Features

  • Convert hex color values to upper case (#5)

v0.1.2

09 Mar 11:47
c312eb6
Compare
Choose a tag to compare

Fixes

  • fix opacity calculation for values < 0.1 (#4)

v0.1.1

17 Nov 22:41
b0a1e17
Compare
Choose a tag to compare

Maintenance

  • Remove unnesserasy workflow files from being bundled and realsed to npm, hex-color-opacity is now even more lightweight (18baf95)

v0.1.0

17 Nov 22:39
304f6d8
Compare
Choose a tag to compare

Features

  • Apply opacity to hexedecimal color values using the opacity fucntion (01ad99e)