Skip to content

2.0.2

Choose a tag to compare

@Phyroks Phyroks released this 19 Mar 17:50
· 12 commits to master since this release
dc3eaa6

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.