Skip to content

Releases: sushidev-team/laravel-print-api

v0.4.3 - Fixes in testmode

16 Dec 10:02
Compare
Choose a tag to compare

Fixed

  • The basic auth method does not requires valid username/password in testmode
  • Throw default validation exception if url is missing or credentials are not passed

v0.4.2 - Testmode added

13 Dec 23:03
Compare
Choose a tag to compare

Added

  • Add testmode flag to return dummy data in the create mode (for integration/feature tests in other applications)

v0.4.1 - Add support for toArray method

04 Nov 23:49
Compare
Choose a tag to compare

Added

  • Added toArray()-Method for PdfPrinterOption class

v0.4.0 - Added autodelete option

04 Nov 15:20
Compare
Choose a tag to compare

Added

  • Added support to trigger automatic file deletion

v0.3.5 Bugfixes (Download document)

04 Nov 09:25
Compare
Choose a tag to compare

Fixed

  • Fixed download mechanism

v0.3.4 - Bugfix

04 Nov 08:16
Compare
Choose a tag to compare

Fixed

  • Fixed method calls for basic auth

v0.3.3 - Cleanup

04 Oct 18:40
Compare
Choose a tag to compare

[0.3.3] - 2020-10-04

Fixed

  • Remove composer.lock from source code

v0.3.2 - Bugfixes

09 Sep 13:05
Compare
Choose a tag to compare

Fix missing update of guzzle package

v0.3.1 - Support for laravel 8

09 Sep 08:29
Compare
Choose a tag to compare

Add support for laravel 8

v0.3.0 - Extend methods

30 Jul 05:12
Compare
Choose a tag to compare

Added

  • Added support for the [GET] /api/browse endpoint from the printer-api