Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 786 Bytes

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 786 Bytes

Changelog

See what's what.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

Security

[1.3.0] - 2024-10-29

Added

  • .env file for test case file paths

Changed

  • metadata file now has the proper .json extension

[1.2.0] - 2024-10-26

Added

  • "Frontend" for Wasm build

Changed

  • Split project into library and binary
  • Produces a Zip file rather than writing to an output directory directly

[1.1.0] - 2024-10-17

Added

  • Support for ELF files
  • Support for PE files

[1.0.0] - 2024-10-15

Added

  • Support for Macho-O files
  • Support for every Deno compile iteration