Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 925 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 925 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.

0.2.0 - 2024-02-11

Added

  • Context provides access to HTTP request and response
  • ClientIP() and RemoteIP() utility functions on Context

Changed

  • removed String designators in validation functions that validate string values

Deprecated

  • RequireString... validation methods

0.1.0 - 2023-09-27

Added

  • Engine
  • Router
  • Context
  • Validatable interface
  • Validator
  • ResponseStatusError
  • Map utilities