Releases: SkeletOSS/str_view
Releases · SkeletOSS/str_view
v0.7.7
v0.7.6
Release Notes:
- No need to expand character into size_t in bitset string matching operations.
v0.7.5
Release Notes:
- Quick fix for casting default integer type
v0.7.4
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
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
Release Notes:
- Fix behavior or
find_last_not_ofto be consistent with the C++ version specification.
v0.7.1
Release Notes:
- Internal formatting and config changes.
v0.7.0
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
Release Notes:
- API style update.
- All interface content gets the
SV_prefix. - All types are
Leading_upper_snake_case. - All functions are
snake_case.
- All interface content gets the
- API naming update.
- Functions given less terse names.
- Some abbreviations avoided. For example,
sv_rmatchbecomesSV_reverse_match.
v0.5.5
Release Notes:
- internal naming changes