Skip to content

Latest commit

 

History

History
243 lines (127 loc) · 6.43 KB

CHANGELOG.md

File metadata and controls

243 lines (127 loc) · 6.43 KB

Changelog

v0.3.9

compare changes

🩹 Fixes

  • Update @webassemblyjs/ deps to 1.12 (ce6021e)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.8

compare changes

🚀 Enhancements

  • Support ?module suffix for compatibility (#23)

🩹 Fixes

  • Generate safe imports code using knitwork (#24)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.7

compare changes

🩹 Fixes

  • plugin: Allow mixed exports for top level binding (1c4efcd)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.6

compare changes

🩹 Fixes

  • Patch to use Buffer.alloc instead of new Buffer (d6262d7)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.5

compare changes

🩹 Fixes

  • Show better error for parse errors (3273a03)
  • plugin: Soft warning when failed to parse wasm modules (7852aa2)
  • plugin: Handle // in chunk file names (eefa78c)
  • Patch parser to support narrow-width integer sign byte opcode (ae90475)

📦 Build

  • Bundle webassemblyjs parse utils (fe31895)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.4

compare changes

🩹 Fixes

  • plugin: Handle escaped \0 char for import rewrites (3b6ae8e)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.3

compare changes

🚀 Enhancements

  • Automatically provide imports object using import map (#11)

🏡 Chore

✅ Tests

❤️ Contributors

v0.3.2

compare changes

🚀 Enhancements

  • Watch .wasm imports when loading (ea9343f)

🩹 Fixes

  • Use hashed name to escape paths (7446cbf)

🏡 Chore

✅ Tests

  • Copy wasm fixtures to allow running in windows (3f51f39)

🤖 CI

  • Enable testing on windows (633f69a)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.1

compare changes

🩹 Fixes

  • Always return init as default export (705e178)

📦 Build

🌊 Types

  • Export UnwasmPluginOptions (deace11)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.0

compare changes

🚀 Enhancements

  • ⚠️ Parse wasm modules (a7d1783)

📦 Build

  • plugin: Expose both named and default exports (4548ebf)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Parse wasm modules (a7d1783)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.2.0

compare changes

🚀 Enhancements

  • ⚠️ Support custom init (6861425)
  • Expose unwasm/examples (04127bf)

💅 Refactors

  • Readable code and esm tests against miniflare (d03a1cb)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Support custom init (6861425)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.1.0

compare changes

v0.0.1

💅 Refactors

  • Rename plugin options export (f5daa65)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)