1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
# Changelog
`hslua-module-zips` uses [PVP Versioning][].
## hslua-module-zip-1.2.1
Released 2026-01-13.
- Export the Lua module's `description` as `Text`. This makes it
easier to define a custom module.
## hslua-module-zip-1.2.0
Released 2026-01-08
- Require hslua-packaging-2.4.
- Allowed time-1.15.
## hslua-module-zip-1.1.4
Released 2025-06-23.
- Allowed time-1.14.
## hslua-module-zip-1.1.3
Released 2024-05-05.
- Fix build on Windows. There are no symlinks on Windows;
functions dealing with symlinks are missing from zip-archive
and need a placeholder function.
## hslua-module-zip-1.1.2
Released 2024-05-05.
- Added a `symlink` method to Entry objects. This allows to
check whether an entry represents a symbolic link, and where
it links.
## hslua-module-zip-1.1.1
Released 2024-01-18.
- Relaxed upper bound for text, and filepath,
allowing text-2.1, filepath-1.5.
## hslua-module-zip-1.0.0
Released 2023-03-13.
- Initially created.
[PVP Versioning]: https://pvp.haskell.org
|