0.3.0
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