Skip to content

Releases: gadicc/node-yahoo-finance2

v2.13.2

04 Oct 12:20
Compare
Choose a tag to compare

2.13.2 (2024-10-04)

Bug Fixes

  • chart: validate includePrePost:false, interval:1m (fixes #812) (b272c48)

Reverts

  • Revert "chore(tests): temporarily disable getCrumb tests on CI" (a234d60)
  • Revert "chore(tests): different approach for weird CI getCrumb test issue" (d0fea98)

v2.13.1

02 Oct 11:21
Compare
Choose a tag to compare

2.13.1 (2024-10-02)

Bug Fixes

  • quoteSummary: re-add missing modules except insiderHolders (#797) (d862806)

v2.13.0

29 Sep 10:37
Compare
Choose a tag to compare

2.13.0 (2024-09-29)

Bug Fixes

  • options: re-export missing types (#797) (e96395f)
  • setGlobalConfig: cookieJar prop should be optional (fixes #809) (7e524fc)

Features

v2.12.5

28 Sep 16:00
Compare
Choose a tag to compare

2.12.5 (2024-09-28)

Bug Fixes

  • deps: update dependency tough-cookie to v4.1.4 (a5f8ed4)
  • json: keep assertions; use "with"; up min node ver (closes #800) (45cc33a)
  • json: revert keepImportAssertions=false (just for swc/jest) (0a3e98d)
  • validation: only log error part of errror (w/o schema, value) (859a0fb)

v2.12.4

20 Sep 12:00
Compare
Choose a tag to compare

2.12.4 (2024-09-20)

Bug Fixes

  • historical: correctly map adjclose -> adjClose (#795) (d8851ec)
  • historical: return coerced values (#797) (386bf82)

v2.12.3

18 Sep 11:45
Compare
Choose a tag to compare

2.12.3 (2024-09-18)

Bug Fixes

  • chart,options: fix types after last commit (#797) (27150e6)
  • historical: add missing types, colocate types with schema (#797) (5ca349e)
  • types: use StaticDecode vs Static to infer types (#797) (696baf6)

v2.12.2

17 Sep 11:53
Compare
Choose a tag to compare

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

16 Sep 16:21
Compare
Choose a tag to compare

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

16 Sep 14:29
Compare
Choose a tag to compare

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

30 May 09:19
Compare
Choose a tag to compare

2.11.3 (2024-05-30)

Bug Fixes

  • getCrumb: ignore (but log) unexpected redirect (fixes #777) (2e4c0b4)