All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
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