Open
Conversation
357ad64 to
a780ebd
Compare
a780ebd to
943ae24
Compare
943ae24 to
966172e
Compare
966172e to
36dd6ce
Compare
36dd6ce to
97db755
Compare
97db755 to
f613e9b
Compare
f613e9b to
a1c8ba0
Compare
a1c8ba0 to
fd2b409
Compare
fd2b409 to
73e77d5
Compare
e08c704 to
14eba86
Compare
14eba86 to
de4c357
Compare
de4c357 to
ecf102c
Compare
ecf102c to
a9e9a65
Compare
a9e9a65 to
982c555
Compare
982c555 to
3331fd7
Compare
3331fd7 to
778c219
Compare
778c219 to
a7a8293
Compare
a7a8293 to
d48622e
Compare
d48622e to
7cc26ca
Compare
7cc26ca to
fd82b91
Compare
fd82b91 to
6b0f7ba
Compare
6b0f7ba to
c8cbd54
Compare
c8cbd54 to
8eadf70
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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.