Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 782 Bytes

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.0.2] - 2020-04-24

Fixed

  • Added interface's namespace to manual for easier implementation.

[1.0.1] - 2020-04-05

Fixed

  • EndpointSearcher missing inheritance of Exception class.
  • UriPathGetter missing inheritance of Exception class.

[1.0.0] - 2020-04-04

Added

  • Router main point of process.
  • EndpointInterface has to be implemented by all endpoint classes.
  • EndpointSearcher helper class to search in routing table.
  • UriPathGetter helper class to retrieve the URI path.