Skip to content

Releases: AUAUST/lib-js-jaune

v0.0.5

30 Dec 01:52
c3faa1a

Choose a tag to compare

Patch Changes

  • 2d96017: Add Color.toInvert() and invert() util

v0.0.4

11 Mar 19:52
7197421

Choose a tag to compare

Patch Changes

  • 87827d1: Switch from this to Color in static method to avoid problems with bound function calls.

v0.0.3

11 Mar 19:48
86c7d86

Choose a tag to compare

Patch Changes

  • 725a141: Fixed a bug in brightness() which caused colors close to black to have a brightness value 100x too large.

v0.0.2

09 Mar 22:58
2811595

Choose a tag to compare

Patch Changes

  • 955d4e5: Add random color generation support, with preset values or ranges

v0.0.1

09 Mar 18:36
be75368

Choose a tag to compare

Patch Changes

  • 43b7db0: Hello World! All the basics to work with colors in JavaScript, with a featureset focused on UI/CSS usage.