Skip to content

Pull requests: myclabs/php-enum

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add caching to toArray method
#2 by garoevans was merged Nov 11, 2013 Loading… updated Jul 2, 2014
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
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
#27 - Add code coverage
#28 by BernardoSilva was merged Oct 14, 2015 Loading… updated Oct 14, 2015
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 java like behavior
#33 by voksiv was closed Mar 17, 2016 Loading… updated Mar 17, 2016
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
Adds Enum::equals()
#39 by jeremykendall was merged Oct 4, 2016 Loading… updated Oct 4, 2016
Fix typo in docblock
#41 by jeremykendall was merged Oct 9, 2016 Loading… updated Oct 9, 2016
Declare equals() as final
#40 by jeremykendall was merged Oct 9, 2016 Loading… updated Oct 9, 2016
Add missing annotation
#45 by Mopolo was closed Feb 20, 2017 Loading… updated Feb 21, 2017
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
drop unneeded permissions
#55 by remicollet was merged Jun 27, 2017 Loading… updated Jun 27, 2017
Use modern phpunit
#56 by remicollet was merged Jun 28, 2017 Loading… updated Jun 29, 2017
Add description and code annotations
#57 by Zul3s was closed Jul 18, 2017 Loading… updated Jul 18, 2017
ProTip! Exclude everything labeled bug with -label:bug.