htmltoadf 0.1.9 → 0.1.10

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
@@ -38,7 +38,7 @@ $ html2adf -h
38
38
  ```
39
39
 
40
40
  ```
41
- htmltoadf 0.1.9
41
+ htmltoadf 0.1.10
42
42
  An HTML to Atlassian Document Format (ADF) converter
43
43
 
44
44
  USAGE:
@@ -56,20 +56,20 @@ OPTIONS:
56
56
  ### Install Binary from Crates.io with `cargo install`
57
57
  ```
58
58
  $ cargo install htmltoadf
59
- installing htmltoadf v0.1.9 (/usr/src/html2adf)
59
+ installing htmltoadf v0.1.10 (/usr/src/html2adf)
60
60
  Updating crates.io index
61
61
  Downloading crates ...
62
62
  Downloaded lock_api v0.4.6
63
63
  --snip--
64
- Compiling htmltoadf v0.1.9
64
+ Compiling htmltoadf v0.1.10
65
65
  Finished release [optimized] target(s) in 1m 42s
66
66
  Installing ~/.cargo/bin/htmltoadf
67
- Installed package `htmltoadf v0.1.9` (executable `html2adf`)
67
+ Installed package `htmltoadf v0.1.10` (executable `html2adf`)
68
68
  ```
69
69
 
70
70
  ### Download Binary file from Github
71
71
  Pre-built binaries can be downloaded from here:
72
- https://github.com/wouterken/htmltoadf/releases/tag/0.1.9
72
+ https://github.com/wouterken/htmltoadf/releases/tag/0.1.10
73
73
 
74
74
  ### Docker Image
75
75
  **Docker Repo:**
@@ -79,10 +79,10 @@ https://hub.docker.com/r/wouterken/html2adf
79
79
  **Usage**
80
80
 
81
81
  ```bash
82
- $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.9
82
+ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.10
83
83
  {"version":1,"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Hello world"},{"type":"text","text":"Test"}]}]}
84
84
 
85
- $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.9 | jq
85
+ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf:0.1.10 | jq
86
86
  {
87
87
  "version": 1,
88
88
  "type": "doc",
@@ -115,7 +115,7 @@ $ echo "<h1>Hello world<p>Test</p></h1>" | docker run --rm -i wouterken/html2adf
115
115
 
116
116
  ```toml
117
117
  [dependencies]
118
- htmltoadf = "0.1.9"
118
+ htmltoadf = "0.1.10"
119
119
  ```
120
120
 
121
121
  **Code**
package/htmltoadf_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Wouter Coppieters"
5
5
  ],
6
6
  "description": "An HTML to Atlassian Document Format (ADF) converter",
7
- "version": "0.1.9",
7
+ "version": "0.1.10",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",