Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 3.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Added JsDoc pages for deployment, deployment link #157

  • Added code documentation using JsDocs #155

  • 12/01/2023 Added feature for sign-in with Google and Github #153

  • 16/01/2023 Add MongoURI for all working environments #161

  • 18/01/2023 Improved code documentation for API #165

  • 21/01/2023 Improved login, signup auth flow, access token management #166

  • 24/01/2023 Add superAdmin authentication, activateAccount, deactivateAccount feature for superadmin and user #170

  • 29/01/2023 Combined client and API documentation #182

  • 03/02/2023 Add github action to schedule PR from sub branches to main #180

  • 08/02/2023 Add setup/introduction guide to project documentation #184

  • 08/02/2023 Add Changelog section to project documentation #189

  • 08/02/2023 Add server setup to render documentation #190

  • 23/02/2023 Add github action to automate running of tests #201

  • 24/02/2023 Update tests for /forgotpassword and /resetpassword routes #204

Fixed

  • 21/01/2023 Fixed API deployment from returning cb.apply not a function error #168
  • 28/01/2023 Review and fixed bugs in auth API #181
  • 06/02/2023 Fixed title of schedule PR to match source branch #188
  • 20/02/2023 Fixed documentation deployment not rendering html docs #196
  • 23/03/2023 Fixed test suites for /signup and /login routes #201

Dependencies

Deprecated

Security