Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Query strings ($options) should be exploded by default #80

@ghost

Description

1.2 should explode query string parameters by default, so that:

?a=b,c,d

Results in:

{a: ["b", "c", "d"]}

@adam-patterson FYI

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions