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

Upgrade to 1.6.2-1 #1

Merged
merged 162 commits into from
Mar 4, 2021
Merged

Upgrade to 1.6.2-1 #1

merged 162 commits into from
Mar 4, 2021

Commits on Feb 8, 2017

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

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    27e9888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a0d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36c85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ae0ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. [refactoring] Roughing in a new shape, toward more clarity around spe…

    …cific, functional steps, and more formal consistency between the lifecyle hooks. (villadora#170)
    monkpow authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    3b5c5cd View commit details
    Browse the repository at this point in the history
  2. Adding comments. (villadora#171)

    * [refactor] Adding comments.
    
    * [refactor] break sendProxy up slightly
    
    * [refactor] straitening up sendProxyReq method
    monkpow authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    edc6550 View commit details
    Browse the repository at this point in the history
  3. [refactor] drop unused param

    monkpow committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    140bffe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6df895 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Incremental refactoring (villadora#173)

    * [refactor] working on decorateRequestWrapper
    
    * [refactor] incremental cleanup
    monkpow authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    bbbdb14 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    099ed8d View commit details
    Browse the repository at this point in the history
  2. Add missed files

    monkpow committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    51b43e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. [major refactor] Separate workflow steps into methods; attmept to cla…

    …rify boundaries. Prep for standardizing workflow steps into thennables. (villadora#180)
    
    REMOVES decorateRequest, ADDS decorateReqOpt and decorateReqBody.   This paves the way for pluggable bodyContent handlers, which has been a theme recently.
    monkpow authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5ae941a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61972a1 View commit details
    Browse the repository at this point in the history
  3. Extract decorate request wrapper (villadora#182)

    * extract resolveOptions to a module
    
    * extract_decorateRequestWrapper
    monkpow authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5ca6525 View commit details
    Browse the repository at this point in the history
  4. Extract merge (villadora#183)

    * extract buildProxyRequest, give parsing host its own workflow step
    
    * Do not choose a random port number; causes test to fail when random number is already in use as a port number.
    monkpow authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    8c526fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38495d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37fb2d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7d4ad8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Extract merge (villadora#189)

    * Extract sendUserReq to module; other minor cleanup.
    
    * Expanding comment.
    
    * More comments.
    
    * Further comments.   Improve property name.
    
    * Use lint approved form of loose equality
    monkpow authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    5e5bd7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7108711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea5c438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55f8cc View commit details
    Browse the repository at this point in the history
  5. Cleanup (villadora#196)

    * Remove errant debuggers; fix timeout test
    
    * lint in subdirectories
    monkpow authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    7b27d4d View commit details
    Browse the repository at this point in the history
  6. extract decorateProxyReqBody (villadora#197)

    * improve property name
    
    * extract decorateProxyReqBody to a module
    monkpow authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    062ab3b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Make resolveProxyReqHost, resolveProxyReqPath, and decorateProxyReqOp…

    …ts sequential to avoid issues with passed-by-reference 'container'. (villadora#198)
    
    Extract prepareProxyReq as a separate module
    monkpow authored Apr 6, 2017
    Configuration menu
    Copy the full SHA
    0886ec1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Extract prepareProxyReq and decorateUserRes to app/steps modules. Ext…

    …ract copy headers from decorateUserRes. (villadora#200)
    monkpow authored Apr 7, 2017
    Configuration menu
    Copy the full SHA
    5c86a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0719f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c7b0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80057ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4596c6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74d3d11 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

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

Commits on Apr 11, 2017

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

Commits on Apr 14, 2017

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

Commits on Apr 25, 2017

  1. 1.0.0

    monkpow committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    544dcb8 View commit details
    Browse the repository at this point in the history
  2. Minor doc edits.

    monkpow committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    5ade89a View commit details
    Browse the repository at this point in the history
  3. 1.0.1

    monkpow committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    248f8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

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

Commits on May 2, 2017

  1. 1.0.2

    monkpow committed May 2, 2017
    Configuration menu
    Copy the full SHA
    59ed24e View commit details
    Browse the repository at this point in the history
  2. 1.0.2

    monkpow committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f1a7e44 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    0a25b02 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    monkpow committed May 10, 2017
    Configuration menu
    Copy the full SHA
    2cf21ff View commit details
    Browse the repository at this point in the history
  3. 1.0.3

    monkpow committed May 10, 2017
    Configuration menu
    Copy the full SHA
    b3b0d0b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

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

Commits on May 31, 2017

  1. Update README.md (villadora#237)

    typo in proxyReqOptDecorators (should be proxyReqOptDecorator)
    hagai26 authored and monkpow committed May 31, 2017
    Configuration menu
    Copy the full SHA
    ce4ce24 View commit details
    Browse the repository at this point in the history
  2. fixing request options

    monkpow committed May 31, 2017
    Configuration menu
    Copy the full SHA
    50517f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    cf67b41 View commit details
    Browse the repository at this point in the history
  2. Revert "fixing request options"

    This reverts commit 50517f0.
    monkpow committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    7384423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f50c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Nit adhoc (villadora#252)

    Tests and docs
    monkpow authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    14ed9a9 View commit details
    Browse the repository at this point in the history
  2. 1.0.5

    monkpow committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    1f8fab7 View commit details
    Browse the repository at this point in the history
  3. fixes villadora#248 : Add workflow step to allow authors to exit expr…

    …ess-http-proxy processing and jump to the ```next()``` handler. (villadora#253)
    monkpow authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    11737ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bd5400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3caf5d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    0689ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdbce8 View commit details
    Browse the repository at this point in the history
  3. 1.0.6

    monkpow committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    53e0f45 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. README updated for 1.0.6

    monkpow committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    e88ba39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ea31b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6cce6 View commit details
    Browse the repository at this point in the history
  4. Prevent unhandled promise rejection error when body size exceeds limit (

    villadora#274)
    
    The promise that was being returned from the `buildProxyReq` was not handling a rejection if the body parsing failed - for example if the body size exceeded the configured limit. This caused node to throw an unhandled rejection error and crash the request.
    
    By removing the redundant `new Promise` wrapper from around the `Promise.all` call the inner promise will correctly propogate its rejection, and allow it to be caught at https://github.com/villadora/express-http-proxy/blob/11737ce02348fd8077a0ee8db6b14f7a25a0cdb0/index.js#L56
    lennym authored and monkpow committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    f56491a View commit details
    Browse the repository at this point in the history
  5. flattening test structure

    monkpow committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    694eba0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad34488 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9932515 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. upgrade dependencies

    monkpow committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    c2ea8e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. 268 (villadora#278)

    * # This is a combination of 2 commits.
    # This is the 1st commit message:
    
    lulu
    
    # This is the commit message #2:
    
    more docs
    
    * [villadora#268] Add docs and test for promise rejection on proxyReqOptDecorator.
    monkpow authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    5af9592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c5628 View commit details
    Browse the repository at this point in the history
  3. update README.md for release

    monkpow committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ae3654d View commit details
    Browse the repository at this point in the history
  4. 1.0.7

    monkpow committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ed81ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

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

Commits on Nov 14, 2017

  1. 1.1.0

    monkpow committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    ddafd59 View commit details
    Browse the repository at this point in the history
  2. Update README

    monkpow committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    4095783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ba263 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. README: Fix Version. (villadora#300)

    Version 1.0.8 was releases as 1.1.0
    simono authored and monkpow committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    f1fd789 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

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

Commits on Jan 24, 2018

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

Commits on Feb 1, 2018

  1. Fix crash when gzip indicated and body is empty (villadora#310)

    Add test, so unzipping is called only when data are present
    SergeS authored and monkpow committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    1a67ac6 View commit details
    Browse the repository at this point in the history
  2. Stream proxied responses if no response modifiers are in use (villad…

    …ora#311)
    
    * Stream proxied responses if no response modifiers are in use
    
    * Add tests for streaming when no response modifiers.
    monkpow authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    3a5fefa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b9194 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. whitespace.

    monkpow committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    07b484e View commit details
    Browse the repository at this point in the history
  2. README edits, narrative.

    monkpow committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    7d9eeb8 View commit details
    Browse the repository at this point in the history
  3. fixes maybeSkipToNextHandler rejects instead of calling next. (villad…

    …ora#314)
    
    patch for intermittent port failure in test suite.
    extracts error handling to a decorator.
    monkpow authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    63b981e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba5b979 View commit details
    Browse the repository at this point in the history
  5. Stream proxied responses if no response modifiers are in use (villad…

    …ora#311)
    
    * Stream proxied responses if no response modifiers are in use
    
    * Add tests for streaming when no response modifiers.
    KidkArolis authored and monkpow committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    61ec61f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

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

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    c82d5e8 View commit details
    Browse the repository at this point in the history
  2. fix trivial typo

    monkpow committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    35feba6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

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

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    53726bb View commit details
    Browse the repository at this point in the history
  2. remove errant console.log

    monkpow committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    c9a5b85 View commit details
    Browse the repository at this point in the history
  3. Update README release notes.

    monkpow committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    af57731 View commit details
    Browse the repository at this point in the history
  4. 1.2.0

    monkpow committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    d54c6e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb1146 View commit details
    Browse the repository at this point in the history
  6. adding package-lock.json

    monkpow committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    9a9271f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80114cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76769a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 6, 2018

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

Commits on Jul 2, 2018

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

Commits on Jul 3, 2018

  1. Revert "[villadora#343]: Clarify test language and README re: proxyRe…

    …qPathResolver (villadora#346).  Reverted because 'wrong ticket number'."
    
    This reverts commit c4c958e.
    monkpow committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    5548856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2636662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bf29f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2800cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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

    monkpow committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    267b50d View commit details
    Browse the repository at this point in the history
  3. Revert "updating source control locations"

    This reverts commit fcc1afe.
    monkpow committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    4436f47 View commit details
    Browse the repository at this point in the history
  4. 1.4.0

    monkpow committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8fcb97a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca944fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b78046b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7c55cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    762b16f View commit details
    Browse the repository at this point in the history
  9. [villadora#361] Fix skipToNextHandler, add expressHttpProxy value to …

    …user res for additional processing. (villadora#373)
    monkpow authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8bac3fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c4d8f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8cdb67 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Insert missing parenthesis (villadora#378)

    Simon Siegert authored and monkpow committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    338c6d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. 381 (villadora#386)

    * [villadora#381] Fixes proxyReq is empty ({}) in userResHeaderDecorator.
    
    * Remove old comment.
    monkpow authored Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ad94d32 View commit details
    Browse the repository at this point in the history
  2. Add js language to markdown for syntax highlighting (villadora#385)

    Simon Siegert authored and monkpow committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    c68f1b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

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

Commits on Oct 26, 2018

  1. kill only in test file

    Nik 'Fire Eater' Krimm committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    ea936f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

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

Commits on Nov 6, 2018

  1. Updating README for 1.5.0 release.

    Nik 'Fire Eater' Krimm committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    fe8d02e View commit details
    Browse the repository at this point in the history
  2. 1.5.0

    Nik 'Fire Eater' Krimm committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    bf63dbf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

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

Commits on Jan 15, 2019

  1. Fixed usage of JSON.stringify in debug (villadora#400)

    When debugging is disabled, calling `debug('', JSON.stringify())` will cause the data to be stringified even if debugging is disabled. The proper usage of the `debug` package requires to use `%o` or `%O` to pretty-print an object.
    matthieusieben authored and monkpow committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    66b247a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. update release notes

    Nik 'Fire Eater' Krimm committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    acb89db View commit details
    Browse the repository at this point in the history
  2. 1.5.1

    Nik 'Fire Eater' Krimm committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    77121f9 View commit details
    Browse the repository at this point in the history
  3. fix broken test suite from villadora#393 (villadora#407)

    * fix broken test suite from villadora#393
    
    * fix deprecation message and use function name
    raphaeleidus authored and Nik 'Fire Eater' Krimm committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    03f6c03 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

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

Commits on Sep 24, 2019

  1. Update README.md (villadora#425)

    yeltnar authored and monkpow committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ff9b21c View commit details
    Browse the repository at this point in the history
  2. fix typo (villadora#417)

    justjavac authored and monkpow committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d3929ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b46bf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. OutgoingMessage.prototype._headers is deprecated in Node.js 12. make …

    …sure res.getHeaders() exists for Node 6 (villadora#430)
    monkpow authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1cfefea View commit details
    Browse the repository at this point in the history
  2. Bump lodash from 4.17.11 to 4.17.15 (villadora#427)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.11...4.17.15)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and monkpow committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    a66e2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3da8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42e72e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe9b410 View commit details
    Browse the repository at this point in the history
  6. use body-parser to show a case where the body is passed as {}

    when the original is an empty string
    cesine authored and monkpow committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ccc6352 View commit details
    Browse the repository at this point in the history
  7. un-focus test

    monkpow committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    91b4b14 View commit details
    Browse the repository at this point in the history
  8. Update release notes.

    monkpow committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    13eb663 View commit details
    Browse the repository at this point in the history
  9. 1.6.0

    monkpow committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f4e0b31 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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

Commits on Jul 2, 2020

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

Commits on Jul 20, 2020

  1. Add important note about 'body-parser'

    I spent 2 days to find my issue. It was very hard to find the problem, but in some case, the body-parser change the body POST, and thn this body post is not sent to the target correctly. Hope it helps
    sebastienroul authored and monkpow committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1983acc View commit details
    Browse the repository at this point in the history
  2. Create node.js.yml

    monkpow authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f53e7ee View commit details
    Browse the repository at this point in the history
  3. [adhoc] fixes trivial misspelling.

    nik-blue-lava authored and monkpow committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9e28f9b View commit details
    Browse the repository at this point in the history
  4. Update dependencies.

    nik-blue-lava authored and monkpow committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5527c1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0d5e72 View commit details
    Browse the repository at this point in the history
  6. 1.6.1

    nik-blue-lava committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    42cc849 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

    nik-blue-lava committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3de3f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1692a00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aec188 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

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

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    3b48e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11003c View commit details
    Browse the repository at this point in the history
  3. Upgrade to 1.6.2

    utay committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6264c7b View commit details
    Browse the repository at this point in the history