Skip to content

Latest commit

 

History

History
111 lines (71 loc) · 6.03 KB

CHANGELOG.md

File metadata and controls

111 lines (71 loc) · 6.03 KB

Changelog

v0.0.7

compare changes

v0.0.6

compare changes

🚀 Enhancements

  • exercise: Added endpoint to get exercise by exerciseid (b3fa32a)

❤️ Contributors

v0.0.5

compare changes

v0.0.4

compare changes

🚀 Enhancements

  • bodyPart: Added route endpoint to get exercises by specific bodyPart (387524d)
  • equipments: ⚡️ added route endpoint to get exercises by specific equipment (d5786f2)
  • muscles: Added route endpoint to get exercises by specific muscle (b3c8a9c)

🩹 Fixes

  • 🐛 fixes invalid token error (8c45438)

❤️ Contributors

v0.0.3

compare changes

🚀 Enhancements

  • user: Added user entity (2bf3122)
  • authentication: 🔒️ add register user and authenticate route (779c652)
  • authmiddleware: Added rbac middleware as global route for preventing post endpoints (4998a03)

🩹 Fixes

  • core: Update autocomplete aggregate query by remove _id (0710e5b)

❤️ Contributors

v0.0.2

🚀 Enhancements

  • Project structure setup (4181ff2)
  • Project structure setup (c347665)
  • Setting up redis (ad45afc)
  • database: ✨ added mongodb setup and exercises schema (4fc7b69)
  • database modelling: 📦️ add exercise, equipment,bodypart,muscle schemas (7d07049)
  • module: ✨ added muscles module (4d0f63e)
  • modules: ✨ added equipment module (7c1cda1)
  • modules: ✨ added bodyPart module (84a556f)
  • schema: 🔨 updated exercise schema (f13f0fb)
  • 🔨 refactoring code (22e93e9)
  • modules: ✨ added exercise module (df8a2d4)
  • exercises: ✨ added retrive all exercises with pagination (2016e16)
  • exercises: ⚡️ added search query on exercises endpoint (e639f2c)
  • exercises: 🔍️ added autocomplete suggestion search (a08f6d3)
  • deployment: Added workflow yaml (25953ca)
  • images: Added image view and upload endpoint (9fbac0c)

❤️ Contributors

  • Anmol Gangwar

v1.1.0

🚀 Enhancements

  • Project structure setup (4181ff2)
  • Project structure setup (c347665)
  • Setting up redis (ad45afc)
  • database: ✨ added mongodb setup and exercises schema (4fc7b69)
  • database modelling: 📦️ add exercise, equipment,bodypart,muscle schemas (7d07049)
  • module: ✨ added muscles module (4d0f63e)
  • modules: ✨ added equipment module (7c1cda1)
  • modules: ✨ added bodyPart module (84a556f)
  • schema: 🔨 updated exercise schema (f13f0fb)
  • 🔨 refactoring code (22e93e9)
  • modules: ✨ added exercise module (df8a2d4)
  • exercises: ✨ added retrive all exercises with pagination (2016e16)
  • exercises: ⚡️ added search query on exercises endpoint (e639f2c)
  • exercises: 🔍️ added autocomplete suggestion search (a08f6d3)
  • deployment: Added workflow yaml (25953ca)
  • images: Added image view and upload endpoint (9fbac0c)

❤️ Contributors

  • Anmol Gangwar