- Fix issue with named groups. - Nicer `TypeError`\s, if pattern types are unequal. - Fix issues with byte instead of unicode strings being returned on Python 2.7.
0.2.0
=============
- Ensure an exception is raised, if the regular expression to passed to `r()` is incorrect.
0.1.1
=============
- Add description for PyPI. - Add `r.grouped()` to create groups.