NEWS.md

NEWS

Versioning

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

regexr 1.1.0

BUG FIXES

NEW FEATURES

MINOR FEATURES

IMPROVEMENTS

CHANGES

regexr 1.0.0 - 1.0.2

The regex function has been removed (not Deprecated) as regexr is in beta mode. This move breaks backward compatibility and thus a bump in major release to version 1.0.0.

CHANGES

regexr 0.0.3 - 0.0.4

NEW FEATURES

MINOR FEATURES

IMPROVEMENTS

CHANGES

regexr 0.0.1 - 0.0.2

regexr is an R framework for constructing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to (1) write in smaller, modular, named, regular expression chunks, (2) write top to bottom, rather than a single string (3) comment individual chunks, (4) indent expressions to represent regular expression groups, and (5) test the validity of the concatenated expression and the modular chunks.

This framework harnesses the power and flexibility of regular expressions but provides a structural frame that is more consistent with both coding writing and natural language conventions.



trinker/regexr documentation built on May 31, 2019, 9:50 p.m.