Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: loose escaping, null support, updated deps #30

Merged
merged 1 commit into from
Nov 21, 2017
Merged

feat: loose escaping, null support, updated deps #30

merged 1 commit into from
Nov 21, 2017

Conversation

Guria
Copy link
Member

@Guria Guria commented Nov 21, 2017

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

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0332986 on update into ** on master**.

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
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f54f247 on update into ** on master**.

@Guria Guria merged commit f54f247 into master Nov 21, 2017
@Guria Guria deleted the update branch November 21, 2017 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

do not throw on null in path part use pretty option of path-to-regexp
2 participants