1
- ### changelog
1
+ # changelog
2
2
3
3
#### 0.7
4
4
@@ -56,7 +56,7 @@ named segments now also match `-`, `_`, ` ` and `%`.
56
56
57
57
` \\ ` can now be used to escape characters.
58
58
59
- [ made all special chars and charsets used in parsing configurable.] ( #modifying -the-compiler )
59
+ [ made all special chars and charsets used in parsing configurable.] ( https://github.com/snd/url-pattern#customize -the-pattern-syntax )
60
60
61
61
added [ bower.json] ( bower.json ) and registered with bower as ` url-pattern ` .
62
62
@@ -65,19 +65,20 @@ added [bower.json](bower.json) and registered with bower as `url-pattern`.
65
65
[ issue 15] ( https://github.com/snd/url-pattern/issues/15 ) :
66
66
named segments now also match the ` ~ ` character.
67
67
** this will break your code if you relied on the fact that named segments
68
- stop matching at ` ~ ` !**
68
+ stop matching at ` ~ ` !**
69
+ [ you can customize the parsing to go back to the old behaviour] ( https://github.com/snd/url-pattern#customize-the-pattern-syntax )
69
70
70
71
the way the parser is customized has changed.
71
72
** this will break your code if you customized the parser !**
72
- [ read me] ( https://github.com/snd/url-pattern#customizing -the-pattern-syntax )
73
+ [ read me] ( https://github.com/snd/url-pattern#customize -the-pattern-syntax )
73
74
updating your code is very easy.
74
75
75
76
[ issue 14] ( https://github.com/snd/url-pattern/issues/14 ) :
76
77
[ read me] ( https://github.com/snd/url-pattern#make-pattern-from-regex )
77
78
non breaking
78
79
79
80
[ issue 11] ( https://github.com/snd/url-pattern/issues/11 ) :
80
- [ read me] ( https://github.com/snd/url-pattern#stringifying -patterns )
81
+ [ read me] ( https://github.com/snd/url-pattern#stringify -patterns )
81
82
non breaking
82
83
83
- messages on errors thrown when invalid patterns are passed in have changed slightly.
84
+ messages on errors thrown on invalid patterns have changed slightly.
0 commit comments