Skip to content

v4.0.0

Choose a tag to compare

@owenvoke owenvoke released this 12 Jun 08:37
· 11 commits to main since this release
fe46d6c

BREAKING CHANGES

  • ECS has been updated to 13.2, and the config builder has been refactored. New usage is as below.

    use Worksome\CodingStyle\WorksomeEcsConfig;
    
    return WorksomeEcsConfig::configure()
         ->withPaths([
             __DIR__ . '/src',
             __DIR__ . '/tests',
             __DIR__ . '/config',
         ]);

What's Changed

New Contributors

Full Changelog: v3.4.0...v4.0.0