chore(release): v2.0.0#436
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.0.0
Release PR bumping
node-gtkto 2.0.0. Major version because 64-bit integers are now marshalled asBigInt.Note
Depends on #390 (callback executable-trampoline fix) being merged before release. That fix already landed on
mastervia #427.Changes in this PR
versionto2.0.0inpackage.json/package-lock.jsonv2.0.0section toCHANGELOG.mdcovering everything sincev1.0.0Breaking
BigIntinstead ofNumberto preserve precision aboveNumber.MAX_SAFE_INTEGER(Fix introspected (u)int64 types to use BigInt #323, Support BigInt conversion #149). Coversgint64/guint64, LP64glong/gulong/gsize/gssize, andGType. Input still accepts bothNumberandBigInt; reads of 64-bit values now returnBigInt.Features
node-gtk gen-types(feat: TypeScript types vianode-gtk gen-types(in-package generator) #428)gi.getGType()(Public API to get GType of GObject / GBoxed classes #286)GPtrArrayIN/inout marshalling (GPtrArray IN/Inout marshalling unimplemented (abort at value.cc:823 'code should not be reached') #401)GStrvproperty conversion (Boxed: GStrv conversion from GValue not working #175)Fixes
Callback exec-trampoline segfault (#390), GValue unbox abort (#389), union OOB at offset 0 (#376), boxed
g_slice/g_boxed_freemismatch (#290, #213), transfer-full IN double free (#409), signal(out)/(inout)params (#405), callee-freed container walk (#399), array-of-GValuestack overflow (#398), NULLGHashTableout-param (#400), array-of-structs by value (#404), integer-keyedGHashTableIN (#402), unknown construct prop name (#320), boxed double-free via _free/_unref (#429), nine full-source-review bugs (#395). This PR also splits the install/build guide intodoc/installation.md.Release checklist
v2.0.0and publish binaries ([publish binary])🤖 Generated with Claude Code