Skip to content

Releases: lydell/node-pty

1.2.0-beta.7

17 Jan 08:03

Choose a tag to compare

1.2.0-beta.7 Pre-release
Pre-release

Based on node-pty@1.2.0-beta.7. Note that this version removes winpty, which makes the Windows packages much smaller (around 15 MiB instead of 30 MiB).

1.2.0-beta.6

17 Jan 07:39

Choose a tag to compare

1.2.0-beta.6 Pre-release
Pre-release

Based on node-pty@1.2.0-beta.6.

1.2.0-beta.3

09 Jan 20:29

Choose a tag to compare

This version is based on node-pty@1.2.0-beta.3.

@lydell/node-pty@1.1.0 and older were independently versioned from the upstream node-pty, and the README documented which node-pty version it was based on. Starting with @lydell/node-pty@1.2.0-beta.3, @lydell/node-pty uses the same version number as node-pty.

I originally used independent versioning because I could easily mess something up in my fork, needing another patch release. Starting with @lydell/node-pty@1.2.0-beta.3, @lydell/node-pty is no longer a fork – it’s just an automated re-packaging of the official node-pty npm package (since node-pty ships with prebuilt binaries now). Then the risk of me messing something up is much lower.

At the time of writing, @lydell/node-pty@1.2.0-beta.3 was marked as latest on npm, even though it has the word “beta” in the version. That’s because the first version of @lydell/node-pty that was just a re-packaging of node-pty was supposed to be based on node-pty@1.1.0 – the first stable version we prebuilt binaries. However, there were a few bugs with the prebuilt stuff in node-pty@1.1.0. node-pty@1.2.0-beta.3 is the first fully functional version, and should have had the version number 1.1.3 in my opinion, since the three beta versions only contains bug fixes for 1.1.0.

1.1.0

20 Jan 19:24

Choose a tag to compare

This release adds a Linux ARM64 binary.

This version is based on node-pty@1.1.0-beta14.

1.0.3

11 Nov 08:02

Choose a tag to compare

The Linux binary is now compiled on Ubuntu 20.04 instead of 24.04, for better glibc compatibility. This means that the binary should work on Ubuntu 20.04+.

This version is based on node-pty@1.1.0-beta14.

1.0.0-beta.2

09 Mar 16:05

Choose a tag to compare

1.0.0-beta.2 Pre-release
Pre-release

Fix TypeScript typings.

This version is based on node-pty@1.0.0 (plus maybe a few more unreleased commits).

1.0.0-beta.1

09 Mar 16:05

Choose a tag to compare

1.0.0-beta.1 Pre-release
Pre-release

Initial release.

This version is based on node-pty@1.0.0 (plus maybe a few more unreleased commits).