Skip to content

Releases: ICanBoogie/Common

v2.1.0

15 Nov 23:36

Choose a tag to compare

Compatible with PHP 8.4

v2.0.0

16 Jul 22:23

Choose a tag to compare

Changed

  • The package requires PHP 7.1+
  • OffsetError and PropertyError are now interfaces, better use one of the other classes or implement your own.
  • The $code parameter has been removed from all exceptions. getCode() should return 0.
  • Types have been updated everywhere, this might clash with your implementations of the interfaces.

v1.3.2: Merge pull request #2 from kornrunner/master

01 Dec 08:41
2a08c4f

Choose a tag to compare

helpers: fix deprecation warning

v1.2.2.1

21 Oct 12:18

Choose a tag to compare

Fixed: Illegal offset

v1.2.2

14 Oct 12:27

Choose a tag to compare

  • Added sort_by_weight()
  • Use different quotation on CLI.
  • Added 'caron' support
  • Caching normalized strings

ToArray, ToArrayRecusrive, ToArrayRecursiveTrait

05 Mar 13:29

Choose a tag to compare

Added ToArray, ToArrayRecursive interfaces and ToArrayRecusriveTrait trait.