Skip to content

Latest commit

 

History

History
90 lines (47 loc) · 4.2 KB

File metadata and controls

90 lines (47 loc) · 4.2 KB

Changelog

0.10.0 (2026-03-06)

Features

  • 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)

Features

  • Add support for matching export alias (#29) (2169e27)
  • Added support for wrapping private class methods (#33) (22d069d)

0.8.2 (2025-09-26)

Bug Fixes

  • Properly assign async keyword only to wrapped functions that had async keyword on original (#50) (0495589)

0.8.1 (2025-09-24)

Bug Fixes

  • Hardcode wrapped arrow functions to not specify async key to avoid wrapping non-native promises (#48) (8b43c92)

0.8.0 (2025-09-19)

Features

0.7.2 (2025-09-12)

Bug Fixes

0.7.1 (2025-09-11)

Bug Fixes

  • versionRange TypeScript definition (#35) (89cff5a)

0.7.0

  • feat: Sourcemap support (#16)
  • feat: Update all dependencies (#24)
  • feat: Include module version in event args (#23)

Bug Fixes

  • versionRange TypeScript definition (#35) (89cff5a)

0.6.0

  • fix: Allow for argumentation mutation in complex argument functions (#19)

0.5.0

  • fix: Allow injecting into functions nested in functions (#17)

0.4.0

  • feat: Error when code injection fails (#9)
  • feat: Allow unknown module type (#11)
  • fix: wasm-pack should be in devDependencies (#12)
  • fix: Use uniquely named local variables (#13)

0.3.0

  • fix: Handle module.exports = class Foo when locating classes (#7)

0.2.0

  • fix: Ensure channel_name doesn't cause invalid JavaScript identifiers (#4)
  • fix: Don't check for matching sync/async function type (#5)

0.1.1

  • Initial publish of the temporary package.