Skip to content

Releases: ozdemirburak/iris

3.1.1

22 Feb 23:16
909650a
Compare
Choose a tag to compare
  • Using float instead of int to avoid warnings @jaulz

3.1.0

08 Feb 20:06
314ff1b
Compare
Choose a tag to compare
  • Use float instead of int to avoid warnings @jaulz
  • Fixes for issues #39

2.5.0

13 Feb 20:56
Compare
Choose a tag to compare
  • Made BaseColor::back() and BaseColor::getColorModelName() public, added mixInHsv() @rv1971
  • Use non-locale aware output for the alpha value @Jako
  • Updated .gitignore, and some code refactoring @kudashevs

3.0.0

08 Feb 17:17
Compare
Choose a tag to compare
  • Remove PHP 7 support, will only support PHP 8
  • Added type hinting and return type declarations
  • Made BaseColor::back() and BaseColor::getColorModelName() public @rv1971
  • Use non-locale aware output for the alpha value @Jako
  • Updated .gitignore, and some code refactoring @kudashevs

2.4.0

05 Oct 15:15
Compare
Choose a tag to compare

Added new Hexa class, fixes issue #28, thanks to @amnuts.

2.3.1

30 Jan 23:14
Compare
Choose a tag to compare

Changed HSL to HSV conversion method, fixes issue #27.

2.3.0

06 Dec 16:27
Compare
Choose a tag to compare
  • Support PHP 8.0, fixes issue #26.

2.2.0

11 Oct 12:41
Compare
Choose a tag to compare

2.1.0

14 Apr 19:07
Compare
Choose a tag to compare
  • Remove PHP 7.1 support
  • Allow more than two precision for alpha @dtSniper

2.0.1

19 Oct 20:24
7847566
Compare
Choose a tag to compare
  • Added full list of CSS colours, thanks to @amnuts.