Skip to content

Releases: SkeletOSS/str_view

v0.7.7

12 Apr 15:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Notes:

  • Enable immutable releases.

v0.7.6

04 Apr 23:25

Choose a tag to compare

Release Notes:

  • No need to expand character into size_t in bitset string matching operations.

v0.7.5

04 Apr 23:08

Choose a tag to compare

Release Notes:

  • Quick fix for casting default integer type

v0.7.4

04 Apr 23:04

Choose a tag to compare

Release Notes:

  • Fix implementation of bitset with static inline instead of inline casting. Makes sanitizers happier about integer widening and is easier on debuggers.

v0.7.3

02 Apr 17:33

Choose a tag to compare

Release Notes:

  • Internal naming updates.
  • New tooling added with more robust build instructions.
  • Coverage report added to local tools and GitHub pages.

v0.7.2

01 Apr 22:25

Choose a tag to compare

Release Notes:

  • Fix behavior or find_last_not_of to be consistent with the C++ version specification.

v0.7.1

22 Feb 00:20

Choose a tag to compare

Release Notes:

  • Internal formatting and config changes.

v0.7.0

01 Dec 01:33

Choose a tag to compare

Release Notes:

  • Tokenizer iterators given consistent name pattern with rest of API.
    • SV_token_[begin|end|next|reverse_begin|reverse_end|reverse_next].

v0.6.0

30 Nov 21:47

Choose a tag to compare

Release Notes:

  • API style update.
    • All interface content gets the SV_ prefix.
    • All types are Leading_upper_snake_case.
    • All functions are snake_case.
  • API naming update.
    • Functions given less terse names.
    • Some abbreviations avoided. For example, sv_rmatch becomes SV_reverse_match.

v0.5.5

11 Nov 04:07

Choose a tag to compare

Release Notes:

  • internal naming changes