Skip to content

New Major Release Version 2.0.0

Compare
Choose a tag to compare
@JellyBellyDev JellyBellyDev released this 29 Jul 10:43
· 85 commits to master since this release
72bcde7

Added

  • add CircleCI for build and tests
  • add changelog
  • configure and run php-cs-fixer with new code style roles
  • add setting custom badge style from query string
  • add psalm
  • added all the colors from the shields.io site

Changed

  • upgrade docker-compose for dev environment with php7.4
  • refactoring of code to work on php7.4 and drop unsupported deps
  • refactoring library to full typed
  • upgrade readme
  • use class notation in tests
  • badge style separated from file format

Deprecated

  • this version works only with php version >= 7.4
  • rename SvgRender class to SvgPlasticRender to match the same naming pattern with other render classes

Removed

  • travis configuration for the CI

Fixed

  • fixup phpspec data provider
  • fix dev autoloader
  • remove var_dump from tests