User interface primitives for console applications
Last release 7 days ago
20 Aug 2026
Release timing varies
gaps range from 8 days to 3 months
Nearly every release is documented
notes for 343 of 344 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
344 releases · first in 2020
Release timeline
344 releases since 2020202120222023202420252026
Releases
- 0.7.1823 Jan 2024
- 0.7.1716 Jan 2024
- 0.7.163 Jan 2024
- 0.7.1520 Dec 2023
- 0.7.147 Dec 2023
- 0.7.135 Dec 2023
- 0.7.1210 Nov 2023
- 0.7.111 Nov 2023
Release notes
Open source →Wed, 01 Nov 2023 23:11:35 GMT
Patches
- Fix line endings in published package.
- 0.7.1030 Oct 2023
- 0.7.91 Oct 2023
- 0.7.830 Sept 2023
- 0.7.728 Sept 2023
Release notes
Open source →Thu, 28 Sep 2023 20:53:17 GMT
Patches
- Fix an issue where
PrintUtilities.printMessageInBoxwould throw if the message contains a word that is longer than the box width. In this case,printMessageInBoxwill print bars above and below the message, and then print the message lines, allowing the console to wrap them.
- Fix an issue where
- 0.7.627 Sept 2023
- 0.7.526 Sept 2023
- 0.7.426 Sept 2023
Release notes
Open source →Tue, 26 Sep 2023 09:30:33 GMT
Patches
- Update type-only imports to include the type modifier.
- 0.7.325 Sept 2023
- 0.7.222 Sept 2023
- 0.7.119 Sept 2023
- 0.7.019 Sept 2023
Release notes
Open source →Tue, 19 Sep 2023 00:36:30 GMT
Minor changes
- Remove the dependency on
wordwrap. - Add support for a custom line prefix in
PrintUtilities.wrapWords. - Add a
PrintUtilities.wrapWordsToLinesfunction that is functionally identical toPrintUtilities.wrapWords, except that it returns an array of lines instead of a joined string with line breaks.
- Remove the dependency on
- 0.6.015 Sept 2023
Release notes
Open source →Fri, 15 Sep 2023 00:36:58 GMT
Minor changes
- Update @types/node from 14 to 18
- 0.5.3824 Aug 2023
Release notes
Open source →Thu, 24 Aug 2023 15:20:46 GMT
Patches
- Fix a minor logic issue for TextRewriterTransform cleanup
- 0.5.378 Aug 2023
- 0.5.3631 Jul 2023
- 0.5.3529 Jul 2023
- 0.5.3420 Jul 2023
- 0.5.3319 Jul 2023
- 0.5.3214 Jul 2023
- 0.5.3113 Jul 2023
- 0.5.3012 Jul 2023
- 0.5.2912 Jul 2023
- 0.5.287 Jul 2023
- 0.5.276 Jul 2023
- 0.5.264 Jul 2023
- 0.5.2519 Jun 2023
- 0.5.2415 Jun 2023
- 0.5.2314 Jun 2023
- 0.5.2213 Jun 2023
- 0.5.2113 Jun 2023
- 0.5.209 Jun 2023
- 0.5.199 Jun 2023
- 0.5.189 Jun 2023
- 0.5.178 Jun 2023
- 0.5.168 Jun 2023
- 0.5.157 Jun 2023
- 0.5.146 Jun 2023
- 0.5.135 Jun 2023
- 0.5.122 Jun 2023
- 0.5.1129 May 2023
- 0.5.1022 May 2023
- 0.5.912 May 2023
- 0.5.84 May 2023
- 0.5.71 May 2023
- 0.5.629 Apr 2023
- 0.5.527 Apr 2023
- 0.5.44 Apr 2023
- 0.5.318 Mar 2023
- 0.5.210 Feb 2023
- 0.5.15 Feb 2023
Release notes
Open source →Sun, 05 Feb 2023 03:02:02 GMT
Patches
- Change the peer dependency selector on
@types/nodeto a wildcard (*).
- Change the peer dependency selector on
- 0.5.01 Feb 2023
Release notes
Open source →Wed, 01 Feb 2023 02:16:34 GMT
Minor changes
- Bump @types/node peerDependency to ^14.18.36.
- 0.4.030 Jan 2023
Release notes
Open source →Mon, 30 Jan 2023 16:22:30 GMT
Minor changes
- Move the @types/node dependency to an optional peerDependency.