Tags: selvinortiz/flux
Tags
Flux 0.5.1 - Adds getSegments() which was not included in 0.5.0 [Issue #5](#5) - Adds removeSegment() which can be used in unit tests as well - Adds lineBreak() and br() which matches a new line (DOS/Unix) - Adds clear() which allows you to clear out the pattern and start from scratch - Adds getPattern() which compiles the expression and returns it - Adds deprecation candidates as @todos - Fixes mixed logic between add() and raw() - Fixes implementation on the orTry() method - Moves example in readme above changelog - Improves unit tests