- Rewrite with functional components. (@timjacobi)
- Render any child component apart from
Elseif condition is true. (@timjacobi) - Added tests. (@timjacobi)
- Allow
Ifto have no children.
- Add missing import statement.
- Fix isInstance method for React >= 0.14
- Rewritten in ES2015.
- Allow empty branches, and make them optional.
- Add support for lazy evaluation of
ThenandElsechildren. (@Rleahy22)
- Use React.PropTypes.element instead of React.PropTypes.component, if available.
- Use
thisinstead ofwindowto make it work with browserify.
- Initial release