| @@ -1,12 +1,5 @@ | |||
| ## regexplain 0.2.x | |||
| ### 0.2.3 | |||
| * Use of `knitr` is automatically detected when calling `view_regex()` inside | |||
| an R Markdown document. The `knitr` parameter of `view_regex()` has been | |||
| removed. Added `result_only` parameter for interactive viewing. As a side | |||
| effect, the group coloring CSS is automatically embedded in the HTML output. | |||
| ### 0.2.2 | |||
| * Fix issues with coloring of groups in regexplain gadget when matched groups | |||
| @@ -15,6 +8,11 @@ | |||
| * Reduce package size by optimizing images and offloading the screencast gifs to | |||
| the `assets` branch. | |||
| * Use of `knitr` is automatically detected when calling `view_regex()` inside | |||
| an R Markdown document. The `knitr` parameter of `view_regex()` has been | |||
| removed. Added `result_only` parameter for interactive viewing. As a side | |||
| effect, the group coloring CSS is automatically embedded in the HTML output. | |||
| ### 0.2.1 | |||