Alex Eagle
|
41c8c30973
|
chore(lint): remove unused imports (#11923)
This was done automatically by tslint, which can now fix issues it finds.
The fixer is still pending in PR https://github.com/palantir/tslint/pull/1568
Also I have a local bugfix for https://github.com/palantir/tslint/issues/1569
which causes too many imports to be deleted.
|
2016-09-27 17:12:25 -07:00 |
James Blacklock
|
4a44832114
|
fix(UrlParser) stop setting default value 'true' (matrix params) (#10946)
This was already fixed recently for query params in #10399.
|
2016-08-26 15:41:32 -07:00 |
vsavkin
|
bb9dfbc578
|
fix(router): use encodeUri/decodeUri to encode fragment
|
2016-08-26 10:32:35 -07:00 |
vsavkin
|
4f17dbc721
|
fix(router): add segmentPath to the link DSL
|
2016-08-05 13:12:21 -07:00 |
Suguru Inatomi
|
0d6cc17252
|
fix(UrlParser): stop setting default value 'true' (#10399)
|
2016-07-30 14:34:03 -07:00 |
vsavkin
|
6f68330fa5
|
feat(router): rename UrlPathWithParams into UrlSegment
BREAKING CHANGE:
UrlPathWithParams => UrlSegment
UrlSegment => UrlSegmentGroup
|
2016-07-25 12:15:07 -07:00 |
vsavkin
|
43437c175a
|
fix(router): handle url fragments when no url segments present
|
2016-07-22 18:51:35 -07:00 |
Victor Berchet
|
00aa7a76b6
|
chore(tests): enable lint, make it green. (#10224)
|
2016-07-21 17:12:00 -07:00 |
vsavkin
|
27b87ef535
|
fix(router): throw when cannot parse a url
|
2016-07-21 16:14:55 -07:00 |
vsavkin
|
44709e0dca
|
fix(router): handle urls with only secondary top-level segments
|
2016-07-21 16:14:44 -07:00 |
vsavkin
|
46e105f3ab
|
fix(router): encode/decode params and path segments
|
2016-07-07 17:33:42 -07:00 |
vsavkin
|
3f44377f2f
|
fix(router): handle empty path with query params
|
2016-06-27 13:34:54 -07:00 |
vsavkin
|
9f978cf49d
|
test(router): add a test checking that you can use a slash in query params
|
2016-06-24 12:44:32 -07:00 |
vsavkin
|
fbd2dd9ca2
|
fix(router): handle path:'' redirects and matches
|
2016-06-24 11:39:41 -07:00 |
vsavkin
|
15911367a2
|
refactor(router): removes a circualr dep
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
d1f93072a8
|
chore(router): clang-format
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
0c50bc6449
|
fix(router): url serializer should handle segments without primary children
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
280540e4a2
|
fix(router): change serialize not to require parenthesis in query string to be encoded
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
127401598b
|
feat(router): implement terminal
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
ed50e17e5b
|
refactor(router): rename queryParameters into queryParams
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
a9e773b47b
|
feat(router): serialize outlet names into the url
|
2016-06-21 12:17:30 -07:00 |
vsavkin
|
4b1db0e61c
|
feat: implement default url serializer
|
2016-06-21 12:17:30 -07:00 |