# Revision history for text-compression
## 0.1.0.0 -- 2022-10-31
* First version. Released on an unsuspecting world.
## 0.1.0.1 -- 2022-10-31
* Updated documentation.
## 0.1.0.2 -- 2022-10-31
* Updated documentation.
## 0.1.0.3 -- 2022-10-31
* Updated documentation.
## 0.1.0.4 -- 2022-10-31
* Updated documentation.
## 0.1.0.5 -- 2022-11-01
* Removed requirement for avoiding input with the '$' character in both the toBWT and fromBWT functions (both toBWT and fromBWT functions are now polymorphic).
## 0.1.0.6 -- 2022-11-05
* Added helper functions to ease conversion of ByteStrings and Text to and from the BWT type.
## 0.1.0.7 -- 2022-11-07
* Added Run-length encoding (RLE) implementation.