Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

73 lines (52 loc) · 4.22 KB

Changelog

v4.0.1 (2021-11-18)

Fix

v4.0.0 (2021-04-03)

Feature

  • option to force trailing slash (299f3b3)
  • use *args and **kwargs on add_path/query (63072db)
  • allow chaining with add_path/add_query (ae6c9ac)

Breaking

  • Modified parameter names for add_path and add_query (63072db)

Documentation

v3.0.0 (2021-04-02)

Feature

Breaking

  • Removed public path_list attribute, should now be accessed through path. BREAKING CHANGE: Trailing slash no longer removed. (d34ac1d)

Documentation

  • readme: reference to external docs (4058e07)
  • setup Sphinx (16196ed)
  • add examples (65d800f)
  • readme: fix all-contributors badge and table (d039306)
  • create .all-contributorsrc [skip ci] (915cd47)
  • update README.md [skip ci] (2ab9c55)

v2.0.0 (2021-03-02)

Feature

  • easier manipulation of path and query (b520771)

Breaking

  • Renamed _path_list and _query_dict, and removed params. (b520771)

Documentation

  • contributing: All Contributors info (5d2a84e)
  • readme: better install & contrib. instruct. (05ca34b)
  • readme: basic installation and usage, badges (3718cbd)

v1.1.4 (2021-02-26)

v1.1.3 (2021-02-26)

v1.1.2 (2021-02-26)

v1.1.1 (2021-02-26)

Fix

Documentation

v1.1.0 (2021-02-26)

Feature

Documentation

  • issue template: initial commit (43e042a)
  • readme: add badges (7d64626)
  • contributing: initial commit (da8c62b)