Back to Explore

terkelg/sisteransi

GitHub
1 watchersOpen source

Last release: 3/18/2020

sisteransi provides ANSI escape code helpers for terminal and CLI apps, including cursor movement (absolute and relative), cursor visibility, scroll control, and screen or line erasing. It is useful for updating terminal output with features like moving the cursor, clearing regions, and managing the cursor position.

Project status

  • The upstream project (terkelg/sisteransi) appears to be in low-activity maintenance, with the latest observed tagged updates dating to 2020-03-18 (v1.0.5) and an upstream push timestamp recorded at 2022-08-08, but no recent changelog-style release notes provided in the available history.
  • The apparent update cadence is very infrequent, with update/tag gaps of roughly months to years (v1.0.3 in 2019-08, v1.0.4 in 2019-11, v1.0.5 in 2020-03).

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.5

    3/18/2020

    Release v1.0.5 includes no documented release notes. The actual changes are limited to project metadata and development dependency/lockfile handling, with no visible runtime code changes in the provided diff.

  • v1.0.4

    11/10/2019

    This release (v1.0.4) contains a small update that changes the TypeScript type declarations for several cursor and screen-manipulation helper functions, loosening some parameters to be optional. The release notes field is empty (none provided), so the only concrete changes visible are in the .d.ts typings plus version metadata in package.json/package-lock.json.

    Breaking
  • v1.0.3

    8/5/2019

    Release v1.0.3 was published on 2019-08-05, but no release notes were provided by the publisher. As a result, there is no documented information about new features, fixes, security updates, or breaking changes for this version.

  • v1.0.2

    7/4/2019

    Release v1.0.2 changes how escape sequences are constructed (introducing a separate CSI prefix) and updates the public exports. The release notes section provides no information, so the actual behavioral and API changes are not documented.

  • v1.0.1

    7/2/2019

    This release (v1.0.1) appears to add cursor position save/restore escape codes and corresponding TypeScript type declarations. It also updates the package metadata and README to document the new cursor helpers. No release notes content was provided to confirm or describe these changes.

    Features
  • v1.0.0

    8/18/2018

    v1.0.0 introduces richer cursor and terminal control APIs, adding optional repeat counts and several new exports. The tests and README indicate expanded functionality (like cursor next/prev line and countable erase/scroll), but there are no release notes provided to document any of these API changes.

    BreakingFeatures
  • v0.1.1

    6/27/2018

    Release v0.1.1 was published on 2018-06-27, but no release notes were provided by the publisher. As a result, no developer-visible changes, bug fixes, breaking changes, or security updates can be confirmed from the release notes alone.