Skip to content

Releases: open-southeners/extended-laravel

0.6.0

16 Feb 01:59
6e19f94
Compare
Choose a tag to compare

Added

  • Collection::templateJoin macro
  • Number::toByteUnit macro

0.5.0

23 Jan 22:40
5536db8
Compare
Choose a tag to compare

Added

  • Command vendor:licenses to generate a list based on all dependencies installed on the project

0.4.0

09 Sep 14:08
f0742ec
Compare
Choose a tag to compare

Fixed

  • Command make:migration broken from container injection

Added

  • Number mixin methods toShort to make numbers shorter

0.3.0

19 Aug 17:47
927947a
Compare
Choose a tag to compare

Added

  • Helpers::getCacheLockOwner method to get cache atomic locks owner or false otherwise if no lock found

0.2.4

16 Aug 16:53
f585a81
Compare
Choose a tag to compare

Fixed

  • Namespace for OpensGeneratedFiles trait

0.2.3

16 Aug 16:39
84475d0
Compare
Choose a tag to compare

Fixed

  • Namespace for OpensGeneratedFiles trait

0.2.2

16 Aug 16:15
7c8c29e
Compare
Choose a tag to compare

Fixed

  • Namespace for OpensGeneratedFiles trait

0.2.1

16 Aug 16:14
8ff728a
Compare
Choose a tag to compare

Fixed

  • Namespace for OpensGeneratedFiles trait

0.2.0

16 Aug 15:56
ce9e73f
Compare
Choose a tag to compare

Added

  • OpensGeneratedFiles console utility class that opens the generated files with the IDE configured (through APP_IDE environment variable)

Changed

  • All Laravel framework's commands that extends from GeneratorCommand now got replaced from the container using now FileGeneratorCommand (includes all artisan make: commands)

Fixed

  • Stringable::emailDomain() requiring an argument when none needed usable as Str::of('[email protected]')->emailDomain()->value()

0.1.3

16 Aug 13:43
2d20a2e
Compare
Choose a tag to compare

Fixed

  • Composer PSR autoloading with models functions (moved to the OpenSoutheners\ExtendedLaravel\Helpers class)