Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ozdemirburak/iris

Tags

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from jaulz/patch-2

fix: use float instead of int to avoid warnings #2

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from jaulz/patch-1

fix: use float instead of int to avoid warnings

2.5.0

Toggle 2.5.0's commit message
added PHP 7.3, 7.4 tests back to workflow

3.0.0

Toggle 3.0.0's commit message
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

Toggle 2.4.0's commit message
added new Hexa class, v2.4.0

2.3.1

Toggle 2.3.1's commit message
changed HSL to HSV conversion method, fixes issue #27

2.3.0

Toggle 2.3.0's commit message
added PHP 8.0 to supported versions

2.2.0

Toggle 2.2.0's commit message
Added documentation for fadeIn and fadeOut

2.1.0

Toggle 2.1.0's commit message
Remove PHP 7.1 support, allow more than two precision for alpha

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from amnuts/full-css-color-names

Added full list of css colours.