All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.2.2.2 Changes

    • ๐Ÿ“ฆ Import the semigroups package to be compatible with earlier versions of ghc
  • v0.2.2.1 Changes

    • When unwrapping transport files from PAT files, name the transport files properly
    • โž• Add an option to specify the extraction directory (default: CWD)
  • v0.2.2.0 Changes

    • โž• Add an option to extract transport files from PAT files automatically
  • v0.2.1.2 Changes

    • โœ‚ Remove version constraints, rely on stack/nixos instead for dependency management
  • v0.2.1.1 Changes

    • ๐Ÿ‘‰ Make it compile with ghc-8.0.2
  • v0.2.1.0 Changes

    • ๐Ÿ‘‰ Make "SapCar" a real type instead of a type synonym
    • ๐Ÿ‘‰ Use the type system to prevent "CarEntry"s to escape the monad
  • v0.2.0.0 Changes

    • ๐Ÿ‘‰ Use ST unboxed arrays instead of Data.Sequence and avoid usage of "temporary lists" during conversion to ByteStrings
    • โž• Add a parameter "size" to the decompressBlock function for more efficiency
    • ๐Ÿ“‡ Rename the decompressBlock function to decompressBlocks for clarity
    • Limit the maximum SAPCAR block size to make memory exhaustion attacks a bit less easy
    • Compile the application single threadedly for more efficiency (yes, it does help in this case!)
  • v0.1.1.0 Changes

    • ๐Ÿ”ฆ Expose the decompressBlock function directly