Releases: a-merezhanyi/voca_rs
Releases · a-merezhanyi/voca_rs
Release list
v1.15.2
v1.15.1
- Fixed panic for not closed tags at
strip::strip_tags - Addressed Clippy's issues
All kudos to @rillian 🤗
v1.15.0
- Implemented
chop::limit_words - Updated documentation
v1.14.0
Implemented manipulate::finish, manipulate::start
v1.13.1
v1.13.0
Implemented chop::removeprefix, chop::removesuffix
v1.12.0
Implemented chop::after, chop::after_last, chop::before, chop:before_last
v1.10.1
Fixed panic on unicode HTML strings for voca_rs::strip::strip_tags. See #18
v1.10.0
v1.9.0
Implemented trait for String and str. Functions are accessible directly on String/&str (all methods start from the underscore symbol).
BREAKING CHANGE: Moved foreign_key methods to chop module