Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

74 lines (42 loc) · 1.06 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2023-10-18

Added

  • Add authorization bearer on Swagger

[1.0.0] - 2023-10-18

Added

  • Bulk import of locations

[0.5.0] - 2023-10-18

Added

  • CRUD for Location

[0.4.0] - 2023-10-16

Added

  • Search by Id
  • Search by State
  • Search by City

[0.3.0] - 2023-10-16

Added

  • Add Location Service
  • Add Location Repository

Changes

  • Change repository to name convention

[0.2.1] - 2023-10-15

Changes

  • Change Dto to Dtos

[0.2.0] - 2023-10-14

Added

  • Add SQL Server for data persistence
  • Add docker-compose to run SQL Server
  • Add Repository Pattern
  • Add DTOs
  • Add Dependency Injection of UserService

Changes

  • Improvements on Tests

[0.1.0] - 2023-10-11

Added

  • Location Resource
  • Entity Framework to use inMemoryData