]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
fix(router): allow null | undefined for params
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 Aug 2021 09:28:10 +0000 (11:28 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 Aug 2021 09:28:10 +0000 (11:28 +0200)
commitebca15a0140453c6671fdae7a9864badc650531e
treea44effce9d97c795666d58e154316251378f1ce9
parentf1c01abbcb0e2abb8fded3556ba5f34c52f47503
fix(router): allow null | undefined for params

null and undefined params are now automatically removed. Empty strings are stil kept because custom regexps can be an empty string
__tests__/router.spec.ts
src/encoding.ts
src/router.ts
src/types/index.ts
src/utils/index.ts