Skip to content

Latest commit

 

History

History
94 lines (87 loc) · 3.38 KB

CHANGES.md

File metadata and controls

94 lines (87 loc) · 3.38 KB

Release Notes - PHPJasper - Version 3.3.0

  • Improvement
    • add support to coverage tests
    • add support to travisCI
    • static Static Analysis with phpstan
    • add phpunit.xml.dist
    • new badges

Release Notes - PHPJasper - Version 3.2.0

  • Improvement
  • 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 PHPJasper#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


Release Notes - PHPJasper - Version 2.2


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