Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 843 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 843 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.0.4 — 2020–03–19

Breaking

  • Remove offset field from ParamInfo type
  • Remove ok bool return value from Param function as it was rarely used and is the same as checking paramInfo.Value != nil

Added

  • New WithParam and Path functions to simplify route normalization