Skip to content

v2.0.0

Compare
Choose a tag to compare
@battleoverflow battleoverflow released this 14 May 05:46
· 3 commits to main since this release

Changelog

Available on crates.io: https://crates.io/crates/mercy

Breaking Changes

  • Replaced all mercy_* calls with the actual names for better readability (92d6248)

Features

  • Added a new language detection crate (mercy::extra("detect_lang", "<string>")) (92d6248)
  • Included basic test cases for testing functionality (46dbbfc)
  • Updated GitHub workflow to now run cargo check, cargo test, and cargo build (932c231)
  • Added the ability to parse email files and return generic data from email content (mercy::extra("parse_email", "<eml_file>")) (8006dbc)

Changelog: v1.2.22...v2.0.0