- Initial release
- Fixed accidental lib and test folder exclusion on npm package.
- Shooting star support added.
- Examples updated.
- 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.
- Remove optional param
ratio
from hammer functions causing bad results. - Fix
bullishHammer
,bearishHammer
,bullishInvertedHammer
,bearishInvertedHammer
, andhangingMan
functions. - Bugfix #1.
- 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.