Skip to content

Releases: prdx23/acrylic

v0.3.1

03 Jun 08:48
Compare
Choose a tag to compare

Changelog:

  • bugfix: fixed default value of fuzzy in scheme() to 0

v0.3.0

16 Sep 20:45
Compare
Choose a tag to compare

Changelog:

  • rewrote the validation system to follow duck typing conventions
  • optimized the validation code to remove inefficient parts
  • added option to select colors by name, using any valid CSS3 color name
  • added more detailed tests for validation and conversion
  • changed conversion to lazily evaluate when needed
  • rewrote most of Color() class to reduce complexity
  • added tox with docker to automate tests across different python versions

v0.2.1

18 Jun 15:29
Compare
Choose a tag to compare
improved docstrings and readme documentation

v0.2

15 Jun 23:06
Compare
Choose a tag to compare
Initial release on PyPA