Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 876 Bytes

Change Log

This project adheres to Semantic Versioning.

1.0.0 (May 29, 2022)

  • BREAKING: Add shuffle argument to numberToColor()
  • BREAKING: Replacement of hexMap() with rgbToHex()
  • BREAKING: Named exports
  • Argument name updates
  • Docs updates
  • Demo updates

0.5.0 (February 18, 2021)

  • JSDoc updates
  • Docs improvements
  • Dependency updates

0.4.1 (December 31, 2019)

  • Docs improvements
  • Dependency updates
  • Small fixes

0.4.0 (April 28, 2019)

  • Optimize getColor(), add benchmarks
  • Install size-limit
  • Refactor code refactored
  • Update documentation, improve the demo

0.3.0 (January 1, 2019)

  • Optimize calculations
  • Add both edges of a range to the demo
  • Clarify docs
  • Add JSDocs
  • Small improvements

0.2.0 (December 25, 2018)

  • Update documentation
  • Add demo

0.1.0 (December 23, 2018)

  • Initial version