Releases: expressjs/morgan
Releases · expressjs/morgan
1.10.1
What's Changed
- renaming simple to sample in readme by @ryhinchey in #237
- adding installation instructions to readme by @ryhinchey in #233
- chore: add support for OSSF scorecard reporting by @inigomarquinez in #291
- ci: replace travis with github actions by @inigomarquinez in #290
- docs: add example output for log formats by @jonchurch in #299
- ci: use ubuntu-latest by @bjohansebas in #301
- ci: apply OSSF Scorecard security best practices by @UlisesGascon in #300
- remove --bail by @jonchurch in #314
- ⬆️ bump on-headers by @ctcpip in #319
New Contributors
- @inigomarquinez made their first contribution in #291
- @jonchurch made their first contribution in #299
- @bjohansebas made their first contribution in #301
- @UlisesGascon made their first contribution in #300
- @ctcpip made their first contribution in #319
Full Changelog: 1.10.0...1.10.1
1.10.0
- Add
:total-timetoken - Fix trailing space in colored status code for
devformat - deps: basic-auth@~2.0.1
- deps: [email protected]
- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor - Use instance methods on
processto check for listeners
- Replace internal
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value
- Fix
1.9.1
- Fix using special characters in format
- deps: depd@~1.1.2
- perf: remove argument reassignment
1.9.0
- Use
res.headersSentwhen available - deps: basic-auth@~2.0.0
- Use
safe-bufferfor improved Buffer API
- Use
- deps: [email protected]
- deps: depd@~1.1.1
- Remove unnecessary
Bufferloading
- Remove unnecessary
1.8.2
- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH - deps: [email protected]
- Fix
1.8.1
- deps: [email protected]
- Fix deprecation messages in WebStorm and other editors
- Undeprecate
DEBUG_FDset to1or2
1.8.0
- Fix sending unnecessary
undefinedargument to token functions - deps: basic-auth@~1.1.0
- deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable - Fix error when running under React Native
- Use same color for same namespace
- deps: [email protected]
- perf: enable strict mode in compiled functions
1.7.0
- Add
digitsargument toresponse-timetoken - deps: depd@~1.1.0
- Enable strict mode in more places
- Support web browser loading
- deps: on-headers@~1.0.1
- perf: enable strict mode
1.6.1
- deps: basic-auth@~1.0.3
1.6.0
- Add
morgan.compile(format)export - Do not color 1xx status codes in
devformat - Fix
response-timetoken to not include response latency - Fix
statustoken incorrectly displaying before response indevformat - Fix token return values to be
undefinedor a string - Improve representation of multiple headers in
reqandrestokens - Use
res.getHeaderinrestoken - deps: basic-auth@~1.0.2
- perf: enable strict mode
- perf: hoist regular expression
- perf: parse with regular expressions
- perf: remove argument reassignment
- deps: on-finished@~2.3.0
- Add defined behavior for HTTP
CONNECTrequests - Add defined behavior for HTTP
Upgraderequests - deps: [email protected]
- Add defined behavior for HTTP
- pref: enable strict mode
- pref: reduce function closure scopes
- pref: remove dynamic compile on every request for
devformat - pref: remove an argument reassignment
- pref: skip function call without
skipoption