Skip to content

Releases: TheDragonCode/support

v6.1.0

20 Apr 23:37
5cbde2f

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.1.0

v6.0.1

18 Apr 10:13
b943dbf

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

12 Apr 14:28
249ed25

Choose a tag to compare

Fixed

  • PHP Deprecated: trim(): Passing null to parameter 1 ($string) of type string is deprecated by @andrey-helldar

Changed

Added

Removed

  • Arr::store, Arr::storeAsArray and Arr::storeAsJson methods removed by @andrey-helldar

Full Changelog: v5.8.1...v6.0.0

v6.0.0-rc2

12 Apr 09:41
7e46fc7

Choose a tag to compare

v6.0.0-rc2 Pre-release
Pre-release

Fixed

  • PHP Deprecated: trim(): Passing null to parameter 1 ($string) of type string is deprecated.

Changed

  • Version helper has been simplified.

Added

  • Added new class: Path with basename, dirname, extension and filename methods.
  • Added File::load method.
  • Added Arr::ofFile method.

Removed

  • Arr::store, Arr::storeAsArray and Arr::storeAsJson methods removed.

v6.0.0-rc1

11 Apr 22:37

Choose a tag to compare

v6.0.0-rc1 Pre-release
Pre-release

Changes

  • Support for PHP 8.0 and above.
  • Removed deprecated facades (Arrayable and Stringable).
  • Project structure have been changed.
  • Renamed Arr::toArray() method with Arr::resolve().
  • All convertToString methods renamed to toString.
  • Directory::delete and Directory::ensureDelete methods can now accept an array of paths.
  • File::delete and File::ensureDelete methods are void now.
  • Str::removeSpaces method was renamed to Str::squish.

Added

  • Added Str::map and Str::of()->map() methods.
  • Added Str::explode and Str::of()->explode() methods.
  • Added a new Version helper.
  • Added Str::prepend and Str::append methods.
  • Added Str::replace method and renamed the previous one to Str::replaceFormat.
  • Added Arr::mapInto method
  • Added symfony 6 support.

v5.8.1

01 Apr 17:15

Choose a tag to compare

Fixed

  • ReflectionException: ClassName is not an interface

Full Changelog: v5.8.0...v5.8.1

v5.8.0

11 Mar 17:29

Choose a tag to compare

What's Changed

  • Added Str::matchContains method

Full Changelog: v5.7.3...v5.8.0

v5.7.3

08 Feb 16:16

Choose a tag to compare

Bump `voku/portable-ascii`

v5.7.2

04 Feb 10:44

Choose a tag to compare

Full Changelog: v5.7.1...v5.7.2

v5.7.1

04 Feb 10:07

Choose a tag to compare

Full Changelog: v5.7.0...v5.7.1