ansi_up 2.0.0 copy "ansi_up: ^2.0.0" to clipboard
ansi_up: ^2.0.0 copied to clipboard

Minimal package containing 'ansi_up' third_party dependency used by package:devtools.

2.0.0 #

  • Fixed a regexp getting recompiled every time an AnsiUp is instantiated and decodeAnsiColorEscapeCodes is called for the first time.

    The regexp is now compiled once during the lifetime of the program.

  • Removed AnsiUp.ansiColors and AnsiUp.palette256 members.

    These members were not useful to users, and they didn't need to be instance members. ansiColors is not a constant, and palette256 is now initialized only once (instead of every time an AnsiUp is initialized).

1.0.0 #

  • Migrate to null safety.

0.0.2 #

  • Implemented decodeAnsiColorEscapeCodes in Dart - now no longer using JS interop.
1
likes
125
points
299
downloads

Publisher

unverified uploader

Weekly Downloads

Minimal package containing 'ansi_up' third_party dependency used by package:devtools.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on ansi_up