Skip to content

Releases: prantlf/v-strutil

0.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:18

0.13.0 (2026-07-18)

Features

  • Adapt to breaking changes in V II (8b9e277)

0.12.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:24

0.12.0 (2026-07-18)

Features

  • Adapt to breaking changes in V (313a35d)

0.11.1

Choose a tag to compare

@github-actions github-actions released this 01 Jan 21:35

0.11.1 (2024-01-01)

Bug Fixes

  • Remove unneded checks from index and last_index (0cf1fd0)

0.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 18:06

0.11.0 (2023-12-29)

Features

  • Add functions index and last_index (a9e0927)

Bug Fixes

  • Make contains_within_nochk inline (d59391f)

0.10.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 18:52

0.10.0 (2023-12-16)

Features

  • Add functions count and count_u8 (97b7aa7)

0.9.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:38

0.9.1 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (7153d05)

0.9.0

Choose a tag to compare

@prantlf prantlf released this 11 Sep 00:21
96f2c2d

0.9.0 (2023-09-11)

Features

  • Add lookups for eoln and right after it (7c8ca69)

BREAKING CHANGES

Carriage return cannot be used alone as a line break any more.
It has to be always followed by a line feed. Let us see is this change survives.

0.8.0

Choose a tag to compare

@prantlf prantlf released this 10 Sep 17:11
8148550

0.8.0 (2023-09-10)

Features

  • Add functions cutting lines from start and end (1c7227f)

0.7.0

Choose a tag to compare

@prantlf prantlf released this 10 Sep 17:09
93b8f03

0.7.0 (2023-08-18)

Features

  • Add str_within optimising the string extraction from Builder (7c35b74)

0.6.0

Choose a tag to compare

@prantlf prantlf released this 10 Sep 17:09
4cc0506

0.6.0 (2023-08-18)

Features

  • Add str_without_whitespace optimising the string extraction from Builder (2fe4dfd)