Skip to content

Latest commit

History

History
13 lines (11 loc) 路 401 Bytes

File metadata and controls

13 lines (11 loc) 路 401 Bytes

Changelog

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

[0.0.1] - 2025-05-01

Added

  • Initial implementation of Snippet API
  • CRUD endpoints for snippets
  • Search by language and tag
  • Input validation and global exception handling
  • Documentation with Springdoc OpenAPI (Swagger UI)
  • Health, info, env endpoints via Spring Boot Actuator
  • Unit and integration tests