Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.07 KB

File metadata and controls

52 lines (27 loc) · 1.07 KB

Change Log

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] - yyyy-mm-dd

[0.3.0] - 2024-07-06

Added

  • Implementing Redirect function and adjusting response function

[0.2.1] - 2024-07-06

Fixed

  • Adjusting loadFile and serverStaticDirectoriesto read from project base directory not from inside node_modules

[0.2.0] - 2024-07-06

Added

  • Implementing Error handler and loadFile function

Fixed

  • Adjusting the serveStaticFiles function

[0.1.2] - 2024-07-05

Fixed

  • Adjusting jest config file

[0.1.1] - 2024-07-05

Added

  • Implementing tests for Logger, Router and Server

  • Creating Simpler server README.md file.

  • Creating Simpler server response method.

  • Creating Simpler server methods to serve static files.

  • Creating Simpler server base structure (Server, Router and Logger) to deal with API routes.

  • Adding github actions, changelog and readme files.