Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: phootwork/phootwork

Version 3.2.3

03 Oct 15:44

Choose a tag to compare

Merged #97 to fix PHP 8.4 compatibility issues.

Version 3.2.2

26 May 05:52

Choose a tag to compare

  • Update Github Actions workflows to test against PHP 8.2, too.
  • Fix new Psalm issue
  • Fix coding standard

Version 3.2.1

27 Aug 13:04
f6b4a19

Choose a tag to compare

  • Fix PHP 8.1 deprecations
  • Fix coding standard
  • Fix Psalm issues

Version 3.2.0

06 Feb 14:12
468d056

Choose a tag to compare

Make Json methods more flexible: now they accept also \Stringable objects.
See Pull request #78

Version 3.1.0

30 Oct 12:41
597caee

Choose a tag to compare

  • PR #73 : phootwork\file\File::write() method now throws an exception if try to write an existent file, if the file is not writable.
  • PR #74 : fix static create() methods
  • PR #75 : add getSize() method to phootwork\file\File class.
  • PR #76 : add append() method to phootwork\file\File class.

Version 3.0.1

16 Mar 15:09

Choose a tag to compare

Fix missing dependency (PR #68 ).

Version 3.0

10 Mar 07:07
5e9ec23

Choose a tag to compare

  • Bump to PHP 8.0+ and introduce the new php functionalities, in particular union types and new string manipulation functions.
  • Update dependencies
  • Refactor Json library to use native php JsonException: it forces json_encode and json_decode to raise JsonException instead of old-style errors and remove our error wrapper
  • Fix all Psalm issue to run it at level 1

Version 2.1.3

16 Feb 06:57
b5a852f

Choose a tag to compare

Version 2.1.2

24 Dec 16:04
10ec22d

Choose a tag to compare

Fix https://github.com/little-core-labs/get-git-tag action version.

Version 2.1.1

24 Dec 15:58
660027a

Choose a tag to compare

Fix draft release workflow.