v1.2
What's Changed
- Wildcards only supported
/*
, now they also support/test/abc/*
(82137ee) - Added new placeholders:
{total_path}
,{after_path}
,{query}
(82137ee){total_path}
: https://example.com/test/abc/123?q=1 =/test/abc/123
{after_path}
: https://example.com/test/abc/123?q=1 =/123
{query}
: https://example.com/?q=1 =/?q=1
Removed
- Removed the
{path}
placeholder (82137ee)
Full Changelog: v1.1.1...v1.2