You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLON updated to 3.0.1, which introduces improved readability by loose escaping,
better safety by fixing undefined and compatibility with utm tracking links.
See https://github.com/cerebral/urlon/releases/tag/3.0.0 for details.
path-to-regex update allows avoid unnecessary of colons used to preserve types.
See pillarjs/path-to-regexp#75 for details.
`null` values is now supprted in path parts.
BREAKING CHANGE:
Stringify format changed. Parsing values generated by previous version isn't possible anymore.
fixes#27, fixes#28
URLON updated to 3.0.1, which introduces improved readability by loose escaping,
better safety by fixing undefined and compatibility with utm tracking links.
See https://github.com/cerebral/urlon/releases/tag/3.0.0 for details.
path-to-regex update allows avoid unnecessary of colons used to preserve types.
See pillarjs/path-to-regexp#75 for details.
`null` values is now supprted in path parts.
BREAKING CHANGE:
Stringify format changed. Parsing values generated by previous version isn't possible anymore.
fixes#27, fixes#28
pillarjs/path-to-regexp#75
The text was updated successfully, but these errors were encountered: