Skip to content

Releases: rpearce/hex

v2.0.0

10 Aug 23:58
3ab86c8
Compare
Choose a tag to compare

[2.0.0] - 2022-08-10

Changed

  • LICENSE is now Unlicense (public domain)
  • ESModule-only project and build now

Removed

  • Removed CJS & UMD support
  • Removed dependency on tslib

v1.0.3

10 Aug 11:50
aec8aca
Compare
Choose a tag to compare

[1.0.3] - 2022-08-10

Fixed

  • Investigate rgbaToHex function might be a little bit off in some cases (#23)

v1.0.2

23 May 20:08
6c42361
Compare
Choose a tag to compare

[1.0.2] - 2022-05-23

Fixed

  • fixes bug with hexToRgbaCss when passed an alpha of 0 (#27)

v1.0.0

15 Mar 15:59
62bd273
Compare
Choose a tag to compare

[1.0.0] - 2020-03-15

Added

  • typescript support
  • other bundles (minified CJS, minified UMD)

Changed

  • license from ISC to BSD-3

Fixed

  • security vulnerabilities from dependencies

Removed

  • browser entry point

v0.3.1

29 Dec 13:36
e40c553
Compare
Choose a tag to compare

[0.3.1] - 2019-12-29

Changed

  • upgrade yarn.lock for security issues

v0.3.0

29 Dec 13:31
318ac84
Compare
Choose a tag to compare

[0.3.0] - 2019-12-29

Changed

  • different main and module build outputs
  • now including umd build
  • now exposing all modules in output for individual importing
  • security fixes
  • better README docs

v0.2.4

11 Sep 03:26
807dc83
Compare
Choose a tag to compare

[0.2.4] - 2019-09-10

Changed

  • security fixes for mixin-deep and lodash.merge

v0.2.3

09 Sep 13:15
3f75f94
Compare
Choose a tag to compare

[0.2.3] - 2019-09-09

Changed

  • bumped devDependencies & better dev tooling
  • using dist/ instead of src/ now for build output
  • now building with rollup
  • now building commonjs & ESM files in dist/ folder

v0.2.2

04 Mar 00:03
Compare
Choose a tag to compare

[0.2.2] - 2019-03-04

Fixed

  • bumped devDependencies
  • moved @babel-polyfill to devDependencies
  • set "sideEffects": false in package.json

v0.2.1

21 Jan 03:21
Compare
Choose a tag to compare

[0.2.1] - 2019-01-21

Fixed

Updated package.json package info. Nothing to see here...

[0.2.0] - 2019-01-21

Added

Added the following functions:

  • blend
  • blendAlpha
  • hexBlend
  • parseRgba
  • rgbaCssBlend
  • rgbaCssToHex
  • rgbaToHex
  • rgbaToRgbaCss

[0.1.0] - 2019-01-11

Added

  • Added all the things