Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

57 lines (38 loc) · 2.09 KB

Changelog

  • Modularize tools validators.
  • Modularized the codebase.
  • Removed unused conversions to string.
  • Fixed Circular imports.
  • Fixed Type linting errors.

0.2.0 (2023-05-14)

  • Added new tools module.
  • Added calculate_simple_interest tool.
  • Added calculate_compound_interest tool.
  • Added calculate_vat tool.
  • Added calculate_percentage tool.
  • Update documentation.
  • Update dependencies to the latest versions.

0.1.8 (2023-03-11)

  • Update dependencies to the latest versions.
  • Updated README and documentation.
  • Fix security vulnerabilities.

0.1.7 (2023-03-05)

  • Update dependencies to the latest versions.
  • Updated README and documentation.

0.1.6 (2022-11-19)

  • 100% code coverage 🎉
  • Fixed Type Hints for multiply and divide methods.
  • Fixed InvalidOperationError not raising when comparing against a non Dinero object.
  • Removed orphan lines of code.
  • Move validators to their own module.

0.1.5 (2022-11-03)

  • It is no longer possible to compare a Dinero instance to objects of other types (796b9e2).
  • Multiplication and division can be performed only with int, float and Decimal types (326ad3a).
  • Added GitHub community files: SECURITY, CHANGELOG and CONTRIBUTING.
  • Added coverage and code quality checks.

0.1.4 (2022-11-03)

  • Added typing-extensions dependency.

0.1.3 (2022-11-03)

Initial release