romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
494 stars 41 forks source link

BigInt-related API fixes and non-breaking changes #285

Open mildsunrise opened 3 years ago

mildsunrise commented 3 years ago

BigInt-related API fixes and (for now, only) non-breaking changes.

romgrk commented 3 years ago

You can include the breaking changes here directly, I'll release 1.0 right after it's merged.

mildsunrise commented 3 years ago

hmm I would wait a bit before the breaking release, just in case there are more breaking changes we haven't discovered yet? either way, +1

romgrk commented 3 years ago

The breaking changes need to land on master anyway, even if we wait before the release. You can add them here directly, it will be simpler.

mildsunrise commented 3 years ago

Perfect, done. This seems to be working but I'll test it some more to make sure.

mildsunrise commented 2 years ago

(note to self: parts of this PR have been merged as #301 and #322... I should take those out and rebase)