Changelog of @hackage/text-compression 0.1.0.13

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.

0.1.0.8 -- 2022-11-11

  • Optimized BWT and RLE implementations by switching out sequences with vectors.

0.1.0.9 -- 2022-11-12

  • Switching back to sequences for maintainability (for now).

0.1.0.10 -- 2022-11-15

  • Added Move-to-front transform (MTF) implementation.

0.1.0.11 -- 2022-11-16

  • Adding more documentation for RLE and MTF implementations.

0.1.0.12 -- 2022-11-23

  • Added Full-text Minute-space index (FM-index) implementation.

0.1.0.13 -- 2022-11-23

  • Bug fixes to FM-index STRef functions.