Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 426 Bytes

CHANGELOG.md

File metadata and controls

25 lines (22 loc) · 426 Bytes

Changelog

2.0.0 (April 7, 2021)

  • Redesigned architecture
  • Optimized size

1.1.0 (April 6, 2021)

  • Functions added
    • isHexString()
    • hexStringToRgbString()
    • hexStringToRgb()
    • hexStringToRgbaString()
    • isRgbString()
    • hexStringToRgba()
    • isRgbaString()
  • Some docs
  • Tests
  • Fix

1.0.0 (November 8, 2020)

  • Project start
  • Functions added
    • camelCaseToKebabCase()
    • rgbToRgba()
    • rgbaToRgb()