-
-
Notifications
You must be signed in to change notification settings - Fork 132
Pull requests: myclabs/php-enum
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Added new methods and changed source structure to be PSR4 compatible
enhancement
#5
by danielcosta
was merged Jan 30, 2015
Loading…
updated Feb 2, 2015
some performance improvements
enhancement
#11
by drealecs
was merged Feb 3, 2015
Loading…
updated Feb 3, 2015
Hotfix/ability to create invalid enums
bug
#12
by mirfilip
was merged Feb 10, 2015
Loading…
updated Feb 10, 2015
Fix for search() is not type safe. Fixes #13
#14
by mirfilip
was merged Feb 15, 2015
Loading…
updated Feb 24, 2015
isValidKey using toArray() directly
enhancement
#16
by KKKas
was merged Apr 26, 2015
Loading…
updated Apr 26, 2015
Add static values() method to return array of all Enum instances (fixes #18)
enhancement
#19
by chriseskow
was merged May 19, 2015
Loading…
updated May 19, 2015
Change calls to method toArray() from self::toArray() to static::toArray()
enhancement
#21
by lorenzomar
was merged Jul 22, 2015
Loading…
updated Jul 22, 2015
Added installation item to the README
#22
by tombevers
was merged Aug 6, 2015
Loading…
updated Aug 6, 2015
Start using new Travis container-based infrastructure.
#25
by BernardoSilva
was merged Oct 14, 2015
Loading…
updated Oct 14, 2015
1 task done
Add isValidArray method to validate all array values against the enum.
enhancement
#24
by BernardoSilva
was closed Oct 14, 2015
Loading…
updated Oct 14, 2015
1 task done
Correct json serialization of Enum object instead of just {}
enhancement
#30
by SeriousDron
was closed Oct 27, 2015
Loading…
updated Oct 27, 2015
Add named constructor fromString
#34
by jpkleemans
was closed Apr 4, 2016
Loading…
updated Apr 4, 2016
Change PHPDoc return type of values()
#37
by holtkamp
was merged Aug 1, 2016
Loading…
updated Aug 1, 2016
Available serialize enum
#49
by peter-gribanov
was closed Apr 11, 2017
Loading…
updated Apr 11, 2017
Add implode() method for convenience
#54
by robgridley
was closed May 31, 2017
Loading…
updated May 31, 2017
Add description and code annotations
#57
by Zul3s
was closed Jul 18, 2017
Loading…
updated Jul 18, 2017
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.