Skip to content

Released version 1.0.0

Compare
Choose a tag to compare
@foxycode foxycode released this 22 Mar 09:43
· 25 commits to master since this release

After long use in production, version 1.0.0 is here with few updates:

  • Updated minimal nette/bootstrap version to 2.4.5
  • Allow installing with nette/utils and nette/bootstrap version 3.0
  • Added scalar typehints for property and return types
  • Updated code to use new PHP features
  • Add declare(strict_types=1) to all PHP files
  • Fixed compatibility with PHP 7.2 and 7.3
  • Fixed return type declaration
  • Fixed coding style, added EasyCodingStandard for automated checks