File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ the changelog generator (git-cliff).
6
6
7
7
---
8
8
9
+ ## [ 0.1.3] - 2025-03-31
10
+ ### Features
11
+ - * (assets)* Move default implementation to [ Default] trait
12
+ - * (pdf)* Implement before_spacing as breaks
13
+ - * (config)* Parse before_spacing and add in the example file
14
+ - * (styling)* Add before_spacing field to BasicTextStyle
15
+
16
+ ### Bug Fixes
17
+ - * (markdown)* Enhance image parsing to handle invalid syntax gracefully
18
+ - * (lib/markdown)* Improve example doc codes
19
+ - * (markdown)* Use shorthanded struct initialization for emphasis init
20
+
21
+ ### Documentation
22
+ - * (readme)* Expand library integration guide
23
+
24
+ ### Testing
25
+ - * (markdown)* Add tests for standalone exclamation and image parsing
26
+ - * (lib)* Covert both success and error cases
27
+ - * (pdf)* Cover most cases except 'genpdfi' imports
28
+ - * (markdown)* Cover all possible cases of lexer
29
+ - * (styling)* Cover all cases in styling
30
+ - * (config)* Add tests for each method except reading from config file
31
+
9
32
## [ 0.1.2] - 2024-12-01
10
33
### Features
11
34
- * (cli)* Add URL input support for remote markdown files
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " markdown2pdf"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
authors = [" Ismael Sh <me@theiskaa.com>" ]
6
6
description = " Create PDF with Markdown files (a md to pdf transpiler)"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ cargo add markdown2pdf
36
36
37
37
Or add the following line to your Cargo.toml:
38
38
``` toml
39
- markdown2pdf = " 0.1.2 "
39
+ markdown2pdf = " 0.1.3 "
40
40
```
41
41
42
42
## Usage
You can’t perform that action at this time.
0 commit comments