0.10.0 (2026-03-06)
- Convert windows path to unix path before comparing against ModuleMatcher file_path value. (#40) (da7b7cb)
- Match more class declarations for export alias check (#37) (804a9c6)
0.9.0 (2026-02-26)
- Add support for matching export alias (#29) (2169e27)
- Added support for wrapping private class methods (#33) (22d069d)
0.8.2 (2025-09-26)
- Properly assign
asynckeyword only to wrapped functions that hadasynckeyword on original (#50) (0495589)
0.8.1 (2025-09-24)
- Hardcode wrapped arrow functions to not specify
asynckey to avoid wrapping non-native promises (#48) (8b43c92)
0.8.0 (2025-09-19)
0.7.2 (2025-09-12)
0.7.1 (2025-09-11)
- feat: Sourcemap support (#16)
- feat: Update all dependencies (#24)
- feat: Include module version in event args (#23)
- fix: Allow for argumentation mutation in complex argument functions (#19)
- fix: Allow injecting into functions nested in functions (#17)
- feat: Error when code injection fails (#9)
- feat: Allow
unknownmodule type (#11) - fix:
wasm-packshould be indevDependencies(#12) - fix: Use uniquely named local variables (#13)
- fix: Handle
module.exports = class Foowhen locating classes (#7)
- fix: Ensure
channel_namedoesn't cause invalid JavaScript identifiers (#4) - fix: Don't check for matching sync/async function type (#5)
- Initial publish of the temporary package.