All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Command
make:migration
broken from container injection
- Number mixin methods
toShort
to make numbers shorter
Helpers::getCacheLockOwner
method to get cache atomic locks owner or false otherwise if no lock found
- Namespace for
OpensGeneratedFiles
trait
OpensGeneratedFiles
console utility class that opens the generated files with the IDE configured (throughAPP_IDE
environment variable)
- All Laravel framework's commands that extends from
GeneratorCommand
now got replaced from the container using nowFileGeneratorCommand
(includes allartisan make:
commands)
Stringable::emailDomain()
requiring an argument when none needed usable asStr::of('joe@example.org')->emailDomain()->value()
- Composer PSR autoloading with models functions (moved to the
OpenSoutheners\ExtendedLaravel\Helpers
class)
- Registering commands that doesn't exists
- Initial release!