1
2# 2.1.2
3
4* rematch2 is now really compatible with both tibble 2.x.y and tibble
5  3.0.0 (@krlmlr, #12).
6
7# 2.1.1
8
9* rematch2 is now compatible with both tibble 2.x.y and tibble 3.0.0
10  (@krlmlr, #10).
11
12# 2.1.0
13
14* Add `bind_re_match()` that reads its input from a column in a data frame
15  and binds the data frame returned by `re_match()` as new columns on the
16  original data frame.
17
18# 2.0.1
19
20* Add `perl` argument to `re_match` and `re_match_all` for compatibility
21  with functions that may pass that argument as part of `...`
22
23# 2.0.0
24
25* Add `re_match_all` to extract all matches.
26
27* Removed the `perl` options, we always use PERL compatible regular
28  expressions.
29
30# 1.0.1
31
32* Make `R CMD check` work when `testthat` is not available.
33
34* Fixed a bug with group capture when `text` is a scalar.
35
36# 1.0.0
37
38First public release.
39