feat(core): initial release of financial calculation package with decimal precision
Some checks failed
CI Pipeline (nottags) / security (push) Successful in 17s
CI Pipeline (tags) / security (push) Successful in 17s
CI Pipeline (nottags) / test (push) Failing after 52s
CI Pipeline (tags) / test (push) Failing after 50s
CI Pipeline (tags) / release (push) Has been skipped
CI Pipeline (tags) / metadata (push) Has been skipped
Some checks failed
CI Pipeline (nottags) / security (push) Successful in 17s
CI Pipeline (tags) / security (push) Successful in 17s
CI Pipeline (nottags) / test (push) Failing after 52s
CI Pipeline (tags) / test (push) Failing after 50s
CI Pipeline (tags) / release (push) Has been skipped
CI Pipeline (tags) / metadata (push) Has been skipped
This commit is contained in:
14
changelog.md
Normal file
14
changelog.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0] - 2025-07-29
|
||||
|
||||
### Added
|
||||
- Initial release of @fin.cx/calculation
|
||||
- Calculator class with high-precision decimal arithmetic
|
||||
- Financial class with time value of money calculations (PV, FV, NPV, IRR, XIRR)
|
||||
- Interest class with simple, compound, and continuous interest calculations
|
||||
- Amortization class with loan schedules and payment analysis
|
||||
- Currency class with conversion, formatting, and monetary operations
|
||||
- Comprehensive test suite
|
||||
- Full TypeScript support
|
||||
- CI/CD workflows for automated testing and publishing
|
Reference in New Issue
Block a user