htmltoadf 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,20 +31,20 @@ https://wouterken.github.io/htmltoadf/
31
31
  ### Install Binary from Crates.io with `cargo install`
32
32
  ```
33
33
  $ cargo install htmltoadf
34
- installing htmltoadf v0.1.4 (/usr/src/html2adf)
34
+ installing htmltoadf v0.1.5 (/usr/src/html2adf)
35
35
  Updating crates.io index
36
36
  Downloading crates ...
37
37
  Downloaded lock_api v0.4.6
38
38
  --snip--
39
- Compiling htmltoadf v0.1.4
39
+ Compiling htmltoadf v0.1.5
40
40
  Finished release [optimized] target(s) in 1m 42s
41
41
  Installing ~/.cargo/bin/htmltoadf
42
- Installed package `htmltoadf v0.1.4` (executable `html2adf`)
42
+ Installed package `htmltoadf v0.1.5` (executable `html2adf`)
43
43
  ```
44
44
 
45
45
  ### Download Binary file from Github
46
46
  Pre-built binaries can be downloaded from here:
47
- https://github.com/wouterken/htmltoadf/releases/tag/0.1.2
47
+ https://github.com/wouterken/htmltoadf/releases/tag/0.1.5
48
48
 
49
49
  ### Docker Image
50
50
  **Docker Repo:**
@@ -54,10 +54,10 @@ https://hub.docker.com/r/wouterken/html2adf
54
54
  **Usage**
55
55
 
56
56
  ```bash
57
- $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.4
57
+ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.5
58
58
  {"version":1,"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Hello world"},{"type":"text","text":"Test"}]}]}
59
59
 
60
- $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.4 | jq
60
+ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.5 | jq
61
61
  {
62
62
  "version": 1,
63
63
  "type": "doc",
@@ -90,7 +90,7 @@ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf
90
90
 
91
91
  ```toml
92
92
  [dependencies]
93
- htmltoadf = "0.1.4"
93
+ htmltoadf = "0.1.5"
94
94
  ```
95
95
 
96
96
  **Code**
package/htmltoadf_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "htmltoadf",
3
3
  "description": "An HTML to Atlassian Document Format (ADF) converter",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",