Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

68 lines (53 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.5 - 2024-12-05

Other

  • updating workflow files

Changed

  • Merge pull request #4 from bnkc/dependabot/cargo/pyo3-0.22.4
  • Bump pyo3 from 0.22.2 to 0.22.4
  • Changing toolchain
  • Completed domain deliverability
  • Restructuring project
  • Update README.md

[1.0.0] - 2024-08-08

Added

  • Add files via upload

Changed

  • Updating toml
  • Renaming to emval
  • Update README.md
  • Update README.md
  • Update benchmark.py
  • Delete benchmark_results.svg
  • Delete test.py
  • Update README.md
  • Delete perf.png
  • Began new benchmarking
  • Flattened out ValidatedEmail, working on valid tests
  • Update README.md
  • Update README.md
  • Update README.md
  • Create LICENSE
  • Update README.md
  • Update README.md
  • Starting readme
  • Close to completeing invalid syntax testing
  • Deliverable flag and more invalid email tests
  • Better PyError handling
  • Python bindings
  • Preparing for python binding migration
  • Refactored tests, added original and normalized email to struct
  • Validate special domains
  • Setup case testing, passing test suite
  • Still working on quoted local part tests
  • Quoted local part tests pass
  • Domain literals completed
  • Working on fixing domain testing and validation
  • Benchmarking
  • Initial commit for new project structure