crossterm v0.5.2 Release Notes

    • ๐Ÿ’… Refactoring (PR #2)
      • Added unit tests
      • Restructured files
      • Improved documentation and added book page to lib.rs
      • Fixed bug with SetBg command, WinApi logic
      • Fixed bug with StyledObject, used stdout for resetting terminal color
      • Introduced ResetColor command
    • ๐Ÿ“š Sync documentation style (PR #3)
    • โœ‚ Remove all references to the crossterm book (PR #4)
    • ๐Ÿ’… Windows 7 grey/white foreground/intensity swapped (PR #5)