Releases: drinking-code/inter-process-object-sharing
Releases · drinking-code/inter-process-object-sharing
v0.2.6
- auto resolves
.new()
after 100ms even without receiving a sync
v0.2.5
- fix (false) error when serialising native registered objects
- add support for
EventTarget
v0.2.4
- fix an error (ERR_INVALID_THIS) that would throw while creating fields with dev-registered objects
- improve native object detection (error messages)
v0.2.3 (regression)
- fix synchronisation failing
v0.2.2
- fix a bug where method calls of class instances wouldn't synchronise
v0.2.1
- fix bug where setting a property of a field would throw
- add badges 🫧
v0.2.0
- Add support for transmitting class instances
- Add a new method to disconnect connected subprocesses
- Add & improve tests
v0.1.3
- Fixed issues with bound Map serialisation / deserialisation
- Fixed issues with bound object serialisation
- Fixed timing issues
- Changed some fields in package.json
- Added tests
v0.1.2
Should've been v0.1.1, but i didn't build before publish
v0.1.0
Initial release