2.0.2
Image Classification v2.0.2 Release Notes
We're pleased to announce the release of Image Classification v2.0.2, a refinement update focusing on response consistency and project rebranding.
Changelog
🔄 Standardized Response Format
- All API responses now follow a unified type definition:
type WebServerResponse = { status: number, message: string, data: unknown }
- This ensures consistent structure across all endpoints, making integration smoother.
✨ Project Rebranding
- The project has been renamed from NSFW-Classifier to Image Classification to better reflect its broader application scope.
🛠 Minor Improvements
- Updated internal documentation to align with the new naming conventions.
- Improved logging to provide clearer error messages and debugging information.
This update builds upon the previous v2.0.1 release, maintaining stability while improving usability. No breaking changes were introduced, making upgrading seamless.