Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#12): Some Patterns return undefined #16

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

cm45t3r
Copy link
Owner

@cm45t3r cm45t3r commented Mar 31, 2024

Solves bug #12 . It comes with breaking changes, so please beware when upgrading to 0.0.6.

=== ⚠️ BREAKING CHANGE WARNING ON VERSIONS <= 0.0.6 ===

Before: search pattern functions returned the last OHLC object conforming the pattern.
After: they return the first index of the candle conforming the pattern. It helps
locating candlestick in dataArray more easily. So before upgrading to version 0.0.6, please
be aware of changing your code.

@cm45t3r cm45t3r added the solved label Mar 31, 2024
@cm45t3r cm45t3r self-assigned this Mar 31, 2024
@cm45t3r cm45t3r merged commit 2e3c427 into master Mar 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants