github lukeed/polka v0.3.2

latest releases: v1.0.0-next.28, v1.0.0-next.27, v1.0.0-next.26...
6 years ago

Patches

  • FIX: Defer request property mutations until a sub-group is actually called: 3120116, df98c4c

    Previously, given a global logger, any bware-path would instantly mutate the request object. This means that the information is changed before any part of the loop begins.

    For example, when the global logger actually runs, the wrong URL/pathname is printed.

  • Tests: Chain axios deeply for easier debugging in the future: b0c9c6e

  • Update README benchmarks after polka.handler changes: a9c8d4a

Examples

  • Added examples/with-morgan: e8240a6

    Illustrates the fix in 3120116, preventing regressions.

Don't miss a new polka release

NewReleases is sending notifications on new releases.