Skip to content

Releases: Fooidge/PleaseJS

Blue Steel

10 Nov 20:53
Compare
Choose a tag to compare

Bug fix for HSV_to_RGB

Blue Steel

24 Oct 23:30
Compare
Choose a tag to compare
//New Feature!
Please.make_color({
    seed: 'Fooidge'
});

Thanks to MaciekBaron

//Now works as expected
Please.make_color({
    base_color: 'black'
});

Thanks to Donnieberg

Gray Aluminium

16 Sep 21:43
Compare
Choose a tag to compare

PleaseJS 0.3.0 - Gray Aluminium

You now have the ability to pass a hex string into base_color.

//still works
Please.make_color({
    base_color: 'skyblue';
});

//works now!
Please.make_color({
    base_color: '#0fbabc';
});

//also works
Please.make_color({
    base_color: '0fbabc';
});

//even this works
Please.make_color({
    base_color: 'abc';
});

As always, have fun!

Another bug squished

16 Sep 20:30
Compare
Choose a tag to compare

Tested poorly. Bug fixed caused a regression. Remind me to Jasmine this thing.

Fixed. Tested this time.

Fixed: base_color NaN bug.

16 Sep 16:36
Compare
Choose a tag to compare

When using Please.make_color({base_color: "SOME_COLOR"}) there was a rare bug that could occur which returned a NaN. It has been squashed.

Minor Fixes + Cleanup

15 Sep 21:02
Compare
Choose a tag to compare
Merge pull request #32 from Lauricio/master

TY

Initial

30 Aug 02:50
Compare
Choose a tag to compare
Merge pull request #36 from RallySoftware/master

=)