Skip to content

Releases: a-merezhanyi/voca_rs

v1.15.2

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 10 Nov 22:10
  • Fixed panic for not closed tags at strip::strip_tags with Unicode content

All kudos to @rillian 🎉

v1.15.1

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 08 Nov 19:37
  • Fixed panic for not closed tags at strip::strip_tags
  • Addressed Clippy's issues

All kudos to @rillian 🤗

v1.15.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 01 Oct 09:01
  • Implemented chop::limit_words
  • Updated documentation

v1.14.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 18 Sep 16:55

Implemented manipulate::finish, manipulate::start

v1.13.1

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 26 Aug 11:41

Updated documentation.

v1.13.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 04 Oct 13:46

Implemented chop::removeprefix, chop::removesuffix

v1.12.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 06 Sep 10:24

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

v1.10.1

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 04 Jul 10:01

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

v1.10.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 21 Mar 14:16

Implemented count::count_where.

v1.9.0

Choose a tag to compare

@a-merezhanyi a-merezhanyi released this 01 Dec 21:59

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