Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.97 KB

File metadata and controls

77 lines (45 loc) · 1.97 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.

  • /

1.0.7 - 2026-01-07

Added

  • Optional includeSunday query parameter to holiday endpoints to include Sunday holidays (Palm Sunday and Easter Sunday) in the response.

1.0.6 - 2026-01-06

Changed

  • Project migration to .NET 10.
  • Updated Entity Framework Core and other dependencies to version 10.
  • Updated Swashbuckle.AspNetCore to version 10.1.0.

1.0.5 - 2024-12-18

Changed

  • Endpoints were added for holidays: one returning all holidays for a specific year and the other returning holidays for a specific month and year.

1.0.4 - 2024-10-25

Changed

  • All list-returning endpoints now support sorting by any field within their description, with options for both ascending and descending order.

1.0.3 - 2024-10-10

Changed

  • Deparment list now is returning the information about Capital city for each record

1.0.2 - 2024-10-10

Added

  • Adding ChangeLog, CodeOwners and Contributing file to improve documentation and create versions.

Changed

Deprecated

Removed

Fixed

Security

1.0.1 - 2022-03-01

  • initial release