Odan Slim4 Skeleton Versions Save

A Slim 4 Skeleton

0.22.0

2 years ago

Added

Changed

  • Refactor to customers
  • Update docs
  • Update dependencies
  • Optimize composer autoloader performance (Chronos / Carbon fix)
  • Moved symfony/console to require-dev in composer.json

Removed

  • Remove selective/array-reader as dependency

0.20.0

2 years ago

Changes

Fixed

Dependencies

  • Update lulco/phoenix requirement from ^1.5 to ^2.0
  • Update phpstan/phpstan requirement from 0.* to 1.*

0.19.4

2 years ago

Fixed

  • Fixed missing files #80, #81

0.19.3

2 years ago

Fixed

  • Fix console default environment (env)

Added

  • Add colors to composer scripts
  • Exclude dev/unneeded files from dist prod zip archive. Thanks to @pH-7

Changes

  • Optimize tests

Removed

  • Remove created_user_id, updated_user_id, created_at and updated_at from table users

0.19.2

2 years ago

Fixed

  • Fix test coverage script for Xdebug 3

Added

  • Add ContainerFactory
  • Add RouteTestTrait

Changes

  • Update dev dependencies
  • Update docs
  • Update validation from v1 to v2
  • Update TestTraits from v1 to v2
  • Rename composer script check-all to test:all and phpstan to stan

0.19.1

2 years ago

Added

  • Add empty changelog file
  • Add PHP 8.0 to build matrix

Changes

  • Optimize to sensitive default settings
  • Optimize DI container definitions
  • Update docs

Fixed

  • Fix phpstan issue

Removed

  • Remove PHP 8.1 from build matrix (because PHP 8.1 is not yet released)

0.19.0

3 years ago

Added

  • Add LoggerFactory::addHandler method

Changes

  • Change LoggerFactory::addConsoleHandler from php://stdout to php://output method for better testability with phpunit
  • Replace slim/psr7 with nyholm/psr7
  • Rename environment configuration files
    • for the dev environment: config/local.dev.php
    • for the prod environment: config/local.prod.php
    • for the test environment: config/local.test.php
  • Rename APP_ENV=testing to APP_ENV=test
  • Optimize tests
  • Update php-cs-fixer to v3
  • Update readme

0.18.3

3 years ago

Fixed

  • Minor fixes and optimizations
  • Fix app env settings

Added

  • Add hydrator example