3.8 KiB
3.8 KiB
Release Notes - PHPJasper - Version 3.4.0
- Update
- Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated (Solved)
- Capture JasperStarter errors and include them in ErrorCommandExecutable exception message
- PathExecutable parameter
- Update composer libs
- Update phpjasper docker image
- Update doc
Release Notes - PHPJasper - Version 3.3.0
- Improvement
- add support to coverage tests
- add support to travisCI
- Static Analysis with phpstan
- add phpunit.xml.dist
- new badges
Release Notes - PHPJasper - Version 3.2.0
- Improvement
- minimum PHP version now is 7.2 https://www.php.net/supported-versions.php
- phpunit minimal now is 8.*
- Update
- suggested jdbc drivers in the folder bin/jasperstarter/jdbc
- update tests and phpunit.xml
- docs
- Remove
- break test
Release Notes - PHPJasper - Version 3.1.0
- Improvement
- added printOutput() method
- Refactoring
- output() method
Release Notes - PHPJasper - Version 3.0.0
- Improvement
- added Semantic Versioning 2.0.0
- Update
- updated for jasperstarter 3.5.0
- Bug
- solved problems with useSSL at MySQL connections
Release Notes - PHPJasper - Version 2.7
- Improvement https://github.com/PHPJasper/phpjasper/issues/99
- improvement in resource '-r' parameter, it's no longer necessary to be connected in database to use resources
Release Notes - PHPJasper - Version 2.6
- Update
- updated for jasperstarter 3.2.1
Release Notes - PHPJasper - Version 2.5
- https://github.com/PHPJasper/phpjasper/pull/77
- https://github.com/PHPJasper/phpjasper/pull/78
- https://github.com/PHPJasper/phpjasper/pull/79
- https://github.com/PHPJasper/phpjasper/pull/80
Release Notes - PHPJasper - Version 2.2
- Improvement: https://github.com/PHPJasper/phpjasper/issues/30
- add support for resource option
Release Notes - PHPJasper - Version 2.1
- Refactoring
- strict types activate
- add type declarations
Release Notes - PHPJasper - Version 2.0
- Improvement
- Support php 7.1 above
Release Notes - PHPJasper - Version 1.15
- Improvement
- Updated JasperStarter to Version 3.1.0
Release Notes - JasperStarter - Version 3.1.0
-
New Feature
- [JAS-83] - JSON file as a data source
-
Task
- [JAS-95] - Include JasperReports 6.4.0
-
Improvement
- [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation