Releases: gadicc/node-yahoo-finance2
Releases · gadicc/node-yahoo-finance2
v2.12.2
2.12.2 (2024-09-17)
Bug Fixes
- moduleExec: actually return coerced values :) (94430d8)
- modules: re-export types, conform to *Schema convention (#795) (4269556)
v2.12.1
2.12.1 (2024-09-16)
Bug Fixes
- historical: re-add / adapt old null row filter (63c4498)
- options: fix default log.warn() to use console.warn not .error (4693dbb)
v2.12.0
2.12.0 (2024-09-16)
Bug Fixes
- chart: fix and improve non-Date handling code for periods (f1106c2)
- circleci,readme: use node:18.0.0 for tests, make clear in readme (8365a90)
- historical: map requests to chart() with deprec notice (#795) (c212df9)
- imports: add import assertions required in node since 17.5.0. (7d0deea)
- imports: specify ".js" on local imports for full ESM compat (46ee6c1)
- index: remove erroneously removed moduleExec import (fe1a493)
- notices: historical() note, type improvement, onceOnly text (c131e5c)
- pkg/scripts: still need
prepublishOnly
to run build
(4da1273)
- pkg: add babel importAttributes plugin (e41f65d)
- pkg: drop ts-jest, use @swc-jest, { keepImportAssertions: false } (a0e2847)
- pkg: use swc, remove babel (faster, fixes import assertions) (110d28d)
- tests-modules: use swc here too (c7e849c)
Features
- notices: notices lib, refactor, use for "yahooSurvey" (#783) (b4c016b)
v2.11.3
2.11.3 (2024-05-30)
Bug Fixes
- getCrumb: ignore (but log) unexpected redirect (fixes #777) (2e4c0b4)
v2.11.2
2.11.2 (2024-04-17)
Bug Fixes
- getCrumb: use getcrumb endpoint to get the crumb (fixes #764) (db0151c)
v2.11.1
2.11.1 (2024-04-05)
Bug Fixes
- cookieJar: re-export ExtendedCJ from package root (fixes #761) (5f99351)
v2.11.0
2.11.0 (2024-03-20)
Bug Fixes
- pkg: commit yarn.lock with @types/har-format (b1270b5)
Features
- fundamentalsTimeSeries: improved financial reports (#753) (188860a)
v2.10.0
2.10.0 (2024-03-09)
Features
- module: Add new fundamentals time series module (#748) (1681d33)
v2.9.2
2.9.2 (2024-03-07)
Bug Fixes
- quoteSummary: stdDev ? in FPerfRiskOverviewStatsRow (fix #744) (fc1430e)
v2.9.1
2.9.1 (2024-02-05)
Bug Fixes
- options: add { needsCrumb: true } (fixes #736) (79e33d9)
- quoteSummary: allow totalOtherIncomeExpenseNet null (fixes #734) (1d0d48e)
- quoteSummary: moduleName s/search/quoteSummary/ fix (bf58aa8)