Releases: VerbalExpressions/elm-verbal-expressions
Releases · VerbalExpressions/elm-verbal-expressions
0.18 update
1.2.2 0.18
0.17 Update
Updated syntax and constraints for Elm 0.17
Expose VerbalExpressions type
- Exposes VerbalExpression type to the world
- Thank you @splodingsocks for both pointing out the need and adding the code!
- Removes explicit
Modifiers
internal record type
Added toString
- Added
toString
function, which outputs regex source as a string (excluding flags).- Thanks to @splodingsocks for this one!