- option to force trailing slash (
299f3b3
) - use *args and **kwargs on
add_path
/query
(63072db
) - allow chaining with
add_path
/add_query
(ae6c9ac
)
- Modified parameter names for
add_path
andadd_query
(63072db
)
- reflect new changes (
1e92cdf
)
- support trailing slash (
d34ac1d
)
- Removed public
path_list
attribute, should now be accessed throughpath
. BREAKING CHANGE: Trailing slash no longer removed. (d34ac1d
)
- 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
)
- easier manipulation of path and query (
b520771
)
- Renamed
_path_list
and_query_dict
, and removedparams
. (b520771
)
- contributing: All Contributors info (
5d2a84e
) - readme: better install & contrib. instruct. (
05ca34b
) - readme: basic installation and usage, badges (
3718cbd
)
- query encoding (
2b12860
)
- readme: coverage badge (
aebb516
)
- initial commit (
ff71a91
)