url-pattern icon indicating copy to clipboard operation
url-pattern copied to clipboard

consider changing default segmentNameCharset to 'a-zA-Z0-9_'

Open snd opened this issue 8 years ago • 2 comments

the current default is unexpected to some.

it's likely that this change will meet more expectations than the current default.

breaking change

see #32

snd avatar Nov 17 '16 15:11 snd

same case :(

p.s.: also it's good idea to export definition of UrlPatternOptions

plandem avatar Feb 04 '17 17:02 plandem

the next release will be based on typescript and since it will contain breaking changes it will contain this change as well.

i've converted url-pattern from coffeescript to typescript over on this branch: https://github.com/snd/url-pattern/tree/coffeescript-to-typescript. tests are passing. just need to adapt the rest of the repo (build, CI, docs) to the new language.

snd avatar Apr 29 '19 20:04 snd