@hpcc-js/wasm 1.12.6 → 1.12.7
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/dist/expat.es6.js +5 -5
- package/dist/expat.es6.js.map +1 -1
- package/dist/expat.js +5 -5
- package/dist/expat.js.map +1 -1
- package/dist/expat.node.es6.js +5 -6
- package/dist/expat.node.es6.js.map +1 -1
- package/dist/expat.node.js +5 -7
- package/dist/expat.node.js.map +1 -1
- package/dist/expatlib.wasm +0 -0
- package/dist/graphviz.es6.js +4 -4
- package/dist/graphviz.es6.js.map +1 -1
- package/dist/graphviz.js +4 -4
- package/dist/graphviz.js.map +1 -1
- package/dist/graphviz.node.es6.js +4 -5
- package/dist/graphviz.node.es6.js.map +1 -1
- package/dist/graphviz.node.js +4 -6
- package/dist/graphviz.node.js.map +1 -1
- package/dist/graphvizlib.wasm +0 -0
- package/dist/index.es6.js +7 -7
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.es6.js +7 -8
- package/dist/index.node.es6.js.map +1 -1
- package/dist/index.node.js +7 -9
- package/dist/index.node.js.map +1 -1
- package/package.json +14 -14
- package/CHANGELOG.md +0 -330
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/wasm",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.7",
|
|
4
4
|
"description": "hpcc-js - WASM Libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"graphviz",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"yargs": "^17.2.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@rollup/plugin-alias": "^3.1.
|
|
78
|
-
"@rollup/plugin-commonjs": "^
|
|
79
|
-
"@rollup/plugin-node-resolve": "^13.0.
|
|
80
|
-
"@rollup/plugin-replace": "^
|
|
81
|
-
"@types/chai": "^4.
|
|
77
|
+
"@rollup/plugin-alias": "^3.1.8",
|
|
78
|
+
"@rollup/plugin-commonjs": "^21.0.1",
|
|
79
|
+
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
80
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
81
|
+
"@types/chai": "^4.3.0",
|
|
82
82
|
"@types/mocha": "^9.0.0",
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
84
|
-
"@typescript-eslint/parser": "^
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
84
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
85
85
|
"chai": "^4.3.4",
|
|
86
|
-
"eslint": "^
|
|
87
|
-
"karma": "^6.3.
|
|
86
|
+
"eslint": "^8.4.1",
|
|
87
|
+
"karma": "^6.3.9",
|
|
88
88
|
"karma-chai": "^0.1.0",
|
|
89
89
|
"karma-chrome-launcher": "^3.1.0",
|
|
90
90
|
"karma-mocha": "^2.0.1",
|
|
@@ -93,13 +93,13 @@
|
|
|
93
93
|
"mocha": "^9.1.3",
|
|
94
94
|
"npm-run-all": "^4.1.5",
|
|
95
95
|
"rimraf": "^3.0.2",
|
|
96
|
-
"rollup": "^2.
|
|
96
|
+
"rollup": "^2.61.0",
|
|
97
97
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
98
98
|
"run-script-os": "^1.1.6",
|
|
99
|
-
"standard-version": "^9.3.
|
|
100
|
-
"terser": "^5.
|
|
99
|
+
"standard-version": "^9.3.2",
|
|
100
|
+
"terser": "^5.10.0",
|
|
101
101
|
"tslib": "^2.3.1",
|
|
102
|
-
"typescript": "^4.
|
|
102
|
+
"typescript": "^4.5.2"
|
|
103
103
|
},
|
|
104
104
|
"repository": {
|
|
105
105
|
"type": "git",
|
package/CHANGELOG.md
DELETED
|
@@ -1,330 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [1.12.6](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.5...v1.12.6) (2021-10-23)
|
|
6
|
-
|
|
7
|
-
### [1.12.5](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.4...v1.12.5) (2021-10-17)
|
|
8
|
-
|
|
9
|
-
### [1.12.4](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.3...v1.12.4) (2021-09-25)
|
|
10
|
-
|
|
11
|
-
### [1.12.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.2...v1.12.3) (2021-09-19)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* Global install missing yargs ([a767e79](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a767e79a859be857a03efe740e59c348fda9ff8e))
|
|
17
|
-
|
|
18
|
-
### [1.12.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.1...v1.12.2) (2021-09-19)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* Bundle yargs into cli.js ([92dc2ba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/92dc2ba0440204687f590f0b05047140c7e1d3cf))
|
|
24
|
-
|
|
25
|
-
### [1.12.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.0...v1.12.1) (2021-09-19)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* Add cli to "files" section ([189ba5a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/189ba5a1ac0b83be3c47af30fef369913409cbe9))
|
|
31
|
-
|
|
32
|
-
## [1.12.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.11.1...v1.12.0) (2021-09-19)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Features
|
|
36
|
-
|
|
37
|
-
* Add Command Line Interface ([caa0b11](https://github.com/hpcc-systems/hpcc-js-wasm/commit/caa0b119100a3fa915cedd9bc4ed567fc16b2f2a))
|
|
38
|
-
|
|
39
|
-
### [1.11.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.11.0...v1.11.1) (2021-09-18)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Bug Fixes
|
|
43
|
-
|
|
44
|
-
* **graphviz:** Add missing options (and defaults) ([f14588b](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f14588bbf197bdccd346f259d7980a945f58c891))
|
|
45
|
-
|
|
46
|
-
## [1.11.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.3...v1.11.0) (2021-08-29)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
* Bump versions ([e303d91](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e303d91e0c87c2a7f52be4c5220786ba16718424))
|
|
52
|
-
|
|
53
|
-
### [1.10.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.2...v1.10.3) (2021-08-11)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* Revert to es5 code generation ([e29f5f4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e29f5f4aa479f98e0e27b0f95cec2e9bee2d9be7))
|
|
59
|
-
|
|
60
|
-
### [1.10.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.1...v1.10.2) (2021-08-11)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* Rollback merging of NodeJS and Web builds ([7c2c294](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7c2c29441792a78db5fd7af8326072ae4cb6a6eb))
|
|
66
|
-
|
|
67
|
-
### [1.10.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.0...v1.10.1) (2021-08-11)
|
|
68
|
-
|
|
69
|
-
## [1.10.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.9.1...v1.10.0) (2021-08-11)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Features
|
|
73
|
-
|
|
74
|
-
* Common up Node.js and Browser module code ([48a6aff](https://github.com/hpcc-systems/hpcc-js-wasm/commit/48a6affd1139eff106a34694778c7ebb5d542e98))
|
|
75
|
-
|
|
76
|
-
### [1.9.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.9.0...v1.9.1) (2021-08-11)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* Add missing export StackElement ([d786b2a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d786b2abffdafec9bf6b46b214a42d1704aeecfd))
|
|
82
|
-
|
|
83
|
-
## [1.9.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.8.1...v1.9.0) (2021-08-11)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Features
|
|
87
|
-
|
|
88
|
-
* Include individual bundles ([949c02f](https://github.com/hpcc-systems/hpcc-js-wasm/commit/949c02f4e60b61b5e793b756481dfe3aab83dd3d))
|
|
89
|
-
|
|
90
|
-
### [1.8.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.8.0...v1.8.1) (2021-07-18)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
* Sync cmake files ([9229493](https://github.com/hpcc-systems/hpcc-js-wasm/commit/92294936e3ca434f914a0649f45f74f1614f13f8))
|
|
96
|
-
|
|
97
|
-
## [1.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.7.1...v1.8.0) (2021-07-17)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Features
|
|
101
|
-
|
|
102
|
-
* Bump Graphviz Version ([dcbfa91](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dcbfa91845ef01f2202b2f4d2d47bc6464412d34))
|
|
103
|
-
|
|
104
|
-
### [1.7.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.7.0...v1.7.1) (2021-07-12)
|
|
105
|
-
|
|
106
|
-
## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.6.0...v1.7.0) (2021-07-12)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
* Bump versions to latest ([b412b82](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b412b82e48133886bb192dca48e1ee539d3bbd60))
|
|
112
|
-
|
|
113
|
-
## [1.6.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.3...v1.6.0) (2021-06-21)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* Bump Versions ([abe5230](https://github.com/hpcc-systems/hpcc-js-wasm/commit/abe52305ccf04f5853c83553bd956fd4b5e33b7d))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Bug Fixes
|
|
122
|
-
|
|
123
|
-
* **build:** Force scripts to have \n line endings ([04e07ae](https://github.com/hpcc-systems/hpcc-js-wasm/commit/04e07ae5ef12531216ffc7f1a4fa6554e09a4b34))
|
|
124
|
-
|
|
125
|
-
### [1.5.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.2...v1.5.3) (2021-06-04)
|
|
126
|
-
|
|
127
|
-
### [1.5.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.1...v1.5.2) (2021-05-13)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
* **security:** Bump versions for latest security updates ([caf6f1f](https://github.com/hpcc-systems/hpcc-js-wasm/commit/caf6f1f55f4fd7742014060510f7d0f12f160561))
|
|
133
|
-
* **test:** Add helloworld.html example ([7a0257a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7a0257a89b7c1e2cc78de2dc21e63198ad84dccb))
|
|
134
|
-
|
|
135
|
-
### [1.5.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.0...v1.5.1) (2021-04-18)
|
|
136
|
-
|
|
137
|
-
## [1.5.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.4.1...v1.5.0) (2021-04-18)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
* **graphviz:** Bump version to 2.47.1 ([0d542c6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/0d542c6e7d3715a040da3ba4c78ce4650abfbe60))
|
|
143
|
-
|
|
144
|
-
### [1.4.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.4.0...v1.4.1) (2021-03-16)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* "Last error" contains corrupt string ([cc69093](https://github.com/hpcc-systems/hpcc-js-wasm/commit/cc6909316c7f52f2e5cd7205d682ef8c5b1db1d2)), closes [#59](https://github.com/hpcc-systems/hpcc-js-wasm/issues/59)
|
|
150
|
-
|
|
151
|
-
## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.3.0...v1.4.0) (2021-03-16)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Features
|
|
155
|
-
|
|
156
|
-
* **graphviz:** Bump version to 2.47.0 ([d4157aa](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d4157aaa2f97fd43467baa4d61854f9028a3f3d9))
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Bug Fixes
|
|
160
|
-
|
|
161
|
-
* Remove "eval" code ([4d5a0ee](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4d5a0ee8a9331dceb38bfc49028ecc2ab684f470)), closes [#56](https://github.com/hpcc-systems/hpcc-js-wasm/issues/56)
|
|
162
|
-
|
|
163
|
-
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.2.1...v1.3.0) (2021-02-22)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Features
|
|
167
|
-
|
|
168
|
-
* **wasmBinary:** Allow pre-fetching of wasmBinary ([c86bdd0](https://github.com/hpcc-systems/hpcc-js-wasm/commit/c86bdd0db2211d265e4337fd5640e908819125fe)), closes [#53](https://github.com/hpcc-systems/hpcc-js-wasm/issues/53)
|
|
169
|
-
|
|
170
|
-
### [1.2.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.2.0...v1.2.1) (2021-02-14)
|
|
171
|
-
|
|
172
|
-
## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.1.0...v1.2.0) (2021-01-24)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* **sfdp:** Add SFDP support ([c829af0](https://github.com/hpcc-systems/hpcc-js-wasm/commit/c829af08073959d458c972edf37380b2f17a7572))
|
|
178
|
-
|
|
179
|
-
## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.2...v1.1.0) (2021-01-18)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Features
|
|
183
|
-
|
|
184
|
-
* **graphviz:** Bump c++ versions ([a4eaf51](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a4eaf51cb57e51671856f9e73c1129a3de4a5ad3))
|
|
185
|
-
|
|
186
|
-
### [1.0.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.1...v1.0.2) (2021-01-16)
|
|
187
|
-
|
|
188
|
-
### [1.0.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.0...v1.0.1) (2020-12-17)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
* Separate NodeJS module from Browser module ([932dba5](https://github.com/hpcc-systems/hpcc-js-wasm/commit/932dba54c8d261b4dc78abcea3ea0e80ed614964))
|
|
194
|
-
|
|
195
|
-
## [1.0.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.15...v1.0.0) (2020-12-17)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### Features
|
|
199
|
-
|
|
200
|
-
* **graphviz:** Bump version to 2.44.1 ([e07624b](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e07624b56d54004d3b3de5bc9ee60ad399b13daa))
|
|
201
|
-
* Add support for Node JS ([d558687](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d558687cca672df2fe8715b17da65025c7f96b2a))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Bug Fixes
|
|
205
|
-
|
|
206
|
-
* Dock path typo ([9b217c8](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9b217c870486f5afe2ff7523adb8db0e94e5aa0f))
|
|
207
|
-
|
|
208
|
-
### [0.3.15](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.14...v0.3.15) (2020-12-16)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Features
|
|
212
|
-
|
|
213
|
-
* Add support for yInvert and nop ([2e34ce5](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2e34ce5c32134ceb2fdc6f305138107e952f5adf))
|
|
214
|
-
|
|
215
|
-
### [0.3.14](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.13...v0.3.14) (2020-05-18)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Bug Fixes
|
|
219
|
-
|
|
220
|
-
* **wasmFolder:** Add default folder when "undefined" ([233f97c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/233f97c1c819649ab1b3b7fb8f23f4fbfcc1c364))
|
|
221
|
-
|
|
222
|
-
### [0.3.13](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.12...v0.3.13) (2020-04-12)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### Features
|
|
226
|
-
|
|
227
|
-
* **graphviz:** Bump version to 2.44.0 ([8c484d9](https://github.com/hpcc-systems/hpcc-js-wasm/commit/8c484d9dfcf105fe1048f6cc21dbd8a7ce18416a))
|
|
228
|
-
|
|
229
|
-
### [0.3.12](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.11...v0.3.12) (2020-04-10)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### Bug Fixes
|
|
233
|
-
|
|
234
|
-
* __hpcc_wasmFolder override has erroneous "/" char. ([1e4f67e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1e4f67e26a94f9de6f6b1a7b9ceed85bceed3007))
|
|
235
|
-
|
|
236
|
-
### [0.3.11](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.10...v0.3.11) (2020-04-06)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Features
|
|
240
|
-
|
|
241
|
-
* **xml:** Add simple XML parser based on expat ([cafb0f6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/cafb0f6d0ffdbbba78e655e76073868785ab596c))
|
|
242
|
-
|
|
243
|
-
### [0.3.10](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.9...v0.3.10) (2020-03-20)
|
|
244
|
-
|
|
245
|
-
### [0.3.9](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.8...v0.3.9) (2020-03-20)
|
|
246
|
-
|
|
247
|
-
### [0.3.8](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.7...v0.3.8) (2020-03-05)
|
|
248
|
-
|
|
249
|
-
### [0.3.7](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.6...v0.3.7) (2020-03-05)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
|
-
* Add support for table based labels ([e953069](https://github.com/GordonSmith/hpcc-js-wasm/commit/e953069a6a1419e0acaee5d19d8c562178bbbcda))
|
|
255
|
-
|
|
256
|
-
### [0.3.6](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.5...v0.3.6) (2020-03-02)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Features
|
|
260
|
-
|
|
261
|
-
* **Images:** Add Image Support ([b9c3015](https://github.com/GordonSmith/hpcc-js-wasm/commit/b9c3015a86040ca49168b07952a4b6973b47a521))
|
|
262
|
-
|
|
263
|
-
### [0.3.5](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.4...v0.3.5) (2020-02-27)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Features
|
|
267
|
-
|
|
268
|
-
* **GraphViz:** Add basic error handling ([5e58238](https://github.com/GordonSmith/hpcc-js-wasm/commit/5e5823860c8748731f143860bcac3631067b8784))
|
|
269
|
-
|
|
270
|
-
### [0.3.4](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.3...v0.3.4) (2020-02-26)
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
### Features
|
|
274
|
-
|
|
275
|
-
* Add "Sync" version of Graphviz ([f80a626](https://github.com/GordonSmith/hpcc-js-wasm/commit/f80a6262bf4868f759bf4c64cdaec025e69858ac)), closes [#8](https://github.com/GordonSmith/hpcc-js-wasm/issues/8)
|
|
276
|
-
|
|
277
|
-
### [0.3.3](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.2...v0.3.3) (2020-02-20)
|
|
278
|
-
|
|
279
|
-
### [0.3.2](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.1...v0.3.2) (2020-02-06)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
* **wasmFolder:** Remove trailing folder ([e4e0e0f](https://github.com/GordonSmith/hpcc-js-wasm/commit/e4e0e0f1ab2165bfd010cf951475a651f0834cff))
|
|
285
|
-
|
|
286
|
-
### [0.3.1](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.0...v0.3.1) (2020-01-07)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Features
|
|
290
|
-
|
|
291
|
-
* **emsdk:** Bump version to 1.5 ([9692fed](https://github.com/GordonSmith/hpcc-js-wasm/commit/9692fed8c37be9bc64de903681363df35d3f9742))
|
|
292
|
-
* **GraphViz:** Bump version to 2.42.2 ([782dfdf](https://github.com/GordonSmith/hpcc-js-wasm/commit/782dfdfee46b9bc9962ed8d3b576247fe4588e8d))
|
|
293
|
-
|
|
294
|
-
## [0.3.0](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.3...v0.3.0) (2019-09-19)
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Bug Fixes
|
|
298
|
-
|
|
299
|
-
* **ReadMe:** Minor formatting fix. ([c0f8d9a](https://github.com/GordonSmith/hpcc-js-wasm/commit/c0f8d9a))
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
### Features
|
|
303
|
-
|
|
304
|
-
* **graphviz:** Add additional convenience methods ([dda20f4](https://github.com/GordonSmith/hpcc-js-wasm/commit/dda20f4))
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### [0.1.3](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.2...v0.1.3) (2019-06-14)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
### Bug Fixes
|
|
312
|
-
|
|
313
|
-
* **readme:** Update readme sample html to working version ([c042ba9](https://github.com/GordonSmith/hpcc-js-wasm/commit/c042ba9))
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### [0.1.2](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.1...v0.1.2) (2019-06-14)
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### [0.1.1](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.0...v0.1.1) (2019-06-14)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## 0.1.0 (2019-06-14)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Features
|
|
329
|
-
|
|
330
|
-
* **GraphViz:** Initial commit ([2cf6182](https://github.com/GordonSmith/hpcc-js-wasm/commit/2cf6182))
|