Tamar.ANSITerm v0.1.4 Release Notes

Release Date: 2019-06-07 // almost 5 years ago
  • ⚡️ This update introduces a new configuration class that allows you to ignore support from the current terminal and print escape codes anyway.

    👍 The old ForeColor and BackColor were now renamed to ForegroundColor and BackgroundColor respectively to better conform .NET's API.

    The source code structure was overhauled and some portions of it were completely re-written so it's much more modular, readable and maintainable.

    🛠 Fixed a bug with ResetColor when used after turning escape code support off, changing colors and then turning it on back.

    ⚡️ This update is fully backwards-compatible. The obsolete API is still available and re-routes everything to the new API.


Previous changes from v0.1.3