Skip to content

Commit 50a5113

Browse files
committed
Update readme for v0.1.5
1 parent 5333e63 commit 50a5113

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Readme.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ If you do find an issue, [please file an issue](https://github.com/gadenbuie/reg
124124
- Add "flavors" menu to **Regex** tab. Automatically sets options to common flavors.
125125
Mainly for clarity when switching between "base"" style and "tidyverse/stringr" defaults.
126126

127-
- Add replacement functions somewhere. Maybe to **Output** tab with `g?sub` and
127+
- **Done in v0.1.5!** Add replacement functions somewhere. Maybe to **Output** tab with `g?sub` and
128128
`str_replace(_all)?` as options with an additional "replacement" field that
129129
appears when those are selected. Or possibly as a "flavor" (see above) in the
130130
**Regex** tab.
131131

132132
- I may add `stringi` functions to the list of available functions in the **Output** tab.
133133

134-
- I would like to add the regex/function options for the functions in the **Output** tab, i
134+
- **Done in v0.1.5!** I would like to add the regex/function options for the functions in the **Output** tab, i
135135
similar to the options present in the **Regex** tab.

Readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,15 @@ with the fine packages this addin is built on. If you do find an issue,
136136
common flavors. Mainly for clarity when switching between “base”"
137137
style and “tidyverse/stringr” defaults.
138138

139-
- Add replacement functions somewhere. Maybe to **Output** tab with
140-
`g?sub` and `str_replace(_all)?` as options with an additional
141-
“replacement” field that appears when those are selected. Or
142-
possibly as a “flavor” (see above) in the **Regex** tab.
139+
- **Done in v0.1.5\!** Add replacement functions somewhere. Maybe to
140+
**Output** tab with `g?sub` and `str_replace(_all)?` as options with
141+
an additional “replacement” field that appears when those are
142+
selected. Or possibly as a “flavor” (see above) in the **Regex**
143+
tab.
143144

144145
- I may add `stringi` functions to the list of available functions in
145146
the **Output** tab.
146147

147-
- I would like to add the regex/function options for the functions in
148-
the **Output** tab, i similar to the options present in the
149-
**Regex** tab.
148+
- **Done in v0.1.5\!** I would like to add the regex/function options
149+
for the functions in the **Output** tab, i similar to the options
150+
present in the **Regex** tab.

0 commit comments

Comments
 (0)