Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.21 KB

changelog.md

File metadata and controls

62 lines (41 loc) · 1.21 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.

  • attempt to alter Response and Request objects to add methods and properties
  • starts of a static folder middleware to serve static files

0.0.2 - 2023-05-04

Added

  • Added readme

0.0.1 - 2023-04-20

Added

  • Added params to route (using path-to-regexp)
  • Added resolvers
  • Added Middlewares
  • Added service
  • Added Injector
  • Created default lib structure