Roda v2.27.0 Release Notes

Release Date: 2017-06-14 // almost 7 years ago
    • โž• Add class_matchers plugin for matching other classes (in addition to String/Integer), with user specified regexps and type conversion (jeremyevans)

    • ๐Ÿ‘Œ Support String class matcher for non-empty segments, same behavior as symbol matchers but more intuitive and DRY (jeremyevans)

    • ๐Ÿ‘Œ Support Integer class matcher for \d+ segments, yielding matched values as integers (jeremyevans)