v1.1.0
- Added wildcard support
- You can now use
*to indicate everything after (e.g.Colors/*will give back all parameters that start withColors/) - Use
!to exclude a parameter (e.g. when usingColor/*you can add exclude a parameter using!Colors/Clothes)
- You can now use