Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 917 Bytes

Angspire Change Log

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

[v0.0.2] - 2025 Jan 31

Added:

  • Angular:
    • Auth header Interceptor (automatically adds the Auth Headers to any request)
    • Hello button to test if the user is correctly authenticated and displays User.Name from the token
  • Dot Net API
    • Open Swagger 1.5 seconds after project initialized

Changed:

  • Dot Net API
    • Backend naming convention to better differentiate Models (server & database)
    • from ViewModels (used for client-server-client communication)

[v0.0.1] - 2024 Dec 7

Added:

  • Angular landing page sections:
    • Login (auth)
    • Theme sample
  • Dot Net API
    • Aspire Hosting
    • Endpoints:
      • Hello Controller
      • Authentication Controller with Identity
    • Entity Framework:
      • Identity
      • PostgresSQL

[vX.X.X] - 9999 Dec 9 Added: Changed: Fixed: