Skip to content

Releases: odan/slim4-skeleton

0.7.2

18 Dec 20:15
Compare
Choose a tag to compare

Fixed

  • Fix loading of TwigExtension for the cli, cron jobs and phpunit tests

0.7.1

10 Dec 20:33
Compare
Choose a tag to compare
  • Update docs
  • Allow symfony 5
  • Fix MySQL 8 key case issues
  • Disable schema cache to obtain the updated statistics (MySQL 8)
  • Fix database tests
  • Add default error handler and logger
  • Register an error renderer for a specific content-type
  • Removed static functions
  • Add api routes
  • Add Github actions and matrix tests
  • Update db settings (better defaults)

0.7.0

17 Nov 14:37
Compare
Choose a tag to compare
  • Updated docs
  • Added configuration component
  • Simplified actions
  • Removed responder
  • Renamed service and data class names
  • Fixed code styles
  • Updated dependencies
  • Removed TypeInterface

0.6.0

25 Oct 11:57
Compare
Choose a tag to compare

Added

  • Added new documentation layout and fresh content: https://odan.github.io/slim4-skeleton/
  • Added version to composer.json
  • Added array reader for easy mapping
  • Added validation examples and middleware
  • Replace league/container with php-di/php-di (it's 12x faster now)
  • Added odan/phinx-migrations-generator and a sample schema

Changed

  • Optimized modules

Fixed

  • Fix console commands

0.5.0

06 Oct 15:03
Compare
Choose a tag to compare
  • Update to Slim 4.3
  • Add console commands
  • Add documentation (WIP): https://odan.github.io/slim4-skeleton/
  • Remove Startup class
  • Add data table example
  • Add build script: composer build
  • Add Webpack TypeScript and assets
    • composer bundle-assets
    • composer update-assets
  • Optimize twig parser (composer compile-twig)

0.4.0

15 Sep 09:17
Compare
Choose a tag to compare
  • Add Startup class
  • Add Configuration class
  • Add database test trait
  • Add logs directory
  • Add composer start script
  • Add logger factory and examples
  • Add Domain Service example and tests
  • Add Repository examples, helper and tests
  • Add Type example
  • Add tests
  • Fix phpunit request time

0.3.1

09 Sep 12:00
Compare
Choose a tag to compare
  • Add BodyParsingMiddleware
  • Add route names
  • Minor changes

0.3.0

01 Sep 15:24
Compare
Choose a tag to compare
  • Added slim/twig-view
  • Added command: composer parse-twig
  • Added environment specific configuration files
  • Replaced nyholm/psr7 with slim/psr7

0.2.0

26 Aug 18:30
Compare
Choose a tag to compare
  • Add twig-translation dependency #2
  • Add tests
  • Optimize configuration

0.1.1

24 Aug 11:07
Compare
Choose a tag to compare
Fix tests