Skip to content

v0.3.0

Choose a tag to compare

@nikosportolos nikosportolos released this 15 Oct 20:00
· 77 commits to main since this release

Changes/Improvements

  • Enhance web support (#225)
    • Create custom BrowserDetector (#236)
  • Enhance printing methods (#226)
    • Create method printDataGrid (#220)
    • Create Writer to mute all Ansi escape codes (#221)
    • Create print method (#223)
    • Refactor writer (#224)
      • Rename to 'Printer' for consistency
      • Enhance testing
  • Add more options in ensureSupportsAnsi() (#234)

Bug fixes

  • Fix static instance (#222)

Dependencies

  • Bump meta from 1.10.0 to 1.11.0 (#228)
  • Bump test from 1.24.7 to 1.24.8 (#229)

Testing

  • Add missing process manager test (#238)