Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Aug 16, 2024
1 parent 02feb64 commit ce9e73f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-08-16

### 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] - 2024-08-16

### Fixed
Expand Down

0 comments on commit ce9e73f

Please sign in to comment.