Skip to content

v0.3.2

Compare
Choose a tag to compare
@lukeed lukeed released this 07 Feb 02:07
· 97 commits to main since this release

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.