Skip to content

Releases: Becklyn/utilities

3.0.0

Choose a tag to compare

@Thyrannoizer Thyrannoizer released this 20 May 12:47
514d00c

Full Changelog: 2.0.3...3.0.0

  • (improvement) Added support for Symfony 7.4
  • (bc) Dropped support for Symfony 5.4
  • (bc) Raised minimum PHP requirement to 8.2
  • (bc) Updated PHPUnit to ^11.0 and removed phpspec/prophecy-phpunit

2.0.3

Choose a tag to compare

@msvujnovic-becklyn msvujnovic-becklyn released this 24 Aug 13:44
b1990ae

✨ Improvements

  • Added support for illuminate/collections ^9

2.0.2

Choose a tag to compare

@oechsler oechsler released this 03 Dec 11:24
9168be5

✨ Improvements

  • Pins Symfony 5 version to at least 5.4

2.0.1

Choose a tag to compare

@oechsler oechsler released this 03 Dec 10:27
426adea

✨ Improvements

  • Now works with Symfony 6

2.0.0

Choose a tag to compare

@msvujnovic-becklyn msvujnovic-becklyn released this 27 Jul 11:25
b064cd0

🎁 New Features

  • Upgraded library to use PHP 8.0 features which most notably brings return type improvements to Enum

💥 Breaking Changes

  • No longer supports PHP 7

1.0.0

Choose a tag to compare

@msvujnovic-becklyn msvujnovic-becklyn released this 27 Jul 11:24
97dd468

🎁 New Features

  • Enum abstract class for structured handling of enumerated values
  • IterableToCollectionConstructionTrait for easy instantiation of collections from any iterable