Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.11 KB

File metadata and controls

47 lines (36 loc) · 1.11 KB

Changelog

1.1.1 (2026-06-01)

  • Provide more constructors for TextColor and BackgroundColor

1.1 (2026-05-15)

  • Support determining the size of ANSI terminals via Terminal.size
  • Allow setting the cursor style
  • Provide a representation of styled text via AnsiText
  • Comprehensive formatting support for styled text

1.0 (2023-08-23)

  • Provide declarative API for defining command-line tools
  • Improve color-detection for terminals
  • Migrate framework to Xcode 14

0.3.5 (2023-01-29)

  • Be more clever about detecting color terminals
  • Migrate project to Xcode 14.2

0.3.4 (2021-05-12)

  • Minor bug fixes
  • Migrated project to Xcode 12.5

0.3.3 (2020-10-04)

  • Ported code to Swift 5.3
  • Migrated project to Xcode 12.0

0.3.2 (2020-02-01)

  • Fixed line reader to handle buffered output
  • Migrated project to Xcode 11.3

0.3.1 (2019-09-23)

  • Migrated project to Xcode 11.0
  • Ported code to Swift 5.1

0.3 (2019-03-30)

  • Migrated library to Xcode 10.2
  • Ported code to Swift 5

0.2 (2018-06-10)

  • Bug fixes
  • Support of usage descriptions
  • Initial documentation

0.1 (2018-05-14)

  • Initial version