Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 824 Bytes

changelog.md

File metadata and controls

42 lines (24 loc) · 824 Bytes

Changelog

v0.5.5 - 2024.11.20

  • fix: fix exists usage error

v0.5.4 - 2024.11.20

  • fix: zip.compress does not close the dest file if src does not exist[#19]

v0.5.3 - 2024.11.20

  • docs: update readme

v0.5.2 - 2024.11.6

  • docs: Add symbol documentation to existing interfaces

v0.5.1 - 2024.11.6

  • refactor(zip): Use zip-js instead of using a terminal
  • refactor(gzip): Optimize code with the keyword using

v0.5.0 - 2024.11.5

  • refactor: Use @std/tar instead of @std/archive due to deprecation
  • refactor: use Deno API for gzip file handling

v0.4.9 - 2024.11.5

  • Add symbol documentation

v0.4.8 - 2024.11.5

  • Added support for zip[#14]

v0.4.7 - 2024.11.5

  • Added support for JSR
  • Replace 'any' types with specific types
  • Migrate from Deno 1.x to 2.x
  • fix[#18]