Skip to content

Releases: a-merezhanyi/voca_rs

v1.15.2

10 Nov 22:10
Compare
Choose a tag to compare
  • Fixed panic for not closed tags at strip::strip_tags with Unicode content

All kudos to @rillian 🎉

v1.15.1

08 Nov 19:37
Compare
Choose a tag to compare
  • Fixed panic for not closed tags at strip::strip_tags
  • Addressed Clippy's issues

All kudos to @rillian 🤗

v1.15.0

01 Oct 09:01
Compare
Choose a tag to compare
  • Implemented chop::limit_words
  • Updated documentation

v1.14.0

18 Sep 16:55
Compare
Choose a tag to compare

Implemented manipulate::finish, manipulate::start

v1.13.1

26 Aug 11:41
Compare
Choose a tag to compare

Updated documentation.

v1.13.0

04 Oct 13:46
Compare
Choose a tag to compare

Implemented chop::removeprefix, chop::removesuffix

v1.12.0

06 Sep 10:24
Compare
Choose a tag to compare

Implemented chop::after, chop::after_last, chop::before, chop:before_last

v1.10.1

04 Jul 10:01
Compare
Choose a tag to compare

Fixed panic on unicode HTML strings for voca_rs::strip::strip_tags. See #18

v1.10.0

21 Mar 14:16
Compare
Choose a tag to compare

Implemented count::count_where.

v1.9.0

01 Dec 21:59
Compare
Choose a tag to compare

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