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

Update pom.xml and add CHANGELOG.md placeholders

4ad41063da205fbce2ed428f55f90595942f8613 authored 12 months ago by Arne Brasseur <[email protected]>
# 1.19.155 (2024-01-24 / a0d4895)

## Added

- Support ipv6 literals

1b0a2d0d6845af5dd45d3f8685d1db9a20ca56ef authored 12 months ago by Arne Brasseur <[email protected]>
Merge remote-tracking branch 'ekimber/main'

a0d4895fe4f39c0d5527965f78cddbd088042845 authored 12 months ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

abfc6f7c5fbdd1d0f6dea672bfc2c7a9ed2e9d4e authored 12 months ago by Arne Brasseur <[email protected]>
# 1.18.150 (2024-01-24 / 1e4f0e2)

## Changed

- `query-map` / `query-string->map`: when called with an `:into` collection, and
n...

491454a9b648b88e24b4a91d30cd2383c61d8057 authored 12 months ago by Arne Brasseur <[email protected]>
Merge pull request #49 from lambdaisland/arne/more-conservative-into

More conservative into

1e4f0e287865fb777fc057792b65f6e3f6d32e5a authored 12 months ago by Arne Brasseur <[email protected]>
CHANGELOG

574007764554477d844893794cebff914711af24 authored 12 months ago by Arne Brasseur <[email protected]>
Update test case

f7ea6103a4d528b6a274293f8125b044e9fe5425 authored 12 months ago by Arne Brasseur <[email protected]>
Fix up changelog

669374d37c4d26355d6bafb322135936d08fe04a authored 12 months ago by Arne Brasseur <[email protected]>
Revert to the old behavior for query-map if no `:into` is specified

The previous change constitutes a breaking change, existing code might rely on
the behavior of r...

bb828dcef5c1cf33d319426d2678361d87f33553 authored 12 months ago by Arne Brasseur <[email protected]>
Bump dependencies

fed94a311dcc3c8d84c92191490fb90dff83f6da authored 12 months ago by Arne Brasseur <[email protected]>
clean up changelog

77d178744295ebaa8c109fda007fd88a7102c011 authored 12 months ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

af9b9fecc27cf548d42bb4f8bb0bbc7c78a2c6af authored 12 months ago by Arne Brasseur <[email protected]>
# 1.17.141 (2024-01-23 / 96249d9)

## Added

- Added functions for dealing with query strings as positional collections:
`query-s...

813b5a72ecea16d6fab73fcd5c2ca1c543962ed8 authored 12 months ago by Arne Brasseur <[email protected]>
Touch up query-string<->seq functions

96249d90a8e0a0fb9f88935179ce30c083ba3f55 authored 12 months ago by Arne Brasseur <[email protected]>
Merge pull request #51 from velios/query-vector-part-1

query-string->coll and vice versa

39df3ead74090333aa468a508ac8aa61e2918eac authored 12 months ago by Arne Brasseur <[email protected]>
Initial implementation

915e3581f7fcad175393c63baf56d105dc0227f5 authored 12 months ago by velios <[email protected]>
Merge pull request #46 from velios/return-map

Return into if blank input in query-map

ad64dc0f57d2a12054ce52fdc8b39555f3fe99eb authored almost 1 year ago by Arne Brasseur <[email protected]>
Return into if blank input in query-map

7beac64780f59165b77b323cad3576791632add5 authored about 1 year ago by velios <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

81611da00eb7cf9995819167e3711837e0c655a7 authored about 1 year ago by Mitesh Shah <[email protected]>
# 1.16.134 (2023-10-10 / c0f16d8)

## Added

## Fixed

- Do not truncate value of a query parameter pair when contains nested `=` c...

ccf78160ade8b97aa7e62615b5167190e4a29972 authored about 1 year ago by Mitesh Shah <[email protected]>
Merge pull request #44 from wardle/main

Add support for "=" within a query parameter pair

c0f16d8cfdf0bfb3cd25fe16ff9c0919752904de authored about 1 year ago by Mitesh <[email protected]>
Fix typo

d8ffa32c56c1b3b3602cf637087befbb0705167e authored about 1 year ago by Mark Wardle <[email protected]>
Update CHANGELOG.md

e86935ad6e3c56a21170d0a6ea2cad3743415649 authored about 1 year ago by Mark Wardle <[email protected]>
Add support for "=" within a query parameter pair

c926725b88958ca8670aa5a1cf49d87f7983a266 authored about 1 year ago by Mark Wardle <[email protected]>
Update CI configuration to "new" matrix format.

Drop long-deprecated Java 9 and move from Clojure 1.10.2 to 1.10.3.

228d7a95af28a6f4862cf63491c17e42fa0fe812 authored over 1 year ago by Alys Brooks <[email protected]>
Use more portable syntax in test

5933fba375fab83915f475512a87cc5a0f86cd8e authored almost 2 years ago by Arne Brasseur <[email protected]>
Bump tooling

d1401d5dac2b1a76bac536ae06bc1b4ad2670822 authored almost 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

097cb5307184b5df5c26638d979d5c3cb320ba13 authored almost 2 years ago by Arne Brasseur <[email protected]>
# 1.15.125 (2023-03-30 / 5550226)

## Added

- Adds `:into` option to define custom `clojure.lang.IPersistentMap` target data struc...

f2a6abd7da16fc2937fa3779bfef1d3886b90a57 authored almost 2 years ago by Arne Brasseur <[email protected]>
Compact changelog

55502267affd3ac976936dda1803023806240210 authored almost 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #37 from ilmoraunio/BYO-map

Provide custom target data structure for query-string->map

c54dd2b0574c0a2eddf5347b7ebe2d0aabacf64c authored almost 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

d5456a42b86cfe7501bb10f94c2986987247536f authored almost 2 years ago by Arne Brasseur <[email protected]>
# 1.14.120 (2023-03-27 / a1da1b7)

## Fixed

- Treat a backslash in the authority section as a delimiter which starts the
path se...

416ba61964987c7c302b18cd623c8846d2ac18b5 authored almost 2 years ago by Arne Brasseur <[email protected]>
Bump tooling and test dependencies

a1da1b7adb9c6c62945a5780416d0c048019ffb8 authored almost 2 years ago by Arne Brasseur <[email protected]>
More repl sessions

75351af63be67c8a980f31be3dff652d864522b8 authored almost 2 years ago by Arne Brasseur <[email protected]>
Merge pull request from GHSA-cp4w-6x4w-v2h5

Treat a backslash in the authority section as part of the path

f46db3e84846f79e14bfee0101d9c7a872321820 authored almost 2 years ago by Arne Brasseur <[email protected]>
Treat a backslash in the authority section as part of the path

Mimic browsers (for this specific case) by treating a backslash as if it were a
forward slash, t...

67063ed439dd0843536f27e8cde40a8a7d69f37b authored almost 2 years ago by Arne Brasseur <[email protected]>
Poke more

d3355fcd3e235238f4dcd37be97787a84e580072 authored almost 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #39 from lambdaisland/laurence/fix-README-bug-on-using-domain

fix using :domain key in README

a31675133af43ce1ead0ea22ab363f3b480efcfe authored almost 2 years ago by Arne Brasseur <[email protected]>
fix README

d9ec7ffa3eb035d787acf2524565a738cd6e7018 authored almost 2 years ago by Laurence Chen <[email protected]>
Merge pull request #38 from lambdaisland/alysbrooks-bump-ci

Bump Orb version and Clojure Version

173b91ef0b553188f2565d342a8ab1dbdc32437d authored almost 2 years ago by A Brooks <[email protected]>
Pin Babashka for tests for now

Temporarily stick to 1.0.168, the latest version of Babashka known to work.

278540e187f2c063aa491078402d809e51543374 authored almost 2 years ago by A Brooks <[email protected]>
Bump Orb version and Clojure Version

Also use the latest minor version of Clojure 1.10.

7eb56a0d06d0b8ea3ea1e21bec2e349291c6a480 authored almost 2 years ago by A Brooks <[email protected]>
Merge pull request #29 from danielcompton/patch-1

Bump CircleCI to Java 17

d719e432a89903a9b16c596891d3f28260a5df9c authored almost 2 years ago by A Brooks <[email protected]>
Expose :into option for query-map for custom ordering

b4f51cd2baa98be5768e13025b09f16e103ffbc6 authored almost 2 years ago by Ilmo Raunio <[email protected]>
Merge pull request #33 from lambdaisland/alys/fix-deep-diff

Fix version incompatibility.

672bf7864eebd3656048ab35472cd9ea0d9fe0e1 authored about 2 years ago by A Brooks <[email protected]>
Drop sudo, which isn't necessary or available on CircleCI.

4ae4f1a70ef0db09e98e99aa0e09571653f10580 authored about 2 years ago by Alys Brooks <[email protected]>
Try to fix Babashka test by tweaking run key.

Hopefully changing to multiline YAML syntax will fix this issue. (Circle
CI seems to be squeezin...

958eed5f9fdfb585a51d627d5a6121fae0802ef3 authored about 2 years ago by Alys Brooks <[email protected]>
Fix version incompatibility.

After upgrading deep-diff in kaocha and kaocha-cljs, mixing an old
verison of one with a new ver...

0b71384b4a61327b73221cc856158e191064f71a authored about 2 years ago by Alys Brooks <[email protected]>
more repl

22dc02d4a6e76d4a1da61f650a25c7901536713d authored about 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #31 from borkdude/main

Add babashka tests

c3aab11508faf0301dc666216119e93e602334e3 authored about 2 years ago by Arne Brasseur <[email protected]>
Add babashka tests

1450e44e638c737416fac17b5f5e9ea4113630ac authored about 2 years ago by Michiel Borkent <[email protected]>
Merge pull request #30 from lread/patch-1

readme: add babashka compatible badge

a728353cc24718f7e90df25beb03f730318401e8 authored about 2 years ago by Arne Brasseur <[email protected]>
readme: add babashka compatible badge

It's wonderful that uri works as a babashka dependency.
And there is now a badge to let folks k...

892611ee78111f61801832cbe52facd2105cdf69 authored about 2 years ago by Lee Read <[email protected]>
Bump CircleCI to Java 17

As Java 15 is now deprecated.

89284921324dcc9f08d437159773caac12d92a50 authored over 2 years ago by Daniel Compton <[email protected]>
Update the changelog (ipv6 fix)

17f8267a9d13d7cfff53ae4ee3218af5741252fc authored over 2 years ago by Edward Kimber <[email protected]>
Support ipv6 literals

5dcffa4b4990dd08eb018c2a12f13d19069069a8 authored over 2 years ago by Edward Kimber <[email protected]>
Merge pull request #26 from ponzao/main

Fix version in README's installation section

ac4f1f9c8e4f45a088db1c6383ce2191c973987c authored almost 3 years ago by Arne Brasseur <[email protected]>
Fix version in README's installation section

2ccb93ab1c8ceae1090ef0e41165853f0ea26950 authored almost 3 years ago by Vesa Marttila <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

d26c3450e8c3548a37990123be934c8c20a5227c authored almost 3 years ago by Arne Brasseur <[email protected]>
# 1.13.95 (2022-01-28 / a9cbeff)

## Fixed

- Fix a stack overflow in `normalize/char-seq` for really large query parameter
values

9a9dc4bd90973f8907b68fe5d14c673ed11c1b47 authored almost 3 years ago by Arne Brasseur <[email protected]>
Bump tooling

a9cbeff2c53432ad9c628900b40bc90fd6bcf2df authored almost 3 years ago by Arne Brasseur <[email protected]>
Update CHANGELOG

ae319422fcd6adf49747df0ee854eae548819bcd authored almost 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #25 from mrrodriguez/char-seq-stack-overflow

Prevent lambdaisland.uri.normalize/char-seq stack overflow

082ecc790139a6f397ecbd7a16432e97a31fe5bd authored almost 3 years ago by Arne Brasseur <[email protected]>
Prevent lambdaisland.uri.normalize/char-seq stack overflow

- Impl with tail recursion instead

6e4704c4b652cca5bf5aeb18cd95490d4caa99e8 authored almost 3 years ago by Mike Rodriguez <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

4f145d47f1a98d0aec1b35c83cf271d3e38023df authored about 3 years ago by Arne Brasseur <[email protected]>
# 1.12.89 (2021-11-29 / 2118a75)

## Changed

- Support `toString` on Babashka (requires recent `bb`)

46735a61f5e0f758bfb914e65e7bd843496ca842 authored about 3 years ago by Arne Brasseur <[email protected]>
Support toString on Babashka

This is now possible.

2118a75785539710d24bcc4a84c6e1c58f55dad8 authored about 3 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

fa50542e0ddfe1b64e3349a6c63643575fc8aaed authored about 3 years ago by Arne Brasseur <[email protected]>
# 1.11.86 (2021-10-28 / 22c27af)

## Added

## Fixed

- Fixed an issue in `lambdaisland.uri.normalize/normalize-query` which did
n...

be1eed1cacea9f3267ad9fc126dde38e5f3c01d7 authored about 3 years ago by Arne Brasseur <[email protected]>
Bump version

22c27af6aeaeaf0412b810be28ee457204701fe4 authored about 3 years ago by Arne Brasseur <[email protected]>
Modernize lioss tooling

d2a1d7841ca48df79e2b96f24446e570d6fed2c6 authored about 3 years ago by Arne Brasseur <[email protected]>
REPL stuff

f488e2bb5e5582325287e314650017e8426d6766 authored about 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #23 from FiV0/fix-normalize-query

Fix normalize-query for utf-16

4da34d496e10c70857b8c3a0db6e39d73de101da authored about 3 years ago by Arne Brasseur <[email protected]>
Fix normalize-query for utf-16

5c0a433a0351df6df692b1a6e0714a19646e8fdf authored about 3 years ago by FiV0 <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

5d6d4056b8a6c286ec0b5ffc98e3205354695c26 authored about 3 years ago by Arne Brasseur <[email protected]>
# 1.10.79 (2021-10-12 / d90c6a8)

## Changed

- `lambdaisland.uri.normalize/normalize` now also normalizes the fragment.

d4b6e2d0395678852041adb866588f6edec03a8b authored about 3 years ago by Arne Brasseur <[email protected]>
Update README

d90c6a8962d532a5374f912c758544889e9175da authored about 3 years ago by Arne Brasseur <[email protected]>
Add REPL session

5f51f6df33be6bc0f04c0ebda3d843f63eb7e297 authored about 3 years ago by Arne Brasseur <[email protected]>
Also normalize the fragment

f97d9c0602f3d4dbb4064b3a8f390a7edd35ea2e authored about 3 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

0c64105f9959b6237268b956a5038a825f5d17f0 authored over 3 years ago by Arne Brasseur <[email protected]>
# 1.4.74 (2021-09-06 / e07f9fd)

## Added

- `uri-str` as an explicit `lambdaisland.uri.URI` to string conversion

## Fixed

- Fi...

051f43930f346770f799b466435908e04762eb2d authored over 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #22 from lambdaisland/arne/bb-compat

Add compatibility with babashka/sci (with some caveats)

e07f9fde4be4b9c20806acb050eaada612263446 authored over 3 years ago by Arne Brasseur <[email protected]>
Add compatibility with babashka/sci (with some caveats)

47b14a1100261127a597ff8e0780bae99661f853 authored over 3 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

ccc224f904dc676aa9d15c9aacaf957b67bf2495 authored over 3 years ago by Arne Brasseur <[email protected]>
# 1.4.70 (2021-05-31 / 76999dc)

## Added

- Add `uri?` predicate.

7dde8dbf754b774d251a6ac2564c70f9d5ddddbd authored over 3 years ago by Arne Brasseur <[email protected]>
Install ws if missing

76999dc26acb6f3452db0fde78b9df1341563aaa authored over 3 years ago by Arne Brasseur <[email protected]>
Clean up CHANGELOG

2af8dbff645216a31791b3038989ae7cb95d4414 authored over 3 years ago by Arne Brasseur <[email protected]>
Continue releasing under lambdaisland for now

7a93d519b580b3a648ad47713f5fb9733d69b4a7 authored over 3 years ago by Arne Brasseur <[email protected]>
Bump kaocha-cljs

dff53894efd8e2aa6bbeba868a96682b01dd918a authored over 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #21 from niwinz/niwinz-add-uri-predicate

Add `uri?` predicate.

e5caf7830de7c1a9249b7d5e7e101e452be4aa5e authored over 3 years ago by Arne Brasseur <[email protected]>
Add `uri?` predicate.

dc73b4961ccd80ef7475d63ef3f4485494e005fd authored over 3 years ago by Andrey Antukh <[email protected]>
Merge remote-tracking branch 'origin/master'

fec3a00a64a595bb56c6ba38d60bfd765adbc258 authored over 3 years ago by Arne Brasseur <[email protected]>
Updated pom.xml

4cadd789bb19eec4c8103a6cc22f21c7213ab5b2 authored over 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #19 from lambdaisland/alysbrooks-add-java15

Add Java 15

6b859f75b75f3ebc5ffbbfd737ccfcb4c008888d authored almost 4 years ago by A Brooks <[email protected]>
Add Java 15

ddb22a3cdf971b92e987d93171895b4a87c5a95a authored almost 4 years ago by A Brooks <[email protected]>
Merge pull request #18 from lambdaisland/alysbrooks-update-circleci

Update CircleCI orbs

c866516695fb601c9229c10ebc3814b4941d4a9b authored about 4 years ago by Arne Brasseur <[email protected]>
Update CircleCI orbs

50e8f336c1a4e7b0ef9c8ea57742abc0062a2dd7 authored about 4 years ago by A Brooks <[email protected]>
Merge pull request #17 from miikka/patch-1

cemerick/url uses java.net.URL

8f3c104e3e8f3fad459f8b57d4ada91dd4a20c57 authored about 4 years ago by Arne Brasseur <[email protected]>