Skip to content

Releases: open-southeners/extended-laravel

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('joe@example.org')->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)

0.1.2

16 Aug 11:31
03ecbde
Compare
Choose a tag to compare

Fixed

  • Registering commands that doesn't exists

0.1.1

15 Aug 21:48
5d150e8
Compare
Choose a tag to compare

Added

  • Initial release!