Releases: signal-noise/index-core
Releases · signal-noise/index-core
1.6.1
1.6.0
v1.5.3
v1.5.2
v1.5.0
v1.4.2
This release adds a repository field to package.json and marks the package UNLICENSED as per npm docs...
https://docs.npmjs.com/cli/v8/configuring-npm/package-json
v1.4.1
v1.4.0 - prevent overwrite
API addition:
- On creating an indexCore the you now can specify whether hardcoded indicator values may be used in preference to calculated values
What else has Changed
- Diverging indicators by @tomgp in #12
- Remove date object by @tomgp in #13
- Publish to npm via release triggered action by @tomgp in #14
- Indicator value override by @tomgp in #15
Full Changelog: v1.2.0...v1.4.0
add indicator filtering
Add ability to exclude indicators from calculation (#10) * exclude indicators based on a predicate function * version bump * docs