v2.0.01
- For
ArchiveZipCreate::class
add extensions check:zip
,epub
,cbz
, add an option to skip the check. - For
Archive::class
, convertpath()
,extension()
andtype()
togetPath()
,getExtension()
andgetType()
. - Add docblocks to
Archive::class
.