Files
wiosna-dev_common-library/CHANGELOG.md
2018-07-02 09:31:07 +02:00

1.0 KiB

Meritoo Common Library

Common and useful classes, methods, exceptions etc.

0.1.0

  1. Composer > support/require PHP 5.6+ (instead of 5.5.9+)
  2. Docker > rename php-cli service to php
  3. Exceptions > create instance of exception using static create() method (instead of constructor)
  4. Documentation > Exceptions

0.0.21

  1. Composer > require ext-pcre
  2. Arrays > minor refactoring
  3. Update @author and @copyright in classes' descriptions

0.0.20

  1. Collection > add() method > treat empty string as not provided index (same as null)

0.0.19

  1. Add this changelog
  2. Reorganize documentation & update Readme
  3. Docker: use project-related binaries globally
  4. StyleCI & PHP Coding Standards Fixer: update configuration
  5. Documentation > Docker > add paragraph for PHP Coding Standards Fixer
  6. Coding standard > fix automatically
  7. StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled"
  8. StyleCI > disable & remove