chore(release): prepare 0.4.0#44
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.
Summary
Why
PR #42 added consumer-facing
inspectPatch()andverifyPatch()APIs for Android, iOS, and Web. npm still serves 0.3.0, so a minor release is required to make those capabilities available to consumers.The release gate also exposed that the fuzz harness always selected the POSIX feature-test macro. On macOS that hides
renamex_npandRENAME_EXCL; the harness now follows the same Darwin-specific setup as the native operation tests.Impact
This is a backward-compatible minor release. Existing
diff(),patch(),startDiff(), andstartPatch()consumers are unchanged.Publishing the resulting GitHub Release will trigger npm Trusted Publishing with provenance.
Validation
yarn install --immutableyarn prepareyarn typecheckyarn lintyarn test --runInBandyarn test:native-operationsFUZZ_RUNS=2000 yarn test:fuzzyarn test:webyarn test:web:browseryarn test:web:metroyarn test:packageyarn site:buildyarn site:testyarn site:test:browsernpm pack --dry-run --ignore-scriptsgit diff --check