Skip to content

Releases: rorynolan/strex

v2.0.0

31 Jan 17:41
Compare
Choose a tag to compare

BREAKING CHANGES

  • The commas argument has been replaced by the more flexible big_mark.

v1.6.0

04 Jul 21:16
Compare
Choose a tag to compare

strex 1.6.0

MINOR IMPROVEMENTS

  • Remove usage of magrittr's %<>% operator.
  • Now using the new rlang::abort() error message formatting.

strex 1.5.1

BUG FIXES

  • purrr should not have been in Imports. It is now in Suggests.
  • Some lines in stringi-imports.h needed to be uncommented.

strex 1.5.0

NEW FEATURES

  • str_detect_all() and str_detect_any().

strex 1.4.4

25 Dec 03:25
Compare
Choose a tag to compare

BUG FIXES

  • Fix for dev version of stringr.

strex 1.4.3

27 Jul 03:44
Compare
Choose a tag to compare

BUG FIXES

  • Insist on latest, bug-fixed stringi v1.7.8.

strex 1.4.2

18 Apr 05:28
Compare
Choose a tag to compare

BUG FIXES

  • Remove LazyData from DESCRIPTION (was causing CRAN note).

strex 1.4.1

25 Oct 16:19
Compare
Choose a tag to compare

strex 1.4.1

BUG FIXES

  • R version 3.5 or greater is needed because INTEGER_GET_REGION is used, which was introduced with R's ALTREP stuff.

strex 1.4.0

MINOR IMPROVEMENTS

  • str_trim_anything() got a speedup.
  • str_match_arg() now has better error messaging.

BUG FIXES

  • utils was wrongly imported.

strex 1.3.1

02 Oct 15:20
Compare
Choose a tag to compare

strex 1.3.1

BUG FIXES

  • Fix a garbage collection issue.

strex 1.3.0

MINOR IMPROVEMENTS

  • Move from Rcpp to C.

strex 1.2.0

13 Sep 13:43
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Include more examples to cover all common functionality.

strex 1.1.1

23 Jun 09:09
Compare
Choose a tag to compare

BUG FIXES

  • Insist on necessary versions of stringr and processx.
  • Fix a C++ sanitizer warning.

strex 1.1.0

15 Jun 11:54
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • The pattern argument of str_trim_anything() now supports regular expression.

BUG FIXES

  • The new configure step opens up the package to people with GCC < 4.9; previously installation failed for them.