Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Sep 3, 2024
1 parent 35b701e commit 33f04ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-ddd` will be documented in this file.

## [1.1.2] - 2024-09-02
### Fixed
- During domain factory autoloading, ensure that `guessFactoryNamesUsing` returns a string when a domain factory is resolved.
- Resolve issues with failing tests caused by mutations to `composer.json` that weren't rolled back.

## [1.1.1] - 2024-04-17
### Added
- Ability to ignore folders during autoloading via `config('ddd.autoload_ignore')`, or register a custom filter callback via `DDD::filterAutoloadPathsUsing(callable $filter)`.
Expand Down

0 comments on commit 33f04ef

Please sign in to comment.