Skip to content

Release v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:58

Changelog

v2.0.1 (2026-06-17)

Full Changelog

Bug fixes:

  • fix(package): scope ./cli export to "node" condition so bundlers (webpack/Bundlephobia) skip the Node-only CLI subpath instead of failing on fs/path imports.

Maintenance:

  • chore(ci): bump actions/checkout from v4 to v5 to eliminate Node.js 20 deprecation warnings on GitHub Actions runners.

v2.0.0 (2026-06-17)

Full Changelog

Implemented enhancements:

  • perf(patternChain): precomputeCandleProps called N_patterns+1 times per run #80
  • refactor(plugins): module-level singleton Map leaks state across tests and process lifetime #79
  • refactor(utils): precomputeCandleProps duplicates logic from utility functions #76
  • perf(streaming): buffer.concat() in hot loop creates unnecessary allocations #75

Fixed bugs:

  • bug(utils): findPattern relies on Function.length for arity, breaks with default parameters #87
  • bug(streaming): processLargeDataset silently discards caller's onMatch callback #86
  • bug(utils): precomputeCandleProps silently produces NaN for malformed candle fields #85
  • bug(utils): ensurePrecomputed false-positive when input data has a bodyLen field #84
  • bug(streaming): processLargeDataset loses buffered data and skips final progress callback on error #83
  • bug(streaming): chunkSize <= 0 causes infinite loop in process() #82
  • bug(streaming): onMatch callback throw corrupts stream state permanently #81
  • bug(streaming): empty patternFns causes maxPatternSize = -Infinity #74
  • isEngulfed with faulty equality logic #60

Closed issues:

  • chore(security): fix moderate vulnerability in brace-expansion (transitive via eslint) #78
  • chore(deps): pin devDependencies to explicit semver ranges instead of "latest" #77

Merged pull requests:

v1.2.0 (2025-10-18)

Full Changelog

Merged pull requests:

v1.1.0 (2025-10-17)

Full Changelog

Merged pull requests:

v1.0.2 (2025-07-25)

Full Changelog

Merged pull requests:

v1.0.1 (2025-07-24)

Full Changelog

v1.0.0 (2025-07-24)

Full Changelog

Implemented enhancements:

  • Should detect Doji patterns. #11
  • Cannot chain the patterns #2

0.0.7 (2024-04-02)

Full Changelog

Fixed bugs:

  • Some Patterns return undefined #12
  • Merge Conflicts in Your Package.json #5
  • isEngulfed function #3
  • Non installation fix & possible script error on test? #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator