Skip to content

Releases: TidierOrg/TidierStrings.jl

v0.2.4

22 Aug 15:24
68e1729
Compare
Choose a tag to compare

TidierStrings v0.2.4

Diff since v0.2.3

Adds

  • str_extract, str_extract_all
  • str_pad
  • str_trunc
  • examples in various docstrings showing . vectorization examples
    Bug Fixes
  • Fixes various functions that were acting on vectors, that needs to be acting on strings.

Merged pull requests:

  • adds extract, pad, others, fixes fxns acting on vecs that shd be strs (#20) (@drizk1)

v0.2.3

09 Aug 22:25
b372d99
Compare
Choose a tag to compare

TidierStrings v0.2.3

Diff since v0.2.2

Merged pull requests:

  • organized package files and added str_c and str_wrap functions (#18) (@cecoeco)

v0.2.2

05 Jun 15:09
f3a4669
Compare
Choose a tag to compare

TidierStrings v0.2.2

Diff since v0.2.1

Adds

  • str_which()
  • str_flatten()
  • str_flatten_comma()
  • str_locate()
  • str_locate_all()
  • str_conv
  • str_like

Merged pull requests:

  • added str_which, str_ends, and str_starts (#15) (@cecoeco)
  • adding str_flatten, str_flatten_comma, str_locate, str_locate_all, str_conv, str_replace_missing, and str_like (#17) (@cecoeco)

Closed issues:

  • str_replace_missing() instead of str_replace_na() ? (#16)

v0.2.1

14 May 17:01
4dee40e
Compare
Choose a tag to compare

TidierStrings v0.2.1

Diff since v0.2.0

Adds

  • str_dup()
  • str_length()
  • str_width()
  • str_trim()
  • str_subset()
  • str_unique()
  • word()

Merged pull requests:

  • added str_to_title, str_to_sentence, str_dup, str_length, & str_width (#13) (@cecoeco)
  • new functions: str_unique() & word() (#14) (@cecoeco)

v0.2.0

25 Oct 15:37
2176dca
Compare
Choose a tag to compare

TidierStrings v0.2.0

Diff since v0.1.1

Merged pull requests:

  • removed word boundary to make behavior =to stringr (#12) (@drizk1)

Closed issues:

  • Error when using str_replace inside a chain (#10)

Fixed a few bugs

01 Oct 20:36
86236ec
Compare
Choose a tag to compare
  • #10 Fix across all functions regarding accepted type
  • #8, #9 Fixed str_subset()
  • #6 Fixed typos in docs

v0.1.0

31 Jul 20:13
e0cf01c
Compare
Choose a tag to compare

TidierStrings v0.1.0