-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix($urlMatcherFactory): typed params in search
- Improved code structure for default parameter Type - Added and Search-Query type supporting arrays of typed params in the query-string - Consolidated path/query param codepath in UrlMatcher.format - Allow squashing default query params. - Cleaned up built-in param Types - Add toString to Type and Param - Add `name` to Type when registered - Fix typo in ParamSet.$$equals Closes #1488 fixes #1488 chore(lint): linted
- Loading branch information
1 parent
cb9fd9d
commit 8d4cab6
Showing
2 changed files
with
136 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters