Skip to content

v1.1.0

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