Skip to content

Commit 39385ed

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 45ef0ef + 2e33ea9 commit 39385ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `laravel-enum-helper` will be documented in this file.
44

5+
## v0.7.0 - 2022-07-02
6+
7+
After migrating several projects with my fellow @RobertoNegro and listening to different opinions we have decided to simplify the package. From now on, I will consider a pure enum as a StringBackedEnum with names as values, so all ***AsSelect() methods will be replaced by ***ByValue() methods.
8+
9+
- added definition of `description()`, `descriptions()`, `descriptionsByName()`, `descriptionsByValue()` to improve code completion and static analysis
10+
- removed all methods `***AsSelect()
11+
- removed `NotBackedEnum` exception
12+
- added support on `***ByValue()` methods also for pure enum using name instead value
13+
- merged version number with datomatic/enum-helper
14+
515
## v0.4.5 - 2022-07-01
616

717
- refactored `humanize` case string method
@@ -59,6 +69,7 @@ return [
5969

6070

6171

72+
6273
```
6374
## v0.3.0 - 2022-06-21
6475

0 commit comments

Comments
 (0)