- fix: fix exists usage error
- fix: zip.compress does not close the dest file if src does not exist[#19]
- docs: update readme
- docs: Add symbol documentation to existing interfaces
- refactor(zip): Use
zip-js
instead of using a terminal - refactor(gzip): Optimize code with the keyword
using
- refactor: Use
@std/tar
instead of@std/archive
due to deprecation - refactor: use Deno API for gzip file handling
- Add symbol documentation
- Added support for zip[#14]
- Added support for JSR
- Replace 'any' types with specific types
- Migrate from Deno 1.x to 2.x
- fix[#18]