Skip to content

Commit

Permalink
NEWS/v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brodieG committed Oct 24, 2021
1 parent 442a232 commit f655a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: fansi
Title: ANSI Control Sequence Aware String Functions
Description: Counterparts to R string manipulation functions that account for
the effects of ANSI text formatting control sequences.
Version: 0.5.0.9001
Version: 0.5.0.9002
Authors@R: c(
person("Brodie", "Gaslam", email="[email protected]",
role=c("aut", "cre")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Features

* [#26](https://github.com/brodieG/fansi/issues/26) Replacement forms of
* [#26](https://github.com/brodieG/fansi/issues/26) Add replacement forms of
`substr_cl` (i.e `substr_ctl<-`).
* [#58](https://github.com/brodieG/fansi/issues/58) Add support for OSC-anchored
URLs.
Expand All @@ -26,6 +26,9 @@
SGR state.
* [#71](https://github.com/brodieG/fansi/issues/71) Functions that write SGR are
now more parsimonious (see "Behavior Changes" below).
* [#73](https://github.com/brodieG/fansi/issues/73) Default parameter values
retrieved with `getOption` now always have explicit fallback values defined
(h/t @gadenbui).
* More granular error messages for `unhandled_ctl` for adjacent _Control
Sequences_.
* `term.cap` parameter now accepts "all" as value, like the `ctl` parameter.
Expand Down

0 comments on commit f655a2e

Please sign in to comment.