mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Changelog > update > enter latest modifications
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -5,6 +5,14 @@ Common and useful classes, methods, exceptions etc.
|
|||||||
# 0.1.5
|
# 0.1.5
|
||||||
|
|
||||||
1. Tests > Date > one more test case
|
1. Tests > Date > one more test case
|
||||||
|
2. Phing > update configuration
|
||||||
|
3. Miscellaneous > variableDump() method > remove, because unnecessary
|
||||||
|
4. Regex > createSlug() method > returns slug for given value
|
||||||
|
5. Arrays > getNonEmptyValues() method > returns non-empty values, e.g. without "" (empty string), null or []
|
||||||
|
6. Arrays > getNonEmptyValuesAsString() method > returns non-empty values concatenated by given separator
|
||||||
|
7. ValueObject > Company > represents a company
|
||||||
|
8. ValueObject > BankAccount > represents bank account
|
||||||
|
9. ValueObject > Address > represents address of company, institution, user etc.
|
||||||
|
|
||||||
# 0.1.4
|
# 0.1.4
|
||||||
|
|
||||||
@@ -12,14 +20,6 @@ Common and useful classes, methods, exceptions etc.
|
|||||||
2. Utilities > Date > update descriptions of methods
|
2. Utilities > Date > update descriptions of methods
|
||||||
3. Docker > docker-compose.yml > add "phpunit" service > used to run PHPUnit's tests
|
3. Docker > docker-compose.yml > add "phpunit" service > used to run PHPUnit's tests
|
||||||
4. Reflection > setPropertiesValues() method > sets values of properties in given object
|
4. Reflection > setPropertiesValues() method > sets values of properties in given object
|
||||||
5. Phing > update configuration
|
|
||||||
6. Miscellaneous > variableDump() method > remove, because unnecessary
|
|
||||||
7. Regex > createSlug() method > returns slug for given value
|
|
||||||
8. Arrays > getNonEmptyValues() method > returns non-empty values, e.g. without "" (empty string), null or []
|
|
||||||
9. Arrays > getNonEmptyValuesAsString() method > returns non-empty values concatenated by given separator
|
|
||||||
10. ValueObject > Company > represents a company
|
|
||||||
11. ValueObject > BankAccount > represents bank account
|
|
||||||
12. ValueObject > Address > represents address of company, institution, user etc.
|
|
||||||
|
|
||||||
# 0.1.3
|
# 0.1.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user