Skip to content

v1.2.0-alpha

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 00:07
dbd2754

1.2.0-alpha (2025-02-13)

Features

  • (solo project) Add solo project status, email and discordId query params to GET endpoint (06e8d63)
  • Stage 1 - add parseConfig field to Question and OptionChoice models (#238) (5890679)
  • tests: extend Jest with additional matchers for better testing (ea49075)

Bug Fixes

  • eslint.config.mjs: correct import and plugin names, adjust tsconfig.json path (feadabd)
  • package.json: downgrade several packages to ensure compatibility (cf9e090)
  • tests: correct usage of jest-extended matchers in various test files (2361bb0)
  • tests: corrected 'toBeArray' and 'toBeObject' to be called as functions instead as a property access. (249c8dc)