Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.29 KB

HISTORY.md

File metadata and controls

36 lines (30 loc) · 1.29 KB

0.0.1 / 2016-10-22

  • Initial release

0.0.2 / 2016-10-24

  • Fixed accidental lib and test folder exclusion on npm package.

0.0.3 / 2016-10-25

  • Shooting star support added.
  • Examples updated.

0.0.4 / 2021-01-12

0.0.5 / 2022-04-28

  • Dependencies upgrade.
  • Add google eslint ruleset.
  • Add nyc coverage to test script.
  • Fix spacing and style.
  • Add jsdoc to functions.
  • Add bullish and bearish hammers (inverted and non-inverted).
  • Add optional ratio param to hammers.
  • Fix kickers to exclude hammers.
  • Fix candle wrapping on engulfings.

0.0.6 / 2024-03-31

  • Remove optional param ratio from hammer functions causing bad results.
  • Fix bullishHammer, bearishHammer, bullishInvertedHammer, bearishInvertedHammer, and hangingMan functions.
  • Bugfix #1.

0.0.7 / 2024-04-02

  • Fix index.js copyright.
  • Remove useless properties in .eslintcr and add object-curly-spacing exception rule.
  • Fix linting errors.
  • Update package keywords and increment version.
  • Optimize private function findPattern to make it more performant.