Ecosyste.ms: OpenCollective

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

KoaJS

Next generation web framework for node.js
Collective - Host: opensource - https://opencollective.com/koajs - Website: https://koajs.com/ - Code: https://github.com/koajs

fix: correctly expire cookies for nullified sessions

Changes:
- On destroy, set 'maxAge' to be false
- On destroy, set the 'expires' flag to be UNI...

github.com/koajs/session - 909d93fc6b74c6e29b0e83f555f1fc4002a6a108 authored over 5 years ago
docs: fix link (#21)

* fix: koajs/koa-router -> koajs/router

* fix: use node 8+ for async/await

* fix

github.com/koajs/router - 87cb532d1cd4929e772547eb19dfac86d6ac3929 authored over 5 years ago
chore(package): update eslint-config-standard to version 14.0.0 (#21)

github.com/koajs/response-time - 0c6f384e4c61a9b6539e52ffaeab6db30b06a65b authored over 5 years ago
Release 2.8.1

github.com/koajs/koa - 061c21f336b57a35e82d98c919bd316f48aa8b41 authored over 5 years ago
fix: make options more compatibility

github.com/koajs/koa - 287e589ac773d3738b2aa7d40e0b6d43dde5261b authored over 5 years ago
Release 2.8.0

github.com/koajs/koa - 1015cea41dd33d719177f5dc1fb62de14f4cfc38 authored over 5 years ago
feat: accept options in the Application constructor (#1372)

github.com/koajs/koa - 5afff89eca0efe7081309dc2d123309e825df221 authored over 5 years ago
docs: parameter of request.get is case-insensitive (#1373)

github.com/koajs/koa - 3b23865340cfba075f61f7dba0ea31fcc27260ec authored over 5 years ago
docs: Update response.socket (#1357)

* docs: Include `dead-horse`'s comment

https://github.com/koajs/koa/pull/1355#discussion_r30...

github.com/koajs/koa - a245d18a131341feec4f87659746954e78cae780 authored over 5 years ago
update readme to document avilability of whitelist and blacklist (#52)

github.com/koajs/ratelimit - 49199f75d734fab8226de817514eddd6f4b0cddd authored over 5 years ago
Add YAML Support

github.com/koajs/locales - 3db636481a6191b0c8e8cfb3ade51b08c2c58a67 authored over 5 years ago
updating changelog

github.com/koajs/koa-body - ddd08c02137a730a281ee08cd3c13685094d567c authored over 5 years ago
Add support for JSON Patch, JSON API and CSP report (#161)

* Add support for JSON Patch, JSON API and CSP report
- application/json-patch+json
- applicat...

github.com/koajs/koa-body - 3952bb14d7a546e28a5fd0ebd6147e4d8786f4bd authored over 5 years ago
Merge pull request #58 from HanHyeoksu/master

migrate to koa2

github.com/koajs/kick-off-koa - cc712151075177c91e19c72c441262936a1ca828 authored over 5 years ago
chore(deps): install egg-bin, mm as devDeps not deps (#1366)

github.com/koajs/koa - d1d65dd29d7bbaf9ea42eaa5fcb0da3fb4df98e9 authored over 5 years ago
docs: fixed title

github.com/koajs/router - 2f0bcc43ac6603610b44be79d8754f0b88eefa76 authored over 5 years ago
chore: move from koa-generic-session to koa-session (#35)

github.com/koajs/koa-redis - 185e24ebdf1dd5bd92e755ae36095b3cdfd324b9 authored over 5 years ago
test: remove jest and use egg-bin(mocha) (#1363)

github.com/koajs/koa - 2c86b10feafd868ebd071dda3a222e6f51972b5d authored over 5 years ago
docs(context): update link (#1354)

* docs(context): update link

* docs(response): add code highlight

github.com/koajs/koa - 219bf22237b11bc375e2e110b93db512f1acfdd4 authored over 5 years ago
chore: ignore Intellij IDEA project files (#1361)

github.com/koajs/koa - 52a673703a87a93c0f6a8552e6bd73caba66d2eb authored over 5 years ago
fixed install example (#1)

fixed install example

github.com/koajs/multer - 5359f85bb66a1695971758715272d8ef7366ebcc authored over 5 years ago
fixed install example

it should be added @

github.com/koajs/multer - efa165b6111b983b55bb560b3bb97202e5023bc1 authored over 5 years ago
fix script

github.com/koajs/logger - a8c6c57b8e152a721025cc4d402cf619430833ce authored over 5 years ago
travis - add node v10, v12

github.com/koajs/logger - f683c31ff020879af54c6ffc386207405e21f854 authored over 5 years ago
Fixed error when using custom error codes > 800. The default color at index 0 is used by default. (#73)

github.com/koajs/logger - 0f4e7a14c38a53b9652aa4a67bc69564f203c415 authored over 5 years ago
Merge pull request #153 from bmisiak/patch-1

koa-unless path supports strings, RegExps and arrays of these (typing issue).

github.com/koajs/jwt - e89996a2768ef2bb1f6c1f43ed7694b8270957e4 authored over 5 years ago
Update README.md (#157)

github.com/koajs/koa-body - 6f47ecdc5f7ab83cbd59a957df6a410ff05ef06a authored over 5 years ago
chore(package): update eslint-config-standard to version 12.0.0 (#83)

github.com/koajs/compress - 499efb9e6b9e3bd274e3c767b81beb9799d3203d authored over 5 years ago
chore(package): update eslint-config-standard to version 13.0.1 (#20)

github.com/koajs/response-time - 8bef9c955d94dd836fc30e8865a9452cd61bdcac authored over 5 years ago
koa-unless path supports strings, RegExps and arrays of these.

https://github.com/Foxandxss/koa-unless#current-options

github.com/koajs/jwt - cae6fdb36a34ea3c2b78644e93ad6c9e1b2a02b8 authored over 5 years ago
Merge pull request #143 from sjmcdowall/master

Fix audience definition to match RFC

github.com/koajs/jwt - fb86a8bc004dbe04d69449dd3318f6fb59514644 authored over 5 years ago
Merge pull request #148 from hassan-jahan/master

Lets downstream middlewares handle JWT exceptions

github.com/koajs/jwt - 37718e4b308a129ef09cd5c027172a88cf93dfd0 authored over 5 years ago
Merge pull request #149 from jakesjews/master

update jsonwebtoken to 8.5.1

github.com/koajs/jwt - 045adb9a2c488e08a2dfaaad69f69fd27eb088ec authored over 5 years ago
fix: typo on document (#1355)

github.com/koajs/koa - ff70bdc75a30a37f63fc1f7d8cbae3204df3d982 authored over 5 years ago
docs: Updated README.md (#3)

github.com/koajs/router - 93c77ab9482f38d470e818a8c5a3be9c7ab08614 authored over 5 years ago
Release 5.12.2

github.com/koajs/session - 10bb12246699101a0c87a2f3e2e09b1a79e10e33 authored over 5 years ago
fix: remvoe unused code

github.com/koajs/session - c23bab4023b95c65be46b4eeaf089608ddaa738e authored over 5 years ago
Release 5.12.1

github.com/koajs/session - bdf51c3cce5d49d2255b9b4a499587a0026f7309 authored over 5 years ago
fix: ensure ctx.session always has value

github.com/koajs/session - 77968e3ff6fb5d4f4a36665474ccd992fed689ec authored over 5 years ago
Fix typos and wording in README (#11)

* Fix typos en wording in README

* Fix typo

github.com/koajs/router - 38a6e21108729db999e00066019299accfd87caa authored over 5 years ago
docs: remove extraneous @, fix docs (#8)

github.com/koajs/router - c0975f1ea02cf7853e6449991dc0ab83046dbec1 authored over 5 years ago
docs - remaining instances of var and imports (#7)

* docs - remaining instances of var and imports

* docs - revert extraneous apostrophes

github.com/koajs/router - 87f56cbd31908e4718c5ca1f2e2541eb98cf5e38 authored over 5 years ago
Update module name in docs (#6)

and convert `var` -> `const`

github.com/koajs/router - 6bba79f14deb576aa005bca8a0308b5fc11e19a5 authored over 5 years ago
fix: fixed version

github.com/koajs/multer - 52c7db5d2b3deed6ea045f710af784c3ed130d09 authored over 5 years ago
docs: updated docs and added a note about buffer vs streams

github.com/koajs/multer - 3492494f50fec75fef83036870a2c88c5654c5fe authored over 5 years ago
feat: forked repo and updated

github.com/koajs/multer - 9b591bf5533e6b34118956aa8569a8d178ad8238 authored over 5 years ago
docs(api): fix keygrip link (#1350)

github.com/koajs/koa - b9e35469d3bbd0a1ee92e0a815ce2512904d4a18 authored over 5 years ago
docs: seperate API and README, API doc is generate by jsdoc

github.com/koajs/router - c4b85dc70c9c3b986db51338486a5b907b5d68c1 authored over 5 years ago
docs: Update README code samples to use const (#4)

github.com/koajs/router - 1e586ddf59086557fc40303177bfd39e11f95bdc authored over 5 years ago
chore: update eslint and fix lint errors

github.com/koajs/koa - d4bdb5ed9e2fe06ec44698b66c029f624135a0ab authored over 5 years ago
build: test on 8/10/12

github.com/koajs/koa - 12960c437cc25c53e682cfe5bff06d74a5bb1eb9 authored over 5 years ago
docs: ctx.type aliases ctx.response, not ctx.request (#1343)

github.com/koajs/koa - 00e8f7a1b7603aabdb7fb3567f485cb1c2076702 authored over 5 years ago
docs(context): update cookies link (#1348)

github.com/koajs/koa - 62f29eb0c4dee01170a5511615e5bcc9faca26ca authored over 5 years ago
chore(package): update eslint to version 6.0.0 (#88)

github.com/koajs/compress - 00255734fbb78f406e3d01e44697f0ccb2c7c8cf authored over 5 years ago
chore(package): update eslint to version 6.0.0 (#19)

github.com/koajs/response-time - 17fc0872ebed7e3412dc52b7cbce7fb765fd679d authored over 5 years ago
Update README.md

github.com/koajs/router - bb0b526ec14b28627f897886f0718aa001d267ca authored over 5 years ago
Merge pull request #62 from rossPatton/patch-1

some language fixes

github.com/koajs/kick-off-koa - 15fb8f2d6c62051c226e73bee6546b2b02fed71e authored over 5 years ago
some language fixes

Just a few minor grammar updates, little more verbose but the original wording read as very 'unn...

github.com/koajs/kick-off-koa - 6e442f8bc0b8b9a88957059e9e34159fec050dc5 authored over 5 years ago
Release 8.0.0

github.com/koajs/router - 94698a3231ab76e16c80579210a4609bdc3cc629 authored over 5 years ago
chore: rename to @koa/router

github.com/koajs/router - b5dd5e8f00e841b7061a62ab6228cbe96a999470 authored over 5 years ago
Release 1.12.0

github.com/koajs/locales - 8963af3a0a90f66fa949353583f0172aa61e3b8e authored over 5 years ago
feat: gettext from app (#38)

```js
app.__(locale, text, value);
```

github.com/koajs/locales - 47162d3230427957bfb16644f4db6e3c5490b830 authored over 5 years ago
docs: updated readme

github.com/koajs/response-time - 3187f04433605a89c4a01729dd4adbdcf7cf40ee authored over 5 years ago
feat: add support for request-received middleware (closes #18)

github.com/koajs/response-time - 0efb9074113e2d352c5819060eb1b2a6dd48ca8d authored over 5 years ago
docs: added note about request-received

github.com/koajs/logger - d04c9d23d5ae932e7ffe0afbdbdd995cd0a31eaf authored over 5 years ago
[feat] add support for request-received middleware (closes #76)

github.com/koajs/logger - 17cdb7457c5f7903540720c711876596233c9e9a authored over 5 years ago
docs: fix typo in cookie path default value docs (#1340)

github.com/koajs/koa - b7fc526ea49894f366153bd32997e02568c0b8a6 authored over 5 years ago
chore: simplify variable (#1332)

github.com/koajs/koa - 23f7f545abfe1fb6499cd61cc8ff41fd86cef4a0 authored over 5 years ago
docs: Clarify the format of request.headers (#1325)

github.com/koajs/koa - 132c9ee63f92a586a120ed3bd6b7ef023badb8bb authored over 5 years ago
docs: Removed Document in Progress note in Koa vs Express (#1336)

closes #1335

github.com/koajs/koa - 5810f279a4caeda115f39e429c9671795613abf8 authored over 5 years ago
#40 is fixed (with #41 PR)

github.com/koajs/trie-router - 1f694e838ff974707106c6bf9cc24d16cf98e8e0 authored over 5 years ago
Allow middlewares to be used for options requests (#41)

github.com/koajs/trie-router - 145a1a9ece3ac03ac2428c07526b076cc78ae90a authored over 5 years ago
Release 5.12.0

github.com/koajs/session - a4dcdc467a1e1672256207304a8e9ceafce97f70 authored over 5 years ago
docs: add genid(ctx) in readme

github.com/koajs/session - 3d57a443c7e0050d4066c871bf8da2656cda99f1 authored over 5 years ago
feat: add the parameter "ctx" to the function "genid" so can get the … (#173)

github.com/koajs/session - 39ca830a99ae7fcab2bd499a1f2a87de53fd1944 authored over 5 years ago
chore(package): update eslint-plugin-node to version 9.0.0 (#16)

github.com/koajs/response-time - 1680f163fe861accdf507b473ed23981c3a5c12f authored over 5 years ago
update jsonwebtoken to 8.5.1

github.com/koajs/jwt - 74b5decd0b6453b287fb915fcdd81248decf0ec8 authored over 5 years ago
Release 1.11.0

github.com/koajs/locales - 6d00106b6340b57b465a0632eac6abab2f70c7d1 authored over 5 years ago
feat: ctx.__setLocale (#36)

github.com/koajs/locales - 0767037b3cd27ddf1b82a93f03ace79e76c0e400 authored over 5 years ago
Release 5.11.0

github.com/koajs/session - 5ca903f7f9e3c2fd901f62d7e41da391e4cff258 authored over 5 years ago
feat: make sure session id is global unique (#170)

github.com/koajs/session - b79134d6854173bf46d6703e79636a58f9282e15 authored over 5 years ago
fix: remove package-lock.json

github.com/koajs/session - c2b4259ccef6095cad2f3ff51968b21cea993d13 authored over 5 years ago
Release 1.10.0

github.com/koajs/locales - 5b00e90a11429c98d77c5ebfccb4e6711074bee6 authored over 5 years ago
feat: add __getLocaleOrigin (#35)

* chore: test on node 12

github.com/koajs/locales - 3043365e09cfd76bf6ef54a4cd7347a97d08fdc5 authored over 5 years ago
lint all files

github.com/koajs/joi-router - 7e39ae758c79c3f157171c4e07648b38b7e026b7 authored over 5 years ago
Merge pull request #86 from swarthy/master

refactoring makeBodyParser

github.com/koajs/joi-router - 4923e1eccfec26661796c294d694076a08ba55ae authored over 5 years ago
fix: fixed tests

github.com/koajs/koa-redis - 5c1c109b8eb46d6589efa815e92277bd3d80ebe0 authored over 5 years ago
fix: fixed tests

github.com/koajs/koa-redis - 55ac58f0fe62af54026ff7f5411ec386a1a8b3f1 authored over 5 years ago
docs: fixed badges to have same style

github.com/koajs/koa-redis - 62bf433aa5e54233e07a347e7abe7440abf61315 authored over 5 years ago
fix: fixed tests, updated docs

github.com/koajs/koa-redis - 404f6e04eac680f91fd24df4f844c3bcc3414402 authored over 5 years ago