Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/lambdaisland/uri
A pure Clojure/ClojureScript URI library
https://github.com/lambdaisland/uri
Just a small correction for the README
e0f8e644afff22bbac87eec5b387beead6e3d31c authored about 4 years ago by Miikka Koskinen <[email protected]>44f74b62dec58916f69b2be4b07e280f6bf8b11d authored over 4 years ago by Arne Brasseur <[email protected]>
## Fixed
- Make query decoding handle `+` as space, so the conversion between maps and
query ...
05a8a194d65b3e86c255fb15fa2dc433a995f058 authored over 4 years ago by Arne Brasseur <[email protected]>
408c61d2c8b46312e4a4ad850e7310ae9980f406 authored over 4 years ago by Arne Brasseur <[email protected]>
Add generative testing for round tripping query encoding, this caught some other
edge cases re. ...
9fc83d9131693e1f05dfee544370d9be139b4abd authored over 4 years ago by Arne Brasseur <[email protected]>
## Changed
- Make `assoc-query` / `query-encode` encode spaces as "+" rather than "%20",
whic...
ee48e58ecaf8edac87c9ed0e48785ffa10b4c0dd authored over 4 years ago by Arne Brasseur <[email protected]>
db948bc2d4c86807e484a310b71c6c204f34c04c authored over 4 years ago by Arne Brasseur <[email protected]>
73793f04a8dad60336c966fb3f5d9e4381f687be authored over 4 years ago by Arne Brasseur <[email protected]>
## Added
- Added function for dealing with query strings as maps: `query-string->map`,
`map->...
a04368bf420814f2ab4cc6afa39056b4ed528155 authored over 4 years ago by Arne Brasseur <[email protected]>
The previous approach would change the semantics of query strings by decoding
previously encoded...
We need to encode things like +, =, or & to distinguish them from the actual
keys/values.
3986c36bf84ed921e3d64daa15ef717db7cbecc0 authored almost 5 years ago by Arne Brasseur <[email protected]>
7f48cc3a4cc98686b8e7cef6197e29095b93bf8f authored almost 5 years ago by Arne Brasseur <[email protected]>
46932e2eb8329357a5b0580f6aa953ae7a5f9844 authored almost 5 years ago by Arne Brasseur <[email protected]>
82fed1fbfd38224fd8a2c055feafedfef8398a84 authored almost 5 years ago by Arne Brasseur <[email protected]>
5537bee33286bc4fc63c3c0d955c0a6fb647bf95 authored almost 5 years ago by Arne Brasseur <[email protected]>
9c744b1ef6f7579176a655affc8fc83b96da985d authored almost 5 years ago by Arne Brasseur <[email protected]>
56a5250eb1514daa1d434d6e0295faae16161b7c authored almost 5 years ago by Arne Brasseur <[email protected]>
7519fa3db1a0e620fbec05ece271efa483dfe189 authored almost 5 years ago by Arne Brasseur <[email protected]>
423012e3a9658bb96404980ad38676b757f25459 authored almost 5 years ago by Arne Brasseur <[email protected]>
data.json is not/no longer user. ClojureScript can be BYO, Clojure-only
consumers should not hav...
9a66a4e992dd6c2a9ea3fa7e2cbcc876eb1e1beb authored almost 5 years ago by Arne Brasseur <[email protected]>
da4cad6b4f219420f797820967428b21726a1011 authored almost 5 years ago by Arne Brasseur <[email protected]>
c0e1f1aa1756fb573fe7f74ee0452c6b7070f384 authored almost 5 years ago by Arne Brasseur <[email protected]>
33517da1e34dae5fba228877283ba522b51aa06f authored almost 5 years ago by Arne Brasseur <[email protected]>
13dfec6d11e7bf7e0442a96cb9faf75caa652427 authored almost 5 years ago by Arne Brasseur <[email protected]>
b9fd081b058b8a2e76b791adcb36c1b4ceb1234e authored almost 5 years ago by Arne Brasseur <[email protected]>
9b5b05f1f3995c6bd9f2d3d909a18c67a70b4191 authored almost 5 years ago by Arne Brasseur <[email protected]>
e2050472227cfe9e9576ba923c84b494c786af07 authored almost 5 years ago by Arne Brasseur <[email protected]>
a9abce901aa8736feed5aa2e920926f9a7fe3974 authored almost 5 years ago by Arne Brasseur <[email protected]>
fix anchor to similar projects section in readme
062429338f7b9417e782ce4f0032eb29ad6d3949 authored over 6 years ago by Arne Brasseur <[email protected]>d363f840c2fd0df5a02e8df67ccdb186e3c4ea2c authored over 6 years ago by Martin Klepsch <[email protected]>
eb93fa3222ddf7aff682fba0e217adefae5ba80a authored almost 7 years ago by Arne Brasseur <[email protected]>
commit.
db54bbf3df29698ab1ecba8fd6a8a242cdfa55de authored almost 7 years ago by Arne Brasseur <[email protected]>Add type hints
27e263ef96dc36cbc3e2b1f3d5b41001915b9bd2 authored almost 7 years ago by Arne Brasseur <[email protected]>f24edf48fb1801fbc0d1c721296022a0b3a05296 authored almost 7 years ago by Toshiki Takeuchi <[email protected]>
Fix test lambdaisland-uri-URI
54eb820f782eda4fefeafbf74d9bfb266f675161 authored almost 7 years ago by Arne Brasseur <[email protected]>cb13a775ffd30413c73c2d2073426a1fa36875c9 authored almost 7 years ago by lomin <[email protected]>
2f4c756baf436c3048ab47847dfff4d6e61ca6fc authored about 7 years ago by Arne Brasseur <[email protected]>
1070461fac0d9bee00901f8facfe106ac6725201 authored over 7 years ago by Arne Brasseur <[email protected]>
Making this work correctly on both CLJ and CLJS is turning out to be quite an
exercise. JavaScri...
First steps in implement normalization. Currently only does percent-encoding of
path and query. ...
6459b0f3fd8af34ff6ae521a4590096d50be5959 authored over 7 years ago by Arne Brasseur <[email protected]>
957e5572e936a0d0cb86670423582eebff0ea0af authored over 7 years ago by Arne Brasseur <[email protected]>
b09112337ff1241486be2f9f74491c20de8971b9 authored over 7 years ago by Arne Brasseur <[email protected]>
666e625b0acee4dc5a3f94b59a8e6aa4dd6eb05a authored over 7 years ago by Arne Brasseur <[email protected]>
787fa83cb6729890b45545bd1a3a50d90230bd35 authored over 7 years ago by Arne Brasseur <[email protected]>
e198e17202e8bb40e51cdf97b4f9e270e526a545 authored almost 8 years ago by Arne Brasseur <[email protected]>
50d6700f29226635ef749318c6835fffcdfe0b52 authored almost 8 years ago by Arne Brasseur <[email protected]>
681b7e2439d7dc538a2c535f623b43132868ba5b authored almost 8 years ago by Arne Brasseur <[email protected]>
dc751d7623b08fc292fb95a6273f64c7e626404e authored almost 8 years ago by Arne Brasseur <[email protected]>
e1485ae7d2812988535c9db13468c1a71dee2f3a authored almost 8 years ago by Arne Brasseur <[email protected]>
Contains uri, parse, coerce, join, edn-readers.
b14f07948c3dd04fc7b87b45ec0652b9a02bf9ed authored almost 8 years ago by Arne Brasseur <[email protected]>