Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 638 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 638 Bytes

PDFium.js Changelog

v0.2.1-rc.1 (2024-01-20)

  • Add memory util functions
    • added functions: fill, getData, calloc

v0.2.0-rc.1 (2024-01-19)

  • Upgrade pdfium WebAssembly binary version to 6183
  • Embed wasm binary in loader file
  • Fix library to work in Next.js (client component required)
  • Remove wasmPath parameter from library options
  • Update FPDF property asm to wasmExports (check emscripten changelog)
  • Update rollup build configuration
  • Remove unused dependency

v0.1.0 (2023-07-13)

  • Initial version of PDFium.js