Skip to content

Commit e7fb26a

Browse files
author
Fureev Eugene
committed
feat [Str] add slugifyWithFormat
1 parent 7c9e393 commit e7fb26a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7-
## v4.19.0
8-
9-
### Added
10-
11-
- Add traits for
12-
Enums: [WithEnhances.php](./src/Enums/WithEnhances.php), [WithEnhancesForStrings](./src/Enums/WithEnhancesForStrings.php)
13-
with following methods:
14-
- `casesToString`- Returns string of Enum's names or values
15-
- `casesToEscapeString`- Returns string of Enum's escaped names or values
16-
- `values`- Returns list of Enum's values
17-
- `names` - Returns list of Enum's names
18-
- `hasValue` - Check if the Enum has provided Value
19-
- `hasName` - Check if the Enum has provided Name
20-
217
## v4.20.0
228

239
### Added

0 commit comments

Comments
 (0)