Skip to content

v3.0.0

Compare
Choose a tag to compare
@fed135 fed135 released this 12 Jul 21:40
· 21 commits to next since this release
9eaf8c8

Breaking Changes!

  • Changes the Multi-item query interface, separated from the single-item one. Multi-syntax getMany uses itemized Promise.allSettled formatted responses.
  • Changed API wording
    • batch.tick setting becomes batch.delay
    • batch.max setting becomes batch.limit
    • uniqueParams setting becomes delimiter
  • Removed custom response parser, which felt redundant. Now only itemized objects will be accepted

Other changes

  • Fixed TS definitions
  • Updated libraries
  • Updated linting
  • Added Github actions to replace Travis