Skip to content

0.3.0

Compare
Choose a tag to compare
@ldrick ldrick released this 29 Jul 13:36
· 43 commits to main since this release
6ae5cf5

This release uses amazing Big.js to improve precision of calculated values and awesome fp-ts to clearly communicate throught the API, that Errors can be returned.
This is a breaking change release

  • Added macd
  • Added pdi, mdi into adx
  • Added unwrap
  • Improved Test Coverage a little 😁
  • Fixed Handling of Infinity, -Infinity, NaN and pure 0 values
  • Fixed throwing Errors, instead Either<Error, Big[] | BigObject> is given