Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@ut4 ut4 released this 14 Nov 12:20

Added

  • Support for sqlite
  • $request->queryVar()

Changed

  • PhpMailerMailer->sendMail() now resets itself if called more than once
  • $db->open( void ) -> $db->open( array $pdoOptions = [], bool $doSwallowExceptionError = true )

Breaking

  • php <=7.2 is no longer supported
  • The middleware loop now stops if $next() is not called. Previously you had to call $res->something or throw an exception to stop the thing.

Removed

  • App::MAKE_AUTO