Skip to content

Releases: davidmerfield/randomColor

NPM

06 Aug 23:44

Choose a tag to compare

NPM
added URL

Re: issue #41

Added URL to build

20 Jul 23:01

Choose a tag to compare

As per #41, randomColor's source includes license info and a URL to this repo

Fixed undefined bug when called with no parameters

07 Jul 17:47

Choose a tag to compare

Added seeding

28 Jun 19:12

Choose a tag to compare

randomColor({seed: 120}) will now return the same color each time! Thanks to @koide for this feature.

Moved from HSV to HSL

27 Jan 19:50

Choose a tag to compare

As per #27 randomColor now returns HSL colors instead of HSV colors since CSS only supports HSL.

New distributions

02 Jun 04:07

Choose a tag to compare

Added component.json and package.json

Initial release

02 Jun 03:53

Choose a tag to compare

0.1.0

tidied up whitespace