Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1.18 KB

require-in-the-middle changelog

Unreleased

  • If resolving the filename for a require(...) fails, defer to the wrapped require implementation rather than failing right away. This allows a possibly-monkey-patched require to do its own special thing. nodejs#59

v6.0.0

  • Drop Node.js 6 support. New minimum supported Node.js version is 8.6.0. (This is the minimum supported Node.js version for elastic-apm-node@3 that uses this module.)
  • Add testing of Node.js 19.
  • Rename default branch from master to main.
  • Should there be a need to do 5.x maintenance releases there is a 5.x branch.

v5.2.0

v5.1.0

  • Add support for hooking into require of absolute paths. nodejs#43

earlier versions

Use the source, Luke.