Releases: EricRibeiro/mortgage-calculator-service
Releases · EricRibeiro/mortgage-calculator-service
v1.1.0
What's Changed
- feat: generalize interest rate and mortgage formulas by @EricRibeiro in #9
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- refactor: calculate periodic payment based on
monthly
by @EricRibeiro in #8
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- refactor: simplify how the handler handles
POST
by @EricRibeiro in #6 - feat: add validation for empty body by @EricRibeiro in #7
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: add parameter validation by @EricRibeiro in #1
- feat: add functional endpoints by @EricRibeiro in #2
- fix: set cors to
true
in serverless by @EricRibeiro in #3 - docs: add proper documentation with context, running instructions and usage by @EricRibeiro in #4
- refactor: improve error message by @EricRibeiro in #5
New Contributors
- @EricRibeiro made their first contribution in #1
Full Changelog: https://github.com/EricRibeiro/mortgage-calculator-service/commits/v1.0.0