Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

44 lines (21 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2022-02-22)

Features

  • Migration to typescript and provides types (b914e62)

1.0.0 (2021-05-29)

⚠ BREAKING CHANGES

  • previous "Path" suffix on keys replaced with "Route" suffix

Features

  • createRoutes generates object with "Route" suffix now (001ccb7)
  • Parameters that are not part of the route pattern are added as query string (afa1fad)

0.0.4 (2020-10-09)

Features

  • adds property to createRoute (f07e03a)

0.0.3 (2020-10-08)

Bug Fixes

  • getType is a function on route (889c5c8)

0.0.2 (2020-10-05)

Features

  • adds createRoute function (eb40239)