Skip to content

Tags: eclipxe13/construct-named-parameters

Tags

v1.1.0

Toggle v1.1.0's commit message
Version 1.1.0

- This does **not break** compatibility with 1.0.0  
- Add interface `CreatableFromArrayInterface` that enforces an static method create(array): $this 
- Add interface `ExportableToArrayInterface` that enforces an method toArray(): array 
- Add trait `StaticCreateIgnoreCaseTrait`, is the same as `StaticCreateTrait` but ignore case on keys 
- More test for all changes

v1.0.0

Toggle v1.0.0's commit message
Initial release (3nd attempt)

Allow build hhvm on travis