Open
Conversation
ed8188b to
e15b451
Compare
e15b451 to
4657239
Compare
4657239 to
bf95b94
Compare
bf95b94 to
4d0fe53
Compare
4d0fe53 to
dbd1fe9
Compare
dbd1fe9 to
f1f233d
Compare
f1f233d to
c1b326b
Compare
c1b326b to
c7273c2
Compare
c7273c2 to
e656ce2
Compare
e656ce2 to
734f9fe
Compare
734f9fe to
66956e9
Compare
66956e9 to
4813ace
Compare
4813ace to
b6ed387
Compare
b6ed387 to
dc51164
Compare
dc51164 to
762b8ca
Compare
762b8ca to
f1830d7
Compare
f1830d7 to
b164155
Compare
b164155 to
c5307b8
Compare
c5307b8 to
5621938
Compare
5621938 to
d4d959b
Compare
d4d959b to
d60c465
Compare
d60c465 to
733d0ec
Compare
733d0ec to
8ba982f
Compare
8ba982f to
c24f406
Compare
c24f406 to
34e0e6a
Compare
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.
This PR contains the following updates:
^6.0.0-beta.6→^6.5.0Release Notes
zeromq/zeromq.js (zeromq)
v6.5.0Compare Source
What's Changed
feat: support Windows ARM by @aminya in #693
feat: update cmake-ts to 1.0.0 by @aminya in #723
Now, cmake-ts can build the projects with built-in configurations that are selected depending on the arguments and the environment.
This includes cross-compilation for different architectures, including Windows arm64, Linux arm64, etc.
https://github.com/EmbeddedEnterprises/cmake-ts/releases/tag/v1.0.0
build: detect system processor on Windows via project_options by @aminya in #724
Full Changelog: zeromq/zeromq.js@v6.4.2...v6.5.0
v6.4.2Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.4.1...v6.4.2
v6.4.1Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.4.0...v6.4.1
v6.4.0Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.3.0...v6.4.0
v6.3.0Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.2.0...v6.3.0
v6.2.0Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.1.2...v6.2.0
v6.1.2Compare Source
What's Changed
fix: fix zeromq on Electron Windows by delay loading node.exe by @aminya in #673
fix: fix compiler warnings, sign-conversion, clang-tidy issues by @aminya in #666
std::arrayinstead of C-arraysstatic/inlinekeywords-Wshadowon gcc/AppleClangto_stringoverride forint64_tint32_tfor the socket typedoublelimitsstaticClosable's destructor virtualswitchfix: improve TypeScript types @aminya in #671
MessageLikeoptionsin TypeScriptmonitoroptional in compatsendof compat modetest: convert compat tests to TypeScript by @aminya in #671
ci: add smoke-test for various node version and package managers by @aminya in #670
Full Changelog: zeromq/zeromq.js@v6.1.1...v6.1.2
v6.1.1Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.1.0...v6.1.1
v6.1.0Compare Source
What's Changed
.npmrcduring installation. See the readme for more details.Full Changelog: zeromq/zeromq.js@v6.0.8...v6.1.0
v6.0.8What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.6...v6.0.8
v6.0.6Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.4...v6.0.6
v6.0.5Compare Source
v6.0.4Compare Source
fix: add missing prebuilds
The last release didn't include the prebuilds. This version contains the prebuilds for
darwin-arm64,darwin-x64,linux-x64,win32-ia32, andwin32-x64fix: add node-gyp to dependencies
This makes sure an up-to-date Node-gyp is used if the build fallback to building from the source in case the prebuild is not available for your platform.
Full Changelog: zeromq/zeromq.js@v6.0.3...v6.0.4
v6.0.3Compare Source
What's Changed
This ensures that build scripts are not rebuilt during installation. The installation should directly load the prebuilds and fallback to the building from the source in case of a platform that lacks binaries.
Full Changelog: zeromq/zeromq.js@v6.0.2...v6.0.3
v6.0.2Compare Source
Full Changelog: zeromq/zeromq.js@v6.0.1...v6.0.2
v6.0.1Compare Source
What's Changed
Fixes the issue where the build failed or hangs on newer npm/yarn package managers
Full Changelog: zeromq/zeromq.js@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Complete rewrite of ZeroMQ.js with a modern and safe API.
http://zeromq.github.io/zeromq.js/
Reaching this point has been a significant achievement, with many people contributing over the years. We are excited to announce the stable v6 version of zeromq.js.
This release includes all the changes from 6.0.0-beta.1 to 6.0.0-beta-20. Here's a complete list of the changes:
Full Changelog: zeromq/zeromq.js@v5.1.0...v6.0.0
v6.0.0-beta.20Compare Source
What's Changed
New Contributors
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.19...v6.0.0-beta.20
v6.0.0-beta.19Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.18...v6.0.0-beta.19
v6.0.0-beta.18Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.17...v6.0.0-beta.18
v6.0.0-beta.17Compare Source
What's Changed
New Contributors
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.16...v6.0.0-beta.17
v6.0.0-beta.16Compare Source
What's Changed
fix: detect Electron version at runtime by @Bartel-C8 in #546
test: Run mocha tests with Electron by @Bartel-C8 in #547
docs: fix and automate the documentation generation by @aminya in #545
docs: fix the docs issues by @aminya in #549
chore: remove unused scripts by @aminya in #544
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.15...v6.0.0-beta.16
v6.0.0-beta.15Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.14...v6.0.0-beta.15
v6.0.0-beta.14Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.13...v6.0.0-beta.14
v6.0.0-beta.13Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.12...v6.0.0-beta.13
v6.0.0-beta.12Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.11...v6.0.0-beta.12
v6.0.0-beta.11Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.10...v6.0.0-beta.11
v6.0.0-beta.10Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.9...v6.0.0-beta.10
v6.0.0-beta.9Compare Source
What's Changed
e30b162Full Changelog: zeromq/zeromq.js@v6.0.0-beta.8...v6.0.0-beta.9
v6.0.0-beta.8Compare Source
What's Changed
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.7...v6.0.0-beta.8
v6.0.0-beta.7Compare Source
What's Changed
New Contributors
Full Changelog: zeromq/zeromq.js@v6.0.0-beta.6...v6.0.0-beta.7
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.