Skip to content

v1.13.0

Latest
Compare
Choose a tag to compare
@jerbob92 jerbob92 released this 19 Nov 14:34
dad2417

What's Changed

  • Upgrade minimum Go version to 1.21 by @jerbob92 in #196
  • Update Wazero (Webassembly runtime) to v1.8.1 by @jerbob92 in #198
  • Update PDFium to 6721 (including new WASM build using Emscripten 3.1.72) by @jerbob92 in #198
    • Removed experimental methods:
      • FPDFFont_GetFontName (now FPDFFont_GetBaseFontName and FPDFFont_GetFamilyName)
      • FPDFText_GetTextRenderMode (use FPDFText_GetTextObject and FPDFTextObj_GetTextRenderMode now)
    • Implemented new experimental methods:
      • FPDFAnnot_GetFontColor
      • FPDF_StructElement_Attr_GetValue
      • FPDF_StructElement_Attr_GetChildAtIndex
      • FPDF_StructElement_Attr_CountChildren
      • FPDFText_GetTextObject
      • FPDFFont_GetBaseFontName
      • FPDFFont_GetFamilyName
      • FPDFCatalog_SetLanguage
      • FPDFPageObj_TransformF
      • FPDFPageObj_GetMarkedContentID
    • Change working of structtree functions:
      • FPDF_StructElement_Attr_GetType now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
      • FPDF_StructElement_Attr_GetBooleanValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
      • FPDF_StructElement_Attr_GetNumberValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
      • FPDF_StructElement_Attr_GetStringValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)
      • FPDF_StructElement_Attr_GetBlobValue now expects a FPDF_STRUCTELEMENT_ATTR_VALUE (fetched using FPDF_StructElement_Attr_GetValue)

Full Changelog: v1.12.4...v1.13.0