Skip to content

[2.0] URLs should default to lowercase / dasherized (both configurable) #81

Description

@ritch

This is a breaking change. You should be able to configure the URL style to support old clients though.

1.x

FooBar => /FooBar
fooBar => /fooBar
foo-bar => /foo-bar

2.x (proposal)

FooBar => /foo-bar
fooBar => /foo-bar
foo-bar => /foo-bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions