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.