Skip to content

Releases: smalot/pdfparser

v0.16.2

31 Aug 11:48
5faf073
Compare
Choose a tag to compare

Bugfix release.

Fixes

0.16.1

29 Jun 13:42
bc4ebf8
Compare
Choose a tag to compare

Bugfix release.

Fixes

v0.16.0

19 Jun 07:38
fb0ff39
Compare
Choose a tag to compare

This release contains a lot of refinements and some fixes.

New features

Changes

  • Composer dependencies:
    • removed tecnickcom/tcpdf - see #299
    • removed atoum/atoum
    • added phpunit/phpunit
  • we ported all Atoum tests to PHPUnit - see #300
  • added further tools (like Scrutinizer, PHPStan) to improve maintenance for us and help PDFParser hackers
  • allow tests to run on PHP 8

v0.15.1

29 May 13:28
6bc9dcb
Compare
Choose a tag to compare

🛠 It's a small maintenance update.

We raised some dependencies to ensure people aren't running the library with too much outdated deps.
For example, we raised tecnickcom/tcpdf to ^6.2.22 to ensure people aren't running the version containing a security issue (see https://packagist.org/packages/tecnickcom/tcpdf/advisories?version=2463879).

The library wasn't tested for PHP version < 5.6 so we drop minimum PHP version to 5.6.
There is a new test build which check the library is running ok on the lowest dependencies available.

We also introduced PHP-CS-Fixer (mainly for developement) to ensure coding styles is ok.

Last but not least, there are new maintainers of the lib along with @smalot:

Merged PRs:

  • Define lowest deps #290
  • Add FriendsOfPHP/PHP-CS-Fixer to "require-dev" to enforce coding styles #292

Timezone fixe, add support for 7.4 on Travis CI

21 Apr 07:36
Compare
Choose a tag to compare
v0.15.0

Some fixes from community

Fix decoding of hexadecimal digits

23 Jan 20:43
ec72a99
Compare
Choose a tag to compare
Merge pull request #226 from xelan/bugfix/hex-decoding

Fix decoding of hexadecimal digits

Add PHP 7.3 Tests

11 Jan 08:54
c3a050f
Compare
Choose a tag to compare
Merge pull request #216 from fbourigault/php-7.3

Run tests against PHP 7.3

Update packagist settings

23 Jun 08:46
Compare
Choose a tag to compare
v0.13.2

fix license code

Fix packagist licensing issue

22 Jun 19:47
efe6939
Compare
Choose a tag to compare
v0.13.1

Update composer.json

Remove silent error on parseFile method

22 Jun 17:21
2e9f35b
Compare
Choose a tag to compare
Merge pull request #205 from doganoo/master

removing error control operator and updated PHPDoc