Skip to content

Releases: mgomez-dev-code/minimal-todos

v1.0.1 — Internal Refactor

05 Feb 04:37

Choose a tag to compare

Changes

  • Removed unnecessary Async suffix from synchronous endpoints.
  • Improved adherence to .NET naming conventions.

Notes

This release does not introduce functional or API behavior changes.

v1.0.0 — Initial Release

31 Oct 21:56

Choose a tag to compare

✨ Clean .NET 9 Minimal API project for managing Todo items
⚙️ CRUD endpoints with proper HTTP codes (200, 201, 400, 404)
🧠 In-memory repository using Dependency Injection
🔎 Search filter (?search=) and pagination (pageIndex, pageSize)
🧾 Validation with DataAnnotations + custom rules
🧪 Unit tests with xUnit + Moq
🤖 GitHub Actions CI (.NET 9 build & test pipeline)
📄 README with architecture diagram & badges (.NET, CI, License)
🖼️ Social preview image for repository