mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# Meritoo Common Library
|
|
|
|
Common and useful classes, methods, exceptions etc.
|
|
|
|
# 0.1.1
|
|
|
|
1. TravisCI > run using PHP 7.2 too
|
|
|
|
# 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](README.md)
|
|
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
|