Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #2

Open
wants to merge 236 commits into
base: cn
Choose a base branch
from
Open

Master #2

wants to merge 236 commits into from

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    c2615ec View commit details
    Browse the repository at this point in the history
  2. docs: fixed typo (koajs#1112)

    tomasruud authored and jonathanong committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    e5db6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a64e4ae View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    e544012 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    0923ef6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    3c23aa5 View commit details
    Browse the repository at this point in the history
  2. Release 2.5.0

    dead-horse committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    916f914 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Update guide.md (koajs#1150)

    tryzniak authored and jonathanong committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    0698d67 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. deps: remove istanbul (koajs#1151)

    fl0w authored and jonathanong committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    9cef2db View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    8c17517 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. fix tests: remove unnecessary assert doesNotThrow and api calls (koaj…

    …s#1170)
    
    * tests: fix error verification
    
    So far the error message was not tested at all. This change makes
    sure the error will actually be tested for.
    
    * tests: remove unnecessary api calls
    
    `assert.doesNotThrow` does not provide any benefit since it will
    only catch errors and then rethrow in case of an error.
    BridgeAR authored and jonathanong committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    13086d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. test: node v10 on travis (koajs#1182)

    fl0w authored and dead-horse committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    2ace704 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Release 2.5.1

    dead-horse committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    45464b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    45903f2 View commit details
    Browse the repository at this point in the history
  2. chore: use this.res.socket insteadof this.ctx.req.socket (koajs#1177)

    prefer a shorter path to the object
    initial-wu authored and dead-horse committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    148f26f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    ef33a79 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    ee1a933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d42500 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    77a4cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. fix: use non deprecated custom inspect (koajs#1198)

    Custom inspection with the `inspect` property is deprecated and will
    not work in Node.js 11 anymore. This fixes it by using the custom
    inspect symbol where existent and falls back to the old style in case
    it does not exist.
    BridgeAR authored and dead-horse committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8f047dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02feadc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. test&cov: add test case (koajs#1211)

    xtx1130 authored and dead-horse committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    2cdbc52 View commit details
    Browse the repository at this point in the history
  2. docs: fix grammar

    lealceldeiro authored and dead-horse committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    cde0bb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    74170ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    162a5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b8782 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    0b93066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3110314 View commit details
    Browse the repository at this point in the history
  3. chore: update authors

    dead-horse committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5fad7cd View commit details
    Browse the repository at this point in the history
  4. Release 2.5.2

    dead-horse committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    41257aa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    2180839 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    2ee32f5 View commit details
    Browse the repository at this point in the history
  2. Release 2.5.3

    dead-horse committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e6853af View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. docs: Update error-handling.md (koajs#1239)

    Docs incorrectly states that exposed errors are being logged by default error listener:
    "which simply log the error if error.expose is true"
    https://github.com/koajs/koa/blob/master/lib/application.js#L185
    urugator authored and dead-horse committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d32623b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    9146024 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    9c5c58b View commit details
    Browse the repository at this point in the history
  2. Release 2.6.0

    fengmk2 committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e01cc5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4964242 View commit details
    Browse the repository at this point in the history
  4. Release 2.6.1

    dead-horse committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    6c0e0d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    88b92b4 View commit details
    Browse the repository at this point in the history
  2. test: node v11 on travis (koajs#1265)

    fl0w authored and dead-horse committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0251b38 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    bc81ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71aaa29 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    9905199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    325792a View commit details
    Browse the repository at this point in the history
  3. Release 2.6.2

    dead-horse committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    281a04e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    5560f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc93c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f90e825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a007198 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    acb388b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48993ad View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    7e46c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be8583 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    d9ef603 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    b25e79d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. chore: license 2019

    dead-horse committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ad91ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    b15115b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f325b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    b7bfa71 View commit details
    Browse the repository at this point in the history
  2. Release 2.7.0

    dead-horse committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    8b4e2cd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Configuration menu
    Copy the full SHA
    2f2078b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    130e363 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. test: Buffer() is deprecated due to security and usability issues. so…

    … use the Buffer.alloc() instead (koajs#1321)
    tkvern authored and dead-horse committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    04e07fd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    75233d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    5810f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132c9ee View commit details
    Browse the repository at this point in the history
  3. chore: simplify variable (koajs#1332)

    godky authored and dead-horse committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    23f7f54 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    b7fc526 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    62f29eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e8f7a View commit details
    Browse the repository at this point in the history
  3. build: test on 8/10/12

    dead-horse committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    12960c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4bdb5e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    b9e3546 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. fix: typo on document (koajs#1355)

    Jeff-Tian authored and fengmk2 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ff70bdc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    52a6737 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. docs(context): update link (koajs#1354)

    * docs(context): update link
    
    * docs(response): add code highlight
    neighborhood999 authored and dead-horse committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    219bf22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c86b10 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    d1d65dd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. docs: Update response.socket (koajs#1357)

    * docs: Include `dead-horse`'s comment 
    
    koajs#1355 (comment)
    
    * Update docs/api/response.md
    
    Polish English
    
    Co-Authored-By: Martin Iwanowski <[email protected]>
    2 people authored and dead-horse committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a245d18 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    3b23865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5afff89 View commit details
    Browse the repository at this point in the history
  3. Release 2.8.0

    dead-horse committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1015cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287e589 View commit details
    Browse the repository at this point in the history
  5. Release 2.8.1

    dead-horse committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    061c21f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. test: fix end after end (koajs#1374)

    ronag authored and dead-horse committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f75d445 View commit details
    Browse the repository at this point in the history
  2. test: fix body test (koajs#1375)

    Setting body will set the content-length header. Unless the
    corresponding number of bytes are sent the response will
    be aborted and not emit 'end'.
    ronag authored and dead-horse committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    817b498 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    54e8fab View commit details
    Browse the repository at this point in the history
  2. Release 2.8.2

    fengmk2 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    a0d2816 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    cf70dbc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. feat: export HttpError from http-errors library

    Micheal Hill authored and fengmk2 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    2d1c598 View commit details
    Browse the repository at this point in the history
  2. Release 2.9.0

    fengmk2 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    7b0370b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f7f77 View commit details
    Browse the repository at this point in the history
  4. Release 2.10.0

    dead-horse committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    66c1593 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    ef5c43b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be5626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48d88e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    4f96829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b968688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f155785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be7d334 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    4dc56f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    422e539 View commit details
    Browse the repository at this point in the history
  2. Release 2.11.0

    dead-horse committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ed84ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    eda2760 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    3e97a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7deedb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. docs: Document response status with empty body (koajs#1445)

    Co-authored-by: Marc-Aurèle DARCHE <[email protected]>
    madarche and madarche authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    8ddab48 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    6b6b0dd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. feat: allow bodyless responses for non empty status codes (koajs#1447)

    Co-authored-by: Eladio Mora <[email protected]>
    ejose19 and Eladio Mora authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    8d52105 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    143d8f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    f7c732f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faeaff5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    0d2f421 View commit details
    Browse the repository at this point in the history
  2. Release 2.12.0

    dead-horse committed May 17, 2020
    Configuration menu
    Copy the full SHA
    9ee6584 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    5208c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2030c7 View commit details
    Browse the repository at this point in the history
  3. Release 2.12.1

    dead-horse committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    b7d8c97 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. feat: support esm (koajs#1474)

    ZYSzys authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    bbcde76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226ba8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a40d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20e58cf View commit details
    Browse the repository at this point in the history
  5. Release 2.13.0

    dead-horse committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    af3a1fd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    d1c9263 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    f8b49b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51f983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2224cd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    38cb591 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    6e1093b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    aeb5d19 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    68d97d6 View commit details
    Browse the repository at this point in the history
  2. fixed multiple grammatical errors in docs. (koajs#1497)

    * fixed grammatical errors in faq docs
    
    * fixed grammatical and style issues in error handling docs
    
    * fixed grammatical issues in guide
    
    * fixed grammatical error in error handling docs
    
    * Updated middleware to use plural form to be middleware instead of
    middlewares
    vyasriday authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    39e1a5a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. correct verb tense in doc (koajs#1512)

    In this sentence, the subject is the word "using," which acts as a gerund, and not "functions."
    matanshavit authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b4398f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    b5472f4 View commit details
    Browse the repository at this point in the history
  2. Release 2.13.1

    dead-horse committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5c32cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    eb51cf5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. test: fix typo in status.js

    releated -> related
    eltociear authored and miwnwski committed May 21, 2021
    Configuration menu
    Copy the full SHA
    698ce0a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Create dependabot.yml

    jonathanong authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    0056f90 View commit details
    Browse the repository at this point in the history
  2. delete benchmarks

    jonathanong committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    47fdbca View commit details
    Browse the repository at this point in the history
  3. npm: enable package-lock

    jonathanong committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    000acf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2570e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be3e8b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    596cfd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4545b59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a410cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b37a2d0 View commit details
    Browse the repository at this point in the history
  10. lint: stick to standard

    - less maintenance
    - more strict
    jonathanong committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e9494b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b747e16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60c2d30 View commit details
    Browse the repository at this point in the history
  13. ⬆️ debug

    jonathanong committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e1b9488 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03ff762 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39c0b48 View commit details
    Browse the repository at this point in the history
  16. Fix jsdoc types for constructor (koajs#1541)

    * Fix jsdoc type for options.proxyIpHeader
    
    * Update application.js
    pkuczynski authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    689c98d View commit details
    Browse the repository at this point in the history
  17. Fix grammar mistake (koajs#1527)

    * Fix grammar mistake
    
    * Simplify correction
    souzasmatheus authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    33a8f39 View commit details
    Browse the repository at this point in the history
  18. node v12+ only

    closes koajs#1487
    jonathanong committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    eb146de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    94c2ac4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6cf6a95 View commit details
    Browse the repository at this point in the history
  21. ctx.response.get - use .getHeader (koajs#1392)

    * use .getHeader
    
    * add tests
    
    Co-authored-by: jongleberry <[email protected]>
    tinovyatkin and jonathanong authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5b076c5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    65f9c93 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    5ee832c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. build(deps-dev): bump eslint-plugin-import from 2.24.0 to 2.24.1 (koa…

    …js#1573)
    
    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.0 to 2.24.1.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.24.0...v2.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e51a6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3c6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddec341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31d0751 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    f884990 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    d678b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    2400985 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    6ec4289 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    706042c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    acb08e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    7d8955b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    9b6ea67 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    0772a22 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    9a9c2f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    19f3353 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    d99e938 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    8f12940 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    4d7b812 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    e8146ad View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    fe92ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9062e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    771d59a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    0ed925d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c17dd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    6a7bdb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    27ebeab View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    910585d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    3609065 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    8c1dd48 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    fc4d9ea View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    6fd149a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    ce18cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    aa816ca View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    7173023 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    e00a77d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    d7e0e27 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    d52e4ea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    cc4cc1f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    f3c67d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    00ce71f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    7889477 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    7ab6594 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump jest from 27.5.1 to 28.1.2

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and miwnwski committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    93b34d7 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump supertest from 3.4.2 to 6.2.4

    Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 6.2.4.
    - [Release notes](https://github.com/visionmedia/supertest/releases)
    - [Commits](ladjs/supertest@v3.4.2...v6.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: supertest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and miwnwski committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    29f20de View commit details
    Browse the repository at this point in the history
  4. fix: fix all eslint warns

    imed jaberi authored and miwnwski committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    30242ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e37230 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    eea921a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    28912d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    0c81a73 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    55f4c33 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    702eb13 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: support asyncLocalStorage

    dead-horse authored and fengmk2 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cdb7a3c View commit details
    Browse the repository at this point in the history
  2. test: more test cases

    dead-horse authored and fengmk2 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    40bee6b View commit details
    Browse the repository at this point in the history
  3. fix: improve compatibility

    dead-horse authored and fengmk2 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c90317d View commit details
    Browse the repository at this point in the history
  4. test: Add Node.js 18

    fengmk2 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cffcb1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe76c4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beb0b89 View commit details
    Browse the repository at this point in the history
  7. docs: Update guide.md (koajs#1702)

    since nodejs v12, native fs promises (require('fs').promises) is not experimental any more, should use it instead of third party libary
    rosald authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e0abc5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3fffc0 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump jest from 28.1.3 to 29.3.1 (koajs#1709)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.3.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d2b0943 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0148c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7894c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    9d2afef View commit details
    Browse the repository at this point in the history
  2. docs: Provide more typings for application's context and request/resp…

    …onse (koajs#1726)
    
    A bit more detailed types to help users of the library
    mihailik authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    edc35ac View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. build(deps-dev): bump supertest from 6.3.2 to 6.3.3 (koajs#1727)

    Bumps [supertest](https://github.com/visionmedia/supertest) from 6.3.2 to 6.3.3.
    - [Release notes](https://github.com/visionmedia/supertest/releases)
    - [Commits](ladjs/supertest@v6.3.2...v6.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: supertest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6134b3c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    14dec59 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Release 3.0.0-alpha.0 (koajs#1720)

    publish with experimental tag
    fengmk2 authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    bec13ec View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    e98b8d1 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.0-alpha.1

    fengmk2 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    632a803 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. docs: fix node quickly install with nvm (koajs#1760)

    update `nvm install  7 ` to `nvm install 12`
    Songkunda authored May 17, 2023
    Configuration menu
    Copy the full SHA
    dbf4b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    814a2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec912a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. chore: fix jsdoc and typo (koajs#1662)

    那里好脏不可以 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5ba533f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    ac61b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f15941 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #1 from koajs/master

    Update from upstream
    lcxfs1991 authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc23d76 View commit details
    Browse the repository at this point in the history