Skip to content

Releases: emmercm/chdman-js

v0.269.2

21 Sep 04:11
c73553f
Compare
Choose a tag to compare

Release Highlights

Fix for v0.269.1's binary packages not finding their binary after packing & publishing.

All changes

v0.269.1

21 Sep 02:50
f479001
Compare
Choose a tag to compare

⚠️ Don't use this release, use v0.269.2 instead! ⚠️

Release Highlights

This separates all the pre-compiled chdman binaries into their own npm packages. This prevents downloading binaries for unrelated OSes and architectures.

All changes

v0.269.0

29 Aug 17:36
c495221
Compare
Choose a tag to compare

Release Highlights

This bumps the bundled chdman binaries to v0.269.

All changes

v0.268.0

28 Aug 01:50
a5307fd
Compare
Choose a tag to compare

Release Highlights

This bumps the bundled chdman binaries to v0.268.

All changes

v0.267.3

07 Aug 23:18
5224e8a
Compare
Choose a tag to compare

Release Highlights

Fix: use child_process.spawn()'s 'close' event instead of 'exit'

Older versions of Node.js (around the v16.7.0 era) don't do a good job of emitting 'data' events before 'exit'. This behavior is clearly documented, so 'exit' has been swapped out for 'close' which should increase reliability.

Thank you to Chris Hickman for the tip!

All changes

v0.267.2

25 Jul 04:48
739589e
Compare
Choose a tag to compare

Release Highlights

Fix: exported binary

The previous release didn't work quite as expected, this one adds a shebang that should fix it.

All changes

v0.267.1

24 Jul 00:21
6869f95
Compare
Choose a tag to compare

Release Highlights

Feature: exported binary

You can now run npx --yes chdman@latest [command] [options..] instead of executing a chdman binary!

Change/fix: prefer bundled binaries

Bundled binaries are now preferred over binaries found on the user's $PATH. This is for consistency across versions.

All changes

v0.267.0

19 Jul 04:14
e2b625f
Compare
Choose a tag to compare

Release Highlights

This bumps the bundled chdman binaries to v0.267.

All changes

v0.266.0

31 May 14:39
b76c1f0
Compare
Choose a tag to compare

Release Highlights

This bumps the bundled chdman binaries to v0.266.

All changes

v0.265.0

08 May 03:00
fedce9c
Compare
Choose a tag to compare

Release Highlights

This bumps the bundled chdman binaries to v0.265.

All changes