Releases: omitobi/conditional
Releases · omitobi/conditional
2.0.0
1.3.0 Released
1.2.0 Released
- Add
conditional(condition, value1, value2)
as Tenary operator - Make
else()
return the value of the last truthy execution
1.1.1 release
- Allow call to more than one
elseIf()
method on an instance #38
1.1 Release
Update documentation with version instructions
Merge pull request #31 from omitobi/master [skip travis] Accept 1.* version documentation
Release version 1.0.0
- Add If(), else(), then() methods
- Allow invokable classes in returnable method
- Enable calling Conditional via helper method conditional()
- Update documentation
The smart if else
- Add
If()
,else()
,then()
methods - Allow invokable classes in returnable method
- Enable calling Conditional via helper method
conditional()