Skip to content

Releases: razorpay/go-financial

v1.1.0

27 Dec 08:48
e28d82c
Compare
Choose a tag to compare

Added

  • Rate function
  • Dependabot support

Fixed

  • Func definition in readme

v1.0.0

14 Mar 11:17
2ffda17
Compare
Choose a tag to compare

Added

  • support for nper with examples

Changed

  • Replace floats with decimal

Fixed

  • Fix PMT, 0 rate case
  • Fix IPMT

v0.2.0

03 Feb 17:26
5a981d0
Compare
Choose a tag to compare

Added

  • support for pv & npv functions with examples & test cases.
  • test cases for PlotRows
  • updated readme.

Changed

  • refactored PlotRows

Initial release

27 Dec 11:05
9ff7905
Compare
Choose a tag to compare
add examples,documentation and code-coverage gh-action. (#2)

* add examples,documentation and code-coverage gh-action.

* fix gofumpt err.

* checking code coverage.

* fix tests.yml

* fix quotes

* fix name err.

* reorder artifact dl and add license.

* revert code-cov branch to master.