MuscleLib API - v1.1.3
Changes and Improvements
-
[#21 chore: bump mongoose from 8.9.3 to 8.9.5](#21)
- Updated Mongoose to version 8.9.5 via Dependabot.
-
[#22 feat: add new endpoints and improve error logs](#22)
- Added new API endpoints.
- Improved error logging system.
-
[#23 refactor: improve error handling and parameter validation](#23)
- Refactored error handling for better reliability.
- Improved parameter validation.
-
[#24 fix: improve search error handling and language fallback](#24)
- Fixed search error handling.
- Improved language fallback system.
-
[#25 fix: improve error handling, language fallback, and update image route](#25)
- Enhanced error handling and language fallback.
- 🚨 Images moved to a new route (see "Deprecated" section).
-
[#26 feat: add documentation page](#26)
- Added API documentation page.
-
[#27 feat: improve code structure and update dependencies](#27)
- Updated all dependencies to their latest versions.
- Improved overall code organization.
-
[#28 feat: improve code structure and update dependencies](#28)
- Refined HTML and CSS for better readability and styling consistency.
-
[#29 chore: update .gitignore](#29)
- Updated
.gitignoreto exclude unnecessary files from the repository.
- Updated
-
[#30 chore: git configuration](#30)
- Adjusted Git configuration.
⚠️ Deprecated
- Image route moved:
- The
/exercises/{exerciseName/{exerciseIndex}.jpgroute is now deprecated and replaced by/api/exercises/{exerciseName/{exerciseIndex}.jpg. - Please update your code to use the new route, as the old one will be removed in a future version.
- The