ansi_up 2.1.0
ansi_up: ^2.1.0 copied to clipboard
Minimal package containing 'ansi_up' third_party dependency used by package:devtools.
2.1.0 #
- Discontinue the
ansi_uppackage.
2.0.0 #
-
Fixed a regexp getting recompiled every time an
AnsiUpis instantiated anddecodeAnsiColorEscapeCodesis called for the first time.The regexp is now compiled once during the lifetime of the program.
-
Removed
AnsiUp.ansiColorsandAnsiUp.palette256members.These members were not useful to users, and they didn't need to be instance members.
ansiColorsis not a constant, andpalette256is now initialized only once (instead of every time anAnsiUpis initialized).
1.0.0 #
- Migrate to null safety.
0.0.2 #
- Implemented
decodeAnsiColorEscapeCodesin Dart - now no longer using JS interop.