PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,40 @@
# Changelog
## 1.x
1.0 Stable version with basic functionality.
1.1 Added factory service.
1.1.1 Changed chart loading via factory a bit (see class annotations).
1.1.2 Updated service class with Exception handling regarding missing / wrong class name.
1.1.3 The file with classes' constants is now loaded via Composer (thanks to ThaDafinser).
1.1.4 Fixed code-breaking typ (thanks to subtronic).
1.1.5 Added an option to hide the X axis or only it's values (thanks to julien-gm).
1.1.6 Added support for closures in formatting scale (thanks to funkjedi)
## 2.x
2.0 Updated all classes to PSR-2 standard, added typehinting where possible, updated
annotations in methods to be as accurate as possible. Added Behat testing and
restructed the namespaces into more sensible structure.
2.0.1 Documentation updates.
2.0.2 Changed license to GPL-3.0.
2.0.3 Bubble chart fix (thanks to rage28).
2.0.4 PHP 7.1 initial support, lowered minimal PHP version to 5.4.
2.0.5 CS fixes, removed old MIT license file.
2.0.6 A fix for PHP 7.1 (thanks to dehrk).
2.0.7 A fix for computing color alpha (thanks to dehrk).
2.0.8 Covered most basic functionality with tests, added a lot of documentation
and a PHP 7.1 fix. Deprecated the `\CpChart\Factory\Factory` class.