Skip to content

Releases: signal-noise/index-core

1.6.1

31 Mar 12:14
9fbd70d
Compare
Choose a tag to compare

fixes a bug where indicators would be ignores if they had id's greater than "10" i.e. 1.2.10 would have been excluded

1.6.0

31 Mar 08:06
3c33220
Compare
Choose a tag to compare

This release adds the ability to "clamp" indicators forcing them to remain within the min/max range

v1.5.3

11 Mar 12:25
7bf0178
Compare
Choose a tag to compare

Fixes a bug in the way that inverted indicators are handled
Adds linting to the CI process to catch these things in future

v1.5.2

09 Mar 13:19
2353b74
Compare
Choose a tag to compare
Adjusted value return (#19)

* improve return object from adjustValue

v1.5.0

08 Mar 14:51
43977e8
Compare
Choose a tag to compare

Adds an API method for getting the user edited/ calculated version of an indicator score which falls back to the initial value

v1.4.2

02 Mar 14:27
e506bc9
Compare
Choose a tag to compare

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

28 Feb 17:07
bf285d0
Compare
Choose a tag to compare

Fixes problems with the adjustValue function

by @tomgp in #16
Full Changelog: v1.4.0...v1.4.1

v1.4.0 - prevent overwrite

04 Feb 12:40
27132f3
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.4.0

add indicator filtering

01 Dec 10:09
99aa014
Compare
Choose a tag to compare
Add ability to exclude indicators from calculation (#10)

* exclude indicators based on a predicate function
* version bump
* docs

v1.0.1

26 Nov 15:38
33471e6
Compare
Choose a tag to compare
version bump