Skip to content

v1.5.0

Compare
Choose a tag to compare
@Coteh Coteh released this 17 Apr 05:48
· 218 commits to master since this release

What's Changed

  • Update Sentry dependencies to latest by @Coteh in #367
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #368
  • Bump prettier from 2.4.1 to 2.6.2 by @dependabot in #364
  • Bump validator from 9.4.1 to 13.7.0 by @dependabot in #329
  • Bump express-session from 1.15.6 to 1.17.2 by @dependabot in #245
  • Bump bcrypt from 5.0.0 to 5.0.1 by @dependabot in #234
  • Bump nodemon from 1.19.4 to 2.0.15 by @dependabot in #373
  • Bump multer from 1.3.0 to 1.4.4 by @dependabot in #344
  • Refactor routes so they are split into separate files by @Coteh in #372
    • /users route now has aliases /user and /u, user check moved into user subrouter
    • /images route now has aliases /image and /i
    • /check_username is now /check/username
    • /change_password is now /settings/change_password
    • Add middleware for session handler
    • Break out other middlewares into their own files
    • Add option to run Node.js debugger on integ/unit tests

Full Changelog: v1.4.0...v1.5.0