Releases: formulajs/formulajs
4.5.4
4.5.3
4.5.2
What's Changed
- Test in another TZ
- IRR should escape empty values by @nicolashefti in #211
Full Changelog: 4.5.1...4.5.2
4.5.1
What's Changed
- Update .gitignore
Removed IMPLEMENTATION_STATS.md by @bornova in #207
Full Changelog: 4.5.0...4.5.1
4.5.0
What's Changed
Implementation stats #205
Updated implementation stats by @bornova in #205
Remove all Not implemented formulas from the library, including test cases: ERF.PRECISE, ERFC.PRECISE, ACCRINTM, AMORDEGRC, AMORLINC, COUPDAYBS, COUPDAYSNC, COUPNCD, COUPNUM, COUPPCD, DURATION, INTRATE, MDURATION, ODDFPRICE, ODDFYIELD, ODDLPRICE, ODDLYIELD, PRICE, PRICEMAT, RECEIVED, VDB, YIELD, YIELDDISC, YIELDMAT, CELL, INFO, ISFORMULA, ISREF, SHEET, SHEETS, ASC, BAHTTEXT, DBCS, PRONETIC.
Serial instead of Date #206
Add the ability to return Serial instead of plain JS Date by @nicolashefti in #206
- FormulaJs returns a JS Date by default (for backward compatibility).
- FormulaJs can switch to a serial number using formulajs.date.useSerial().
- FormulaJs can switch to a JS Date using formulajs.date.useDate().
Full Changelog: 4.4.11...4.5.0
4.4.11
What's Changed
- Fix IRR bug in #197 by @gaobaiming in #202
New Contributors
- @gaobaiming made their first contribution in #202
Full Changelog: 4.4.10...4.4.11
4.4.10
4.4.9
What's Changed
Full Changelog: 4.4.8...4.4.9
4.4.8
What's Changed
- Fix QUARTILE.INC, QUARTILE.EXC by @nicolashefti in #190
Full Changelog: 4.4.7...4.4.8
4.4.7
What's Changed
- LOG defaults to base = 10 when none is supplied by @marciorvneto in #187
- Maintenance/update dependencies by @bornova in #188
New Contributors
- @marciorvneto made their first contribution in #187
Full Changelog: 4.4.6...4.4.7