Skip to content

Releases: Rami-Sabbagh/node-interception

README.md improvements

04 Sep 10:08
Compare
Choose a tag to compare
  • Improve the example code in README.md to properly destroy the interception context and release the intercepted devices.

Thanks for @joshwaiam for noticing that and doing a pull request (PR #14)

Fix addon loading

31 Aug 21:34
Compare
Choose a tag to compare
  • Fixed the module failing to load the prebuilt node addon (sorry for that)!
  • Fixed the badges links in README.md
  • Fixed the interception driver installation command in README.md
  • Please don't hesitate to ask any questions at our discord!

Fix receive method

11 Aug 16:02
Compare
Choose a tag to compare
  • Fix receive() method not working due to native-side validation rejection.

Removed InvalidStroke and nstrokes

11 Aug 15:57
Compare
Choose a tag to compare
  • Remove InvalidStroke, as there's nothing as invalid stroke objects in the original library.
  • Remove the nstroke argument from send and receive methods as it's not supported and causes unsafe memory access.

Initial release

11 Aug 15:20
Compare
Choose a tag to compare
v1.0.0

v1.0.0