Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

URLPattern Polyfill

Maintain the URLPattern polyfill
Collective - Host: opensource - https://opencollective.com/urlpattern-polyfill - Website: https://www.npmjs.com/package/urlpattern-polyfill - Code: https://github.com/kenchris/urlpattern-polyfill

implement hasRegExpGroups

github.com/kenchris/urlpattern-polyfill - e136cc4846827bf58333d722a7f9735b20402053 authored about 1 year ago
Apply syntax changes proposed in whatwg/urlpattern#179.

github.com/kenchris/urlpattern-polyfill - f508bd27d65def69b66810f4a1d751be2f7a50f2 authored about 1 year ago
update readme and package.json

github.com/kenchris/urlpattern-polyfill - aba05f758639e75fb1d29d14a56dc230be018c72 authored over 1 year ago
use private class fields (#118)

* use private class fields
* change LTS version being tested on

# BREAKING CHANGE:
* drop...

github.com/kenchris/urlpattern-polyfill - 3a6d1579c87bffbc233f2af030fec359aeccc908 authored over 1 year ago
test: :green_heart: add node 20 to testrunner

github.com/kenchris/urlpattern-polyfill - a5053c8fb1e098961d67548294d1ebf96f768e4d authored over 1 year ago
remove stale brace depedency

github.com/kenchris/urlpattern-polyfill - 87d71ddbe53ea36abc8937f468be128768a7e338 authored almost 2 years ago
Update test framework

github.com/kenchris/urlpattern-polyfill - d42b83683540a91b7cda3206c101a63046cd6bf9 authored almost 2 years ago
Implement new static comparison fn

github.com/kenchris/urlpattern-polyfill - a4da101cf0d1653fc98f308a60a48bb0e154d5db authored almost 2 years ago
WIP follow C++ impl more closely

github.com/kenchris/urlpattern-polyfill - 6a095970e10e3abecc01d4efd3bd946b32874c16 authored almost 2 years ago
Fix `URLPattern` type export (#111)

* Export class so it can be used in node without `globalThis.` prefix

github.com/kenchris/urlpattern-polyfill - da6e8b07b39c2d9703056d5dfbeae780a59db535 authored almost 2 years ago
Escape base URL strings. (Fixes #108)

github.com/kenchris/urlpattern-polyfill - 03caa3f42b66d8bcbe05b84641f18d19e7c10bfd authored about 2 years ago
Fix tests by following spec steps

github.com/kenchris/urlpattern-polyfill - c18bd2659673962a3415d4fb182d96cc208fd18a authored over 2 years ago
Merge pull request #100 from Sayan751/main

feat: case-insensitive match for pathname

github.com/kenchris/urlpattern-polyfill - a481ee1ff5330914e1b93415ce4145f03bf59f5a authored over 2 years ago
Merge branch 'main' into main

github.com/kenchris/urlpattern-polyfill - 3ce7e3c8a01184684248cdaae8cd81fe65938beb authored over 2 years ago
remove dev tag form publish-prod

github.com/kenchris/urlpattern-polyfill - 9106fc2ac276c5b4c28dd64253760dae26c94e3e authored over 2 years ago
Remove nulish coalesing see #99 (#104)

github.com/kenchris/urlpattern-polyfill - 8223e401527d32501bd99fbb39994e081ea37042 authored over 2 years ago
Add node 18 to testing workflow (#103)

github.com/kenchris/urlpattern-polyfill - 8e9e6ac48ed44c1c50cf668e9246e504b4d1aa3e authored over 2 years ago
Add "types" to package exports for TypeScript NodeNext

TypeScript 4.7 has support for package exports, however it requires that each package export ent...

github.com/kenchris/urlpattern-polyfill - 8065a99696102a1206b8eea2034a6e9d29df88c9 authored over 2 years ago
Add .js extension to types import

github.com/kenchris/urlpattern-polyfill - f04fb4108184dc2e3d3eefa8b3b20a9fed289222 authored over 2 years ago
refactor: ignoreCase

More info: https://github.com/WICG/urlpattern/pull/168

github.com/kenchris/urlpattern-polyfill - ffd3ed22a7f43f28d016c50533cee41e10b6be75 authored over 2 years ago
feat: case-insensitive match for pathname

github.com/kenchris/urlpattern-polyfill - 75c1c6403f98f9180e8a4d37d6666ea57280b08b authored over 2 years ago
updated readme and version number

github.com/kenchris/urlpattern-polyfill - a17c67f906a828f80ce202c9114cab610798f0c9 authored over 2 years ago
update version number

github.com/kenchris/urlpattern-polyfill - aa181619cc158cf1cba903d7ed50c61c5a9e7fd4 authored over 2 years ago
fix: include `index.{js,cjs}` in `file` of `package.json` (#98)

Otherwise Node and bundlers failed to find the entries

github.com/kenchris/urlpattern-polyfill - c15778edf3e6fd6e3da2155ae2cdb23d002f76dc authored over 2 years ago
Update README.md (#96)

move to bracket notation, to prevent typescript catch-22

github.com/kenchris/urlpattern-polyfill - 84fe6c2b4016941398e61c9b1fa8b5374d899f31 authored over 2 years ago
upgrade tools, add fix and test for #90 (#95)

* upgrade TS to 4.7
* add fix and test for #90
* remove node 12 for testing because it doesn't...

github.com/kenchris/urlpattern-polyfill - e3f3a0b7428c6e42301ab8384838e4544293068a authored over 2 years ago
Merge pull request #92 from Schniz/add-ponyfill-export

Add ponyfill export

github.com/kenchris/urlpattern-polyfill - 4bc39df61417e7aa64c7f87928dee0defe094c6b authored over 2 years ago
rename url-pattern => urlpattern

github.com/kenchris/urlpattern-polyfill - 30d49812c937a8faa86eab6a7ec371158151149c authored over 2 years ago
rename pony to url-pattern

github.com/kenchris/urlpattern-polyfill - 23b2debcd070662b556cfdf4c2b4b48d710dc4ff authored over 2 years ago
Improve testing, incl manual test

github.com/kenchris/urlpattern-polyfill - 521df30de49f526bc1dc665392f0fd8ab4387bfb authored almost 3 years ago
Better explanation in readme

github.com/kenchris/urlpattern-polyfill - 8d7cec6b951f0cc2792b13bbd7465190663894fa authored almost 3 years ago
Merge pull request #88 from kenchris/sander/basicManualHtmlTest

Add manual test HTML file

github.com/kenchris/urlpattern-polyfill - 96298f92d57c925c8abe58b398ab923b08e66e38 authored almost 3 years ago
Use existing html file.

Add manual-test to package scripts.

github.com/kenchris/urlpattern-polyfill - d8b122a8dd7931b5da94937467c36312c04cc75c authored almost 3 years ago
Add manual test HTML file

github.com/kenchris/urlpattern-polyfill - aa727fec79ee039dc72f865fecf7d00f33ed99fc authored almost 3 years ago
unify API in esm and CJS implementations

github.com/kenchris/urlpattern-polyfill - c51acca9db1ff09e8b5bf9653ca623cc3f148527 authored almost 3 years ago
Add typescript AVA test and fix d.ts

github.com/kenchris/urlpattern-polyfill - 5287dfbe813fb5bec459b97b829465f0a1dfc009 authored almost 3 years ago
Improve d.ts after running dtslint

github.com/kenchris/urlpattern-polyfill - a0763370127e1bf7d4d94a045b8b5a0897e17d4e authored almost 3 years ago
Update README.md

Add licence badge!

github.com/kenchris/urlpattern-polyfill - 73a4b36d38fea6c9a0a31c6a5ea040f7d92cce21 authored almost 3 years ago
Apply suggestions from code review

github.com/kenchris/urlpattern-polyfill - d1190462af02889e2d9c2beb92848debf3eeec8e authored almost 3 years ago
Add tags to package.json

github.com/kenchris/urlpattern-polyfill - 82650d8a3648ea3e4a49c10a44b06f64dec9d9e8 authored almost 3 years ago
Update README.md

Add link to npm badge

github.com/kenchris/urlpattern-polyfill - 40c8499f864454b632f22583f747e523229f8f9d authored almost 3 years ago
Update README.md

update style of npm badge

github.com/kenchris/urlpattern-polyfill - 636415c2f8dcb9e71740db26451521ccb02ef994 authored almost 3 years ago
Update README.md

Update badge to actually work?

github.com/kenchris/urlpattern-polyfill - 15b5ae49a8a8c866ae0f846fd90a26afc93dc507 authored almost 3 years ago
Update workflow.yml

use a name without spaces

github.com/kenchris/urlpattern-polyfill - 0b45900f49d8b6f758d1fe885bbc0d52a763975e authored almost 3 years ago
Fix package.json exports

github.com/kenchris/urlpattern-polyfill - 35eb27ded4844cacb364f81635b957656f97787d authored almost 3 years ago
Update README.md

Fix typo in readme

github.com/kenchris/urlpattern-polyfill - d22f9f8b9c21d3695addc05df2f5210d4ff620ca authored almost 3 years ago
Merge pull request #81 from kenchris/sander/AddTestWorkflow

Add workflow and badges.

github.com/kenchris/urlpattern-polyfill - be45283a07b31f05d8e03a4c5374ed83658f6ecf authored almost 3 years ago
Add Npm version badge

github.com/kenchris/urlpattern-polyfill - c0c24c1858770482892bd4acfac8147f4c6d40c2 authored almost 3 years ago
Add build badge to readme

github.com/kenchris/urlpattern-polyfill - 5d6f780e34ec0abe55cd733dcc2976f96241d280 authored almost 3 years ago
updated to run on all PR's

github.com/kenchris/urlpattern-polyfill - 436c929579ff6dbca148b05482d39b28f0a0aff6 authored almost 3 years ago
Add workflow to run tests

github.com/kenchris/urlpattern-polyfill - e71f47c818aaa3af9f44ba0b4f24f9223dad6e3f authored almost 3 years ago
mayor relase because of chenged loading

github.com/kenchris/urlpattern-polyfill - 2bca4370ee655f27d5512bfa95debbd962d23290 authored almost 3 years ago
add main an module back into Package.json

github.com/kenchris/urlpattern-polyfill - 6c6cf5587176db153f7856081c331efad5aee3e0 authored almost 3 years ago
Add esm export to cater for the usecase when one want to use the polyfill instead of the exisiting implementation

github.com/kenchris/urlpattern-polyfill - f245f1aca98721d3eed56156686f548f4907c4c5 authored almost 3 years ago
Seperate test out, and update readme

github.com/kenchris/urlpattern-polyfill - 877b678e5262adef65a7f49e4da0ef6fd2097af1 authored almost 3 years ago
Move to single ESM dist file

add Github Actin workflow to run test
Updarte readme with advice on how to use in ESM mode

github.com/kenchris/urlpattern-polyfill - 73c9a1b35dfa89a312a678a5c5877a520f8da329 authored almost 3 years ago
small improvement to bundling

updated build to provide more clear naming for output files
Remove unneeded ESM package,
Add esb...

github.com/kenchris/urlpattern-polyfill - ed3c72963fc5fcf55741ea9390c64071f7f8ad44 authored almost 3 years ago
Add missed esbuild dep

github.com/kenchris/urlpattern-polyfill - d5dba99adc5c7c701694529b9e2e853c1e7e444b authored almost 3 years ago
Bump major version due to import changes

github.com/kenchris/urlpattern-polyfill - 2764da6664a58b660b5e3314f0570b2a09d5728e authored almost 3 years ago
Update API in README

github.com/kenchris/urlpattern-polyfill - d6d64874adce0a8f17c0e40fac8d3b1231712b3c authored almost 3 years ago
Patch the global object in ESM mode

github.com/kenchris/urlpattern-polyfill - 3c268edbd773d00cc98a98b798ebe42baaba327e authored almost 3 years ago
Bump version due to build changes

github.com/kenchris/urlpattern-polyfill - 8027b94696d0da433fa5f8cca73d78576067760b authored almost 3 years ago
build: add CJS & ESM export (#69)

* build: add CJS & ESM export
* refactor: better testing setup

Co-authored-by: Kenneth Rohde...

github.com/kenchris/urlpattern-polyfill - e95b112ddddf38c9465e9162dda22dd0f70e79b5 authored almost 3 years ago
Return undefined for unmatched optional groups. (#66)

github.com/kenchris/urlpattern-polyfill - 1efa9c11b6052b0c1630e7c9dd96bf8385a62ade authored almost 3 years ago
Remove erroneous prefix check when generating pattern string. (#62)

This addresses another issue from WICG/urlpattern#161. It
corresponds to this implementation CL...

github.com/kenchris/urlpattern-polyfill - 47197eb4b8af01baf10809c5371dd173ef5dc4c9 authored about 3 years ago