File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 22
33This project adheres to the [ Semantic Versioning 2.0 Specification] ( https://semver.org ) .
44
5+ ## 0.2.0 - February 01, 2023
6+
7+ ### ⚠️ Breaking
8+
9+ #### Library
10+
11+ - ` getDefaultTemplateRenderer ` is no longer exported.
12+ - ` getTemplateRenderer ` is now optional and is passed as part of ` options ` .
13+
14+ ### ✨ New
15+
16+ #### CLI
17+
18+ - A custom template renderer can now be set in the config file.
19+
20+ ### 🔧 Fixes
21+
22+ #### CLI
23+
24+ - The help command now shows ` pme ` as the script name instead of ` cli.js ` .
25+
526## 0.1.0 - January 26, 2023
627
728- Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " pdf-made-easy" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "type" : " module" ,
55 "license" : " Apache-2.0" ,
66 "author" : " Matthew Espino" ,
You can’t perform that action at this time.
0 commit comments