Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Releases: caneara/elevate

Full PHP 8 Support

06 Dec 13:43
Compare
Choose a tag to compare
v1.5.0

update tests.yml

PHP 8

05 Dec 19:44
636c6e6
Compare
Choose a tag to compare
1.4.1

PHP 8

Added AppendIf, Collapse, Count, Insert, PrependIf and ToArray macros to Stringable

08 May 13:53
Compare
Choose a tag to compare

This release adds appendIf, collapse, count, insert, prependIf and toArray macros to the Stringable class. Review the readme for descriptions on their usage.

Added padLeft, padRight, possessive, segment and toggle Stringable macros

05 May 10:56
Compare
Choose a tag to compare

This release adds five macros to the Stringable class.

  1. PadLeft - by Nette Utilities.
  2. PadRight - by Nette Utilities.
  3. Possessive - by Spatie.
  4. Segment - by Spatie.
  5. Toggle - by Emma Fabre.

Added Collection macros by Sebastiaan Luca

01 May 10:22
Compare
Choose a tag to compare

This release adds two macros that were created by Sebastiaan Luca for his laravel-helpers package.

Full credit goes to him for the code. I've just made the macros work with Elevate.

Added Collection macros by Spatie

28 Apr 08:51
Compare
Choose a tag to compare

This release adds the macros that were created by Spatie for their laravel-collection-macros package.

Full credit goes to them for the code. I've just made the macros work with Elevate.

Actions

27 Apr 08:39
Compare
Choose a tag to compare

Added Github Actions for CI tests and styling.

v1.0.2

26 Apr 12:55
Compare
Choose a tag to compare
version bump

v1.0.1

26 Apr 12:06
Compare
Choose a tag to compare
fixed formatting

First release

26 Apr 11:27
Compare
Choose a tag to compare

Please review the readme.