- 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
anddivide
methods. - Fixed
InvalidOperationError
not raising when comparing against a nonDinero
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
andDecimal
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