Skip to content

2.1.5

Latest
Compare
Choose a tag to compare
@Elitezen Elitezen released this 20 Mar 23:59
· 5 commits to main since this release

2.1.5

  • Reverted to node-fetch for Node versions < 18
  • Inconsistency fixes and other minor bug fixes
  • Boolean questions now return their incorrect answer as a BooleanString and not a string[]
  • Question type now takes a generic of type QuestionTypes | unknown. Default is unknown
  • Created typings for correct and incorrect values.
  • Included URL for Session.reset() as it was missing.