No breaking changes.
Features:
- The JS API can now handle data of arbitrary size. Just in case you have 500 monitors or something.
Fixes:
- Patched many potential sources of crashes or memory corruption. I got inspired by #11 to use GLib data structures instead of directly handling memory, because programming is hard, and I am bad at it. 👏