4.0.1 (2024-11-07)
- improve types (b384921)
4.0.0 (2024-10-05)
- align logging paths (5491207)
- allow empty options for mergeOptions (380a3c3)
- generateHTML and outputURL capitalization (5e911b0)
- generateHTML type (f86acd4)
- hashes without special chars with hex digest (47fb387)
- join directories with output and preview dir (155c7d8)
- outputUrl on windows with forward slash (e1bff34), closes #234
- release (8d74d25)
- RenderPlugin.File import (#267) (4906d64)
- type imports (24aa37b)
- update docs about arrow functions (e6639e5), closes #239 #241
- use released alpha version (bb8519c)
- add cache file path (9b3a1d6)
- add caching (17b46f3)
- add eleventyPluginOgImage data to rendering (b63cc55), closes #215
- add exports (263499b)
- add previewHtml (7406914)
- allow OgImage custom class (d31d320)
- improve preview path handling (4462d10)
- improve types of this for function parameters (5b0b269)
- pass instance as parameter (b04eaf6), closes #252
- pass shortcode scoped data to OG templates (a240aee), closes #211
- reduce recalculations (6a69780)
- release with npm provenance (7123708)
- rename generateHTML to shortcodeOutput (a5cd8fd)
- rename getOutputFileSlug to outputFileSlug (3923a5c)
- set previewDir based on outputDir (93906ec)
- update dependencies (75aae59)
- upgrade eleventy depency to stable v3 (6e96800)
- upgrade sharp (0fa8b23)
- urlPath default to outputDir (fe9d54f)
- use fs promises (0953dec)
- outputFileSlug and shortcodeOutput options get OgImage instance as parameter instead of this
- rename getOutputFileSlug to outputFileSlug
- rename generateHTML to shortcodeOutput
- Plugin structure changed to OgImage class
- Options changed, consult docs before upgrading
4.0.0-beta.10 (2024-10-05)
- release with npm provenance (7123708)
4.0.0-beta.9 (2024-10-05)
4.0.0-beta.8 (2024-07-31)
4.0.0-beta.7 (2024-06-06)
- outputFileSlug and shortcodeOutput options get OgImage instance as parameter instead of this
4.0.0-beta.6 (2024-04-29)
- release (8d74d25)
4.0.0-beta.5 (2024-04-28)
- add previewHtml (7406914)
- rename generateHTML to shortcodeOutput (a5cd8fd)
- rename getOutputFileSlug to outputFileSlug (3923a5c)
- rename getOutputFileSlug to outputFileSlug
- rename generateHTML to shortcodeOutput
4.0.0-beta.4 (2024-04-15)
4.0.0-beta.3 (2024-04-08)
- generateHTML and outputURL capitalization (5e911b0)
4.0.0-beta.2 (2024-04-07)
- use fs promises (0953dec)
4.0.0-beta.1 (2024-04-07)
- allow empty options for mergeOptions (380a3c3)
- generateHTML type (f86acd4)
- join directories with output and preview dir (155c7d8)
- add cache file path (9b3a1d6)
- add caching (17b46f3)
- add exports (263499b)
- allow OgImage custom class (d31d320)
- improve preview path handling (4462d10)
- improve types of this for function parameters (5b0b269)
- reduce recalculations (6a69780)
- set previewDir based on outputDir (93906ec)
- urlPath default to outputDir (fe9d54f)
- Plugin structure changed to OgImage class
- Options changed, consult docs before upgrading
3.2.0-beta.5 (2024-03-23)
- hashes without special chars with hex digest (47fb387)
- outputUrl on windows with forward slash (e1bff34), closes #234
3.2.0-beta.4 (2024-01-14)
3.2.0-beta.3 (2024-01-07)
- align logging paths (5491207)
3.2.0-beta.2 (2023-12-23)
3.2.0-beta.1 (2023-12-05)
- upgrade sharp (0fa8b23)
3.1.0 (2023-11-11)
- align outputFilePath format (7567630)
- resolve pathes relativ to input (02647a8)
- upgrade eleventy peerDependency and compatibility (34223f0)
- improve example font loading (7261b66)
3.0.0 (2023-10-29)
- This package is now ESM-only to drop postinstall build steps
- node >= 18 required
2.1.3 (2024-03-23)
- hashes without special chars with hex digest (47fb387)
2.1.2 (2024-03-23)
2.1.1 (2023-09-02)
- @11ty/eleventy >= 2.x.x is required (#164) (f2d6aa8)
- omit output for permalink false (#163) (432edd0)
2.1.0 (2023-08-30)
2.0.1 (2023-06-13)
2.0.0 (2023-06-01)
- switch
renderOgImage
parameters to object style
1.6.2 (2023-05-24)
1.6.1 (2023-03-03)
1.6.0 (2023-02-23)
1.5.0 (2023-02-20)
1.4.2 (2023-01-25)
1.4.1 (2023-01-16)
1.4.0 (2023-01-11)
- satori with yoga-layout-prebuilt (5a91800)
1.3.0 (2023-01-04)
1.2.0 (2022-12-30)
1.1.1 (2022-12-12)
1.1.0 (2022-11-05)
1.0.1 (2022-11-03)
- Enable CSS inlining (592dec0)
1.0.0 (2022-10-30)
- Add shortcode (ce4df37)
- Use shortcode instead of template functionality