Released version 1.0.0
After long use in production, version 1.0.0
is here with few updates:
- Updated minimal
nette/bootstrap
version to2.4.5
- Allow installing with
nette/utils
andnette/bootstrap
version3.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