Ecosyste.ms: OpenCollective

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

Elysia JS

Fast and Friendly Bun web framework with an end-to-end type-safety for everyone,.
Collective - Host: opensource - https://opencollective.com/elysia-js - Code: https://github.com/elysiajs/elysia

:broom: chore: bug fix

github.com/elysiajs/elysia - 78671b1827ecb40add10c6a0fab28ce4187f28ef authored 10 months ago by saltyaom <[email protected]>
:broom: chore: bug fix

github.com/elysiajs/elysia - d16488282d85c4451b608b309330658851a1e9db authored 10 months ago by saltyaom <[email protected]>
:tada: feat: merge main

github.com/elysiajs/elysia - e22817778cc3376a76fda3309dc6718dc74155f8 authored 10 months ago by saltyaom <[email protected]>
Merge pull request #471 from KilianB/main

Fix #470 & #469

github.com/elysiajs/elysia - b9dc808a7c3049d88ba08b569cd91fb5d12ad4b1 authored 10 months ago by SaltyAom <[email protected]>
Merge pull request #474 from saketverma-03/fix/numCookieGT16Digits

fix: Numeric Cookie with length >= 16 cant be parsed to number

github.com/elysiajs/elysia - 8d56dee3e305ff81fd70fe11e257ba3f4a306cd3 authored 10 months ago by SaltyAom <[email protected]>
Merge pull request #472 from bogeychan/main

Move documentation issue template to documentation repository

github.com/elysiajs/elysia - 83ca1b6ac3d25b8b2f9487554dfe1d51a104ba35 authored 10 months ago by SaltyAom <[email protected]>
Merge pull request #476 from kofta999/fix-query-with-hyphen

fix: Using a query key that contains a hyphen or a dot raises a SyntaxError

github.com/elysiajs/elysia - e9f1b1550b2cf8a2598fea86a06472361f8662be authored 10 months ago by SaltyAom <[email protected]>
Fix bug in query parsing and add tests for it

Fixed a bug in parsing queries that have a hyphen
or a dot. The bug was in creating `c.query` in...

github.com/elysiajs/elysia - 51c8b8105f27ebf25f1a686d4f1f7ccf1d74b2d3 authored 10 months ago by kofta999 <[email protected]>
added: test case for isNumericString util

github.com/elysiajs/elysia - 814132903cbeeb7988fcb0dd7f6e01b54c37d81b authored 11 months ago by saket verma <[email protected]>
fix: numeric cookie with length >= 16 faled to parser properly, added handling for them

github.com/elysiajs/elysia - 5f4f59b71270a85f782341a54e246dc9e5fce8fe authored 11 months ago by saket verma <[email protected]>
chore: update discord invite link in issue template

github.com/elysiajs/elysia - 49b9f516207d723447fcf4c2c35db5c5f6dfe43a authored 11 months ago by bogeychan <[email protected]>
chore: update docs issue template

github.com/elysiajs/elysia - 01e8bd08fdd53a36262bf0555437e7c5948ab099 authored 11 months ago by bogeychan <[email protected]>
expose nested scoped plugin routes in app.routes fixes: elysiajs/elysia#470

run parent error handler if plugin onError completes without handling fixes: elysiajs/elysia#469

github.com/elysiajs/elysia - 925a1103f95c5bdf5c7b65d45dac42bc99aab47c authored 11 months ago by Kilian Brachtendorf <[email protected]>
:tada: feat: merge pr

github.com/elysiajs/elysia - 6fd8753fa2cf45f34a2af7f63a49659a987a87f7 authored 11 months ago by saltyaom <[email protected]>
Merge pull request #464 from thejasonxie/main

Handle spread operator use on possible null or undefined in index.ts

github.com/elysiajs/elysia - f45d60958177e3d516b1f35acb3d78ab5d97aad3 authored 11 months ago by SaltyAom <[email protected]>
Merge pull request #460 from KilianB/main

fixes elysiajs/elysia#458 , fixes elysiajs/elysia/#457

github.com/elysiajs/elysia - d10e41cf7856e217a860f7c9492573f124d7eb0d authored 11 months ago by SaltyAom <[email protected]>
Merge pull request #448 from bogeychan/bogey/001

feat: BooleanString

github.com/elysiajs/elysia - de63dcab7a2bd94c3a07cfdb9947920a37cb7f12 authored 11 months ago by SaltyAom <[email protected]>
Merge pull request #455 from hansaskov/main

Add test for #issue397

github.com/elysiajs/elysia - d10d5098174074486b656a2cce2b1a1cb77fe29c authored 11 months ago by SaltyAom <[email protected]>
fix: handle spread operator use on possible null or undefined in src/index.ts

github.com/elysiajs/elysia - c7f1fd3bf74de1b14d89ba07f2714906ea7fe416 authored 11 months ago by Jason Xie <[email protected]>
fixes #458 , fixes elysiajs/elysia/#457

scoped plugin instances now respect the prefix property.
Additionally scoped plugins do not unmou...

github.com/elysiajs/elysia - d8a09bda270886522e980d0f71af08471ada682a authored 11 months ago by Kilian Brachtendorf <[email protected]>
remove unuser listen event

github.com/elysiajs/elysia - 4c90ebafc22deeb7c7a9fd27fadfe3d9e7dcc831 authored 11 months ago by hansaskov <[email protected]>
add test for multiple scopes

github.com/elysiajs/elysia - 13fbd9ff0070918497e1ad2f95231880515b770a authored 11 months ago by hansaskov <[email protected]>
Remove dublicate scoped test

github.com/elysiajs/elysia - fc10c1a2067aeea8d1d980fc6cf5e960681fdfce authored 11 months ago by hansaskov <[email protected]>
:broom: chore: bug fix

github.com/elysiajs/elysia - 1b3b9243cccd9ff2536c5b40f99a12ffae964ddd authored 11 months ago by saltyaom <[email protected]>
chore: added test for optional BooleanString query param

github.com/elysiajs/elysia - e5f42c6e19190b1c502fc809e28874779f5e6f88 authored 11 months ago by bogeychan <[email protected]>
feat: BooleanString

github.com/elysiajs/elysia - 8568552902a9042f0c825f9e4811323ec95e6d6e authored 11 months ago by bogeychan <[email protected]>
:wrench: fix: add types and main

github.com/elysiajs/elysia - 742707961ce125139c9f287fd3147ec1fd7c8a41 authored 11 months ago by saltyaom <[email protected]>
:wrench: fix: bun build export * regression

github.com/elysiajs/elysia - bca50aecf761e482bbd2e43daa6fce5b6c427bc8 authored 11 months ago by saltyaom <[email protected]>
:wrench: fix: mjs

github.com/elysiajs/elysia - f7e067fb604cf9ed8e21af708d41f9a69a032a6e authored 11 months ago by saltyaom <[email protected]>
:wrench: fix: empty numeric

github.com/elysiajs/elysia - a865b41179ece64bf32e63ba46c5ed75922e064a authored 11 months ago by saltyaom <[email protected]>
Merge branch 'main' of https://github.com/elysiajs/elysia

github.com/elysiajs/elysia - b2b350ba3b8f9f122f61ee10363e242dd984cfd7 authored 11 months ago by saltyaom <[email protected]>
:wrench: fix: 0.8.11

github.com/elysiajs/elysia - 012db03d1dcb19aa1f0b8f1e0dc995e3b79206cf authored 11 months ago by saltyaom <[email protected]>
Merge pull request #445 from hambergerpls/fix/421-returning-subclass-of-response

fix(handler.ts): empty body custom response when set.headers is empty

github.com/elysiajs/elysia - 46839f14bb9d894e34741aef269c20ae638cb6f8 authored 11 months ago by SaltyAom <[email protected]>
:broom: refactor: merge

github.com/elysiajs/elysia - 6439d40b4f3d58a148c70443d8d3aeaade8a1438 authored 11 months ago by saltyaom <[email protected]>
:broom: refactor: using tsup, remove nanoid

github.com/elysiajs/elysia - 44bbb5f76f4c051673d0f1bc35a2e3b610e62308 authored 11 months ago by saltyaom <[email protected]>
fix(handler.ts): empty body custom response when set.headers is empty

github.com/elysiajs/elysia - 1c8d8afa12241e29e615819de3dca93503c8de03 authored 11 months ago by Danial Hanif <[email protected]>
:tada: release: 0.8.10

github.com/elysiajs/elysia - 667680467caf3a51bd4a881cf1fa39efc394e104 authored 11 months ago by saltyaom <[email protected]>
Merge pull request #419 from print-VarunSharma/enhance-template-documentation

feat: add issue templates for elysia

github.com/elysiajs/elysia - 61d333dfb38d9b1385e26d2a36d0e263709c676c authored 11 months ago by SaltyAom <[email protected]>
Merge pull request #433 from Mkassabov/remove-crypto-dep

Remove crypto in favor of webcrypto

github.com/elysiajs/elysia - 40c9f3b0efd45cfb1769751cd00c7860125a9316 authored 11 months ago by SaltyAom <[email protected]>
Merge pull request #440 from kevainc-plop/main

Fixed issue where query params with + sign did not get converted to a…

github.com/elysiajs/elysia - e1ed655b2b7bffe166660dc5aa3ba6f433ad0a12 authored 11 months ago by SaltyAom <[email protected]>
Fixed issue where query params with + sign did not get converted to a space

github.com/elysiajs/elysia - 991cf7d8668793b26d4fb1b59ba535c7c45cc688 authored 11 months ago by Kevin Coenegrachts <[email protected]>
remove crypto in favor of webcrypto

github.com/elysiajs/elysia - 846b5a46d6c8cbacdf3738c373d2099c76d5f68c authored 11 months ago by Michael Kassabov <[email protected]>
feat: add issue templates for elysia

github.com/elysiajs/elysia - 0b1701250e43a72a43d47dfb8d55edc8918af727 authored 11 months ago by Varun Sharma <[email protected]>
Update README.md

github.com/elysiajs/elysia - 5dc46ab23be7115ec9d0652a44326f46f02ad60b authored 12 months ago by SaltyAom <[email protected]>
Update README.md

github.com/elysiajs/elysia - 80f02dbc6ae14ae57199df920cc5429130524025 authored 12 months ago by SaltyAom <[email protected]>
:broom: fix: macro panic

github.com/elysiajs/elysia - a0ad535540f7e0c4c06b27493406cfba2fec16db authored 12 months ago by saltyaom <[email protected]>
Merge pull request #383 from Kitanga/bug/websocket-id

Fix: Websocket ID not the same for `open` and `close` functions

github.com/elysiajs/elysia - 19003ce843d52cfdf6053952733d53915a7cead1 authored 12 months ago by SaltyAom <[email protected]>
Merge pull request #380 from paperdave-forks/dave/not-in-bun-error

fix: display the correct error message when calling .listen outside of bun

github.com/elysiajs/elysia - ac1c8c92edbac41838021ca02f0a25bb755ddf62 authored 12 months ago by SaltyAom <[email protected]>
:wrench: fix: add typebox back to bun bundle

github.com/elysiajs/elysia - e97c605948e5652136a1cec36824476c09a99b67 authored 12 months ago by saltyaom <[email protected]>
:broom: chore: review issues

github.com/elysiajs/elysia - a6bf3d866f6d4c57d21513a0e72c7d423d8cff9a authored 12 months ago by saltyaom <[email protected]>
:broom: fix: object assign body

github.com/elysiajs/elysia - 25d48eb6e936d8b8070b2d946821bdfd7077b31d authored 12 months ago by saltyaom <[email protected]>
feat: added logs to verify connected socket IDs

github.com/elysiajs/elysia - bda002eb09d9588514665931b4827d920fe2e83a authored 12 months ago by Kitanga Nday <[email protected]>
fix: ID not the same when `open` or `close` is invoked

github.com/elysiajs/elysia - 0721c14fae8500c641b70cf6826033ef77da13bf authored 12 months ago by Kitanga Nday <[email protected]>
:broom: fix: type

github.com/elysiajs/elysia - 1d3350d3c13a4f75dc79c1540ae38e9c3ecc8002 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: type

github.com/elysiajs/elysia - b09437ae57d855aaac204797962194eb4987e564 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: type

github.com/elysiajs/elysia - 9a5826a583546d0fb070c4f85c46b72f9060e883 authored 12 months ago by saltyaom <[email protected]>
fix error message when not using bun

github.com/elysiajs/elysia - 34b6a0f00786b81412b3f1384c41f62b0e95390f authored 12 months ago by dave caruso <[email protected]>
:broom: fix: invalid regex on static content

github.com/elysiajs/elysia - 89c6396e8bf365d747c69fc87dd88ae89333dc04 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: path is missing

github.com/elysiajs/elysia - cdb99c240432c76ab8cff6f7e475b3e7a7e39bb6 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: be is undefined

github.com/elysiajs/elysia - 5a1530877ef2cfc4b4f84a04b0eea0e2b6fe8a53 authored 12 months ago by saltyaom <[email protected]>
:tada: feat: 0.8

github.com/elysiajs/elysia - 8c64087dca8fb46331a38d20e11fbfa48b9dbbc9 authored 12 months ago by saltyaom <[email protected]>
Merge pull request #284 from elysiajs/mayuri

Release 0.8: Mayuri

github.com/elysiajs/elysia - 51ba9a9fa9ccba399a1d4c1be0b0365c6e5315df authored 12 months ago by SaltyAom <[email protected]>
:broom: fix: mapFile

github.com/elysiajs/elysia - a54756b46608c0aaade71057f184592658285c6a authored 12 months ago by saltyaom <[email protected]>
:broom: fix: mapFile

github.com/elysiajs/elysia - 4ba3e854019adc5c946f088af5ec32625ca30780 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: onStart

github.com/elysiajs/elysia - 8e810bbc3d7f832ab984b3a9d9d3c28873627d71 authored 12 months ago by saltyaom <[email protected]>
:broom: fix: analytic flag

github.com/elysiajs/elysia - 0a48ee68fb7c7e97eddbdeb7f85fef61fa0489fe authored almost 1 year ago by saltyaom <[email protected]>
:broom: fix: default header doesn't get merge from plugin

github.com/elysiajs/elysia - 83441cdae3a513ef92d90cbf2dd569b26d36d5b3 authored about 1 year ago by saltyaom <[email protected]>
:broom: chore: bug fix

github.com/elysiajs/elysia - 2d11f85142cc30fa59d35e23be219d68b93863c3 authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: macro

github.com/elysiajs/elysia - 53cabf8abfc32ea7ff842ec6bd598414b5550822 authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: type-level test case

github.com/elysiajs/elysia - 0390d5281ec1df33e4f47f8ef1287d5a20d8f689 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: chore: merge resolve to beforehandle

github.com/elysiajs/elysia - 4f2fb61154b96a711db2a3ad6a3d130a8458d36b authored about 1 year ago by saltyaom <[email protected]>
:blue_book: chore: rename extension to macro

github.com/elysiajs/elysia - 849c7860707247e0f29986021c35c548023b21d9 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: chore: rename extension to macro

github.com/elysiajs/elysia - 19765cf58c8d4b45f609e79069aa3e084cd04cea authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: add more test case

github.com/elysiajs/elysia - 2f5ec099a3a4d48a3aa02f72d8e7e9e750b61917 authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: add more test case

github.com/elysiajs/elysia - db2fce400c9caea28b223dd6a814c0a88e3376aa authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 24d9e4022fdb9477a5deef89d78301586da288ad authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 269bd4960209fa6d7900be09f596f61189839fd7 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 0f2a859e5cd8a1f76347fb148369c63722ee1430 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 1c01ddb9957edede0ee7924a086ae588e4ff44b6 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 6dbe604527c7001da9cfe0e3ff03636655e9d59a authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - 665314c12f3f906b84e7651f8a62298899432014 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update ci

github.com/elysiajs/elysia - e5a17ae9d171072aad947dd0e2aece4144b276d9 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update readme

github.com/elysiajs/elysia - 5fecdb8a41ec64ce36d90d2d3ea2fd6550efd575 authored about 1 year ago by saltyaom <[email protected]>
:blue_book: doc: update readme

github.com/elysiajs/elysia - d07ee2483d32762d26535800d47892f3da0eee9d authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: publish script

github.com/elysiajs/elysia - 7e9300a4d53476af961793a8fb8cab63fdbbe98e authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: test case

github.com/elysiajs/elysia - e941e213d230f95fdc542d9d8e3c7bbfde3b5458 authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: test case

github.com/elysiajs/elysia - 62c7ed905511957aae9a99bc116a6f7ea674dcb8 authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: extension checksum

github.com/elysiajs/elysia - 5c3d385441c82e450afed8d57f04ee88d48d8e9a authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: merge main

github.com/elysiajs/elysia - 3d925c7712ca5275c23e1e470b35a91ea8b602f3 authored about 1 year ago by saltyaom <[email protected]>
:tada: feat: plugin checksum

github.com/elysiajs/elysia - 327760d3ef8ebc8244f0bd9d295dd388d57fcde9 authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: remove experimental publish

github.com/elysiajs/elysia - 47b0bf9a51ba23ff49b55e3310b3dbd0e4102ddc authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: pr

github.com/elysiajs/elysia - 8172da4a56fed5f942c145e44409432674ae852d authored about 1 year ago by saltyaom <[email protected]>
:wrench: fix: pr

github.com/elysiajs/elysia - af294101a88e85858b54fe51e9d9b957301dbbdc authored about 1 year ago by saltyaom <[email protected]>
Merge pull request #319 from dungps/main

fix: Typebox Ref error when use Elysia.group()

github.com/elysiajs/elysia - 0175898dbacfbbb12491a4ab080aeb6b4cc7eecb authored about 1 year ago by SaltyAom <[email protected]>
Merge pull request #322 from phaux/patch-1

reexport TSchema from typebox

github.com/elysiajs/elysia - 18a03205495d4f6eddc5754e806b985f85bdc11c authored about 1 year ago by SaltyAom <[email protected]>
Merge pull request #336 from elysiajs/dependabot/npm_and_yarn/types/cookie-0.6.0

build(deps-dev): bump @types/cookie from 0.5.4 to 0.6.0

github.com/elysiajs/elysia - 5e9dbd025690f7408e214d872019ef0bf96e3409 authored about 1 year ago by SaltyAom <[email protected]>
Merge pull request #330 from silvio2402/main

fix: preserve query params for mounted handler

github.com/elysiajs/elysia - 577930c9e52b76bc6ae9354bbed41dbf3ef2c674 authored about 1 year ago by SaltyAom <[email protected]>
Merge pull request #338 from Crssz/main

fix: guard sandbox did not inherit global config.

github.com/elysiajs/elysia - b3d97502c98e49fa18440dc3b625c85df9736009 authored about 1 year ago by SaltyAom <[email protected]>
Merge pull request #345 from feggaa/patch-1

add font/* to SchemaOptions

github.com/elysiajs/elysia - fef9017dad8509262ffae461517b22b9480d53a1 authored about 1 year ago by SaltyAom <[email protected]>