xref: /plugin/statdisplay/vendor/szymach/c-pchart/CHANGELOG.md (revision 03cdebb71906645bc452782ad23f052261c2cb18)
1# Changelog
2
3## 1.x
41.0 Stable version with basic functionality.
5
61.1 Added factory service.
7
81.1.1 Changed chart loading via factory a bit (see class annotations).
9
101.1.2 Updated service class with Exception handling regarding missing / wrong class name.
11
121.1.3 The file with classes' constants is now loaded via Composer (thanks to ThaDafinser).
13
141.1.4 Fixed code-breaking typ (thanks to subtronic).
15
161.1.5 Added an option to hide the X axis or only it's values (thanks to julien-gm).
17
181.1.6 Added support for closures in formatting scale (thanks to funkjedi)
19
20## 2.x
212.0 Updated all classes to PSR-2 standard, added typehinting where possible, updated
22    annotations in methods to be as accurate as possible. Added Behat testing and
23    restructed the namespaces into more sensible structure.
24
252.0.1 Documentation updates.
26
272.0.2 Changed license to GPL-3.0.
28
292.0.3 Bubble chart fix (thanks to rage28).
30
312.0.4 PHP 7.1 initial support, lowered minimal PHP version to 5.4.
32
332.0.5 CS fixes, removed old MIT license file.
34
352.0.6 A fix for PHP 7.1 (thanks to dehrk).
36
372.0.7 A fix for computing color alpha (thanks to dehrk).
38
392.0.8 Covered most basic functionality with tests, added a lot of documentation
40      and a PHP 7.1 fix. Deprecated the `\CpChart\Factory\Factory` class.
41
42## 3.x
43
443.0 Deleted the `\CpChart\Factory\Factory` class and everything related to it.
45    Moved drawing and cache classes outside of `Chart` namespace.
46    Moved barcode to a `Barcode` namespace.
47    Moved `cache` and `resources` directories to library root.
48    Renamed `resources\data` to `resources\barcode`.
49
503.1 Dropped support for PHP below 8.0