Skip to content

1.1.0 + README fix

Latest
Compare
Choose a tag to compare
@daniwasonline daniwasonline released this 01 Sep 12:43
· 2 commits to master since this release

This is version 1.1.0, bumped up to 1.1.1 to fix the unchanged README.

Changelog

New methods

  • Added money fluctuation functions, similar to historical rates but with rates for the start and end of each day (along with a percentage of change)

Other changes

  • Changed JSDoc language to use "array" instead of "list", this isn't Python

  • Slightly modified language in example.js (also added the new function to example)

  • Removed Jest from tsconfig, no need to use Jest for this project

  • Added @types/node to package manifest

  • Added typedef:ExchangeRateResponse