Releases: mcecode/pdf-made-easy
Releases · mcecode/pdf-made-easy
1.0.1 - September 26, 2025
1.0.0 - September 16, 2025
⚠️ Breaking
- This package no longer exports any library functions and is now CLI only.
- This package now only exports one type,
PMEUserConfig, formerlyPMEConfig. - Walking up parent directories to find the default config file is no longer
supported. - Searching the user's home directory for the default config file is no longer
supported. - JSON, JSONC, and JSON5 are no longer supported as data file formats.
- Supplying a custom template renderer is no longer supported, as such,
templateOptionsis nowliquidOptions.
✨ New
- Config files can now also be
.jsor.cjs. If no config file is supplied
via the--configor-cflag, it will now try to findpme.config.js,
pme.config.mjs, andpme.config.cjsin the current working directory, in
that order. - A helper for defining config objects,
defineConfig, is now exported. - Launch options for Puppeteer when it launches a browser instance can now be
set via thelaunchOptionsconfig.
0.2.0 - February 01, 2023
⚠️ Breaking
Library
getDefaultTemplateRendereris no longer exported.getTemplateRendereris now optional and is passed as part ofoptions.
✨ New
CLI
- A custom template renderer can now be set in the config file.
🔧 Fixes
CLI
- The help command now shows
pmeas the script name instead ofcli.json Windows.
0.1.0 - January 26, 2023
- Initial release