Skip to content

v0.7.6

Latest

Choose a tag to compare

@bwp91 bwp91 released this 25 May 13:24

Changes

  • fix(handshake): correct Windows platform detection regex
  • fix(handshake): surface server's auth rejection reason
  • fix(introspect): clone object before mutating during sub-path recursion
  • fix(introspect): include first sub-node in introspection results
  • fix(stdifaces): aggregate exported children using loop variable
  • fix(stdifaces): write the value supplied by the caller in Properties.Set
  • fix(bus): typo in emit-undefined-signal error message
  • fix(bus): forward opts when bus() is called without new
  • fix(bus): drop double serial increment after signal emit
  • fix(bus): expose error body string as err.message
  • fix(bus): reply with UnknownInterface when interface missing on expor…
  • fix(bus): handle void method returns and missing result signatures
  • fix(bus): treat returned Error as a D-Bus error reply
  • fix(server-handshake): drop debug console.log spam
  • fix(put): correct floatle encoding and remove debug logs
  • fix(index): include arg0 in unixexec arguments
  • fix(message): honor message endianness on receive
  • fix(dbus2js): align xml2js config with introspect.js
  • fix(address-x11): lazy-load x11 with clear error and document as opti…
  • fix(bus): only wrap obj.emit once per object across re-exports
  • fix(portforward): move top-level side-effect script out of lib/
  • chore(security): create exported-object maps with null prototype
  • chore(examples): load jQuery over HTTPS in dbusproxy demo
  • chore(ci): set least-privilege permissions on Node Test workflow
  • chore(ci): bump release workflow action versions
  • chore: dependency updates