Open
Conversation
a3e6f63 to
cbf9451
Compare
cbf9451 to
cb8c219
Compare
cb8c219 to
fc91bf8
Compare
fc91bf8 to
b43f41f
Compare
b43f41f to
aa751af
Compare
aa751af to
323ccfa
Compare
323ccfa to
11ac2f6
Compare
11ac2f6 to
ffdf6f0
Compare
ffdf6f0 to
0c15168
Compare
0c15168 to
25315cb
Compare
25315cb to
714bea4
Compare
714bea4 to
e05e809
Compare
e05e809 to
34bd800
Compare
34bd800 to
476d640
Compare
476d640 to
588975a
Compare
588975a to
41a72a0
Compare
41a72a0 to
b470830
Compare
b470830 to
f3b7444
Compare
f3b7444 to
6b780db
Compare
6b780db to
f849d7c
Compare
f849d7c to
6d85848
Compare
6d85848 to
dd90222
Compare
dd90222 to
4ca9666
Compare
4ca9666 to
b1190d9
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.