Skip to content

Releases: lmammino/financial

v0.2.2

04 Mar 16:51
Compare
Choose a tag to compare

What's Changed

  • Fix: Cannot import library since 0.2.0 by @lmammino in #22

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Feb 22:09
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Feb 22:04
Compare
Choose a tag to compare

What's Changed

  • Feat: add support for the JSR registry + Biome + Bun testing by @lmammino in #20

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

26 Jul 15:48
Compare
Choose a tag to compare

Bump lodash from 4.17.15 to 4.17.19

v0.1.2

03 Jul 17:39
Compare
Choose a tag to compare

Improved README and documentation

v0.1.1

03 Jul 08:39
Compare
Choose a tag to compare

Added official Deno support

import { assertEquals } from 'https://deno.land/std/testing/asserts.ts'
import * as f from 'https://deno.land/x/npm:financial@0.1.1/src/financial.ts'

assertEquals(f.fv(0.05 / 12, 10 * 12, -100, -100), 15692.928894335755)

v0.1.0

02 Jul 22:30
Compare
Choose a tag to compare

First complete release including all the intended functionality:

  • fv() (since v0.0.12)
  • pmt() (since v0.0.12)
  • nper() (since v0.0.12)
  • ipmt() (since v0.0.12)
  • ppmt() (since v0.0.14)
  • pv() (since v0.0.15)
  • rate() (since v0.0.16)
  • irr() (since v0.0.17)
  • npv() (since v0.0.18)
  • mirr() (since 0.1.0)

v0.0.18

02 Jul 08:38
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

Seventh draft release implementing a subset of the intended functionality

v0.0.17

01 Jul 19:41
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release

Sixth draft release implementing a subset of the intended functionality

v0.0.16

01 Jul 16:58
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

Fifth draft release implementing a subset of the intended functionality