@vivliostyle/cli 4.7.0 → 4.8.0

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -432
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vivliostyle/cli",
3
3
  "description": "Save the pdf file via Headless Chrome and Vivliostyle.",
4
- "version": "4.7.0",
4
+ "version": "4.8.0",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "scripts": {
7
7
  "build": "yarn clean && run-p build:*",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@vivliostyle/vfm": "1.2.1",
23
- "@vivliostyle/viewer": "2.14.1",
23
+ "@vivliostyle/viewer": "2.14.2",
24
24
  "ajv": "^7.0.4",
25
25
  "ajv-formats": "^1.5.1",
26
26
  "chalk": "^4.1.2",
@@ -44,7 +44,7 @@
44
44
  "portfinder": "^1.0.28",
45
45
  "press-ready": "^4.0.3",
46
46
  "prettier": "^2.3.2",
47
- "puppeteer-core": "12.0.1",
47
+ "puppeteer-core": "13.3.1",
48
48
  "resolve-pkg": "^2.0.0",
49
49
  "serve-handler": "^6.1.3",
50
50
  "shelljs": "^0.8.4",
package/CHANGELOG.md DELETED
@@ -1,432 +0,0 @@
1
- # [4.7.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.6.0...v4.7.0) (2022-02-06)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * Correct "title" to "name" in publication.json readingOrder ([9a4b6a0](https://github.com/vivliostyle/vivliostyle-cli/commit/9a4b6a0f9a9f275839bb4c48f0ca21d28fd8e686)), closes [#241](https://github.com/vivliostyle/vivliostyle-cli/issues/241)
7
- * export cli flags interfaces ([d7ff892](https://github.com/vivliostyle/vivliostyle-cli/commit/d7ff8921760306373b3b0c3bb604f121c95ddf11))
8
- * importing command api causes process exit ([bed6183](https://github.com/vivliostyle/vivliostyle-cli/commit/bed618317584bb280484544931c380cc3e3e2e86))
9
-
10
-
11
- ### Features
12
-
13
- * Add readingProgression config option ([6b1193e](https://github.com/vivliostyle/vivliostyle-cli/commit/6b1193ea3af8deec82f9b65ed92baee7d58eccb4)), closes [#221](https://github.com/vivliostyle/vivliostyle-cli/issues/221)
14
- * Improve Vivliostyle.js/Chromium version info in output PDF ([2b48c29](https://github.com/vivliostyle/vivliostyle-cli/commit/2b48c29ad7dced68b2062ce9e7a0cac18f036731)), closes [#220](https://github.com/vivliostyle/vivliostyle-cli/issues/220) [#238](https://github.com/vivliostyle/vivliostyle-cli/issues/238)
15
- * Set ReadingDirection in output PDF ([3d023e2](https://github.com/vivliostyle/vivliostyle-cli/commit/3d023e20f2fb013aef9873a2b0f2e626ccaf8094)), closes [#221](https://github.com/vivliostyle/vivliostyle-cli/issues/221)
16
- * Update @vivliostyle/vfm to v1.2.1 ([02b68ed](https://github.com/vivliostyle/vivliostyle-cli/commit/02b68ed4e7dd37bb046979c1b9eedfabc2e76700))
17
- * Update Vivliostyle.js to 2.14.1: Improved text-spacing support ([4bcdbb7](https://github.com/vivliostyle/vivliostyle-cli/commit/4bcdbb76575854ec17c222f68fcc7d9514c07238))
18
-
19
- # [4.6.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.5.0...v4.6.0) (2022-01-18)
20
-
21
- ### Bug Fixes
22
-
23
- - Make timeout building PDF configurable ([7ad2c40](https://github.com/vivliostyle/vivliostyle-cli/commit/7ad2c4051ef1026de0a9c107cb9f7c5a14f35441))
24
-
25
- ### Features
26
-
27
- - Add http server mode ([f3407ad](https://github.com/vivliostyle/vivliostyle-cli/commit/f3407ade71e6ecc7cd57bc223cbdf9a876666d95))
28
- - Add viewer option ([011f834](https://github.com/vivliostyle/vivliostyle-cli/commit/011f834cfc5bea3ab7df521b9ef7a2a5ecc25496))
29
- - Update @vivliostyle/vfm to v1.1.0 ([3abf1ad](https://github.com/vivliostyle/vivliostyle-cli/commit/3abf1adb90b6f8a219b7b6f11986b1eb594a11db))
30
- - Update Vivliostyle.js to 2.13.0: Allow JavaScript in documents, etc. ([ae790aa](https://github.com/vivliostyle/vivliostyle-cli/commit/ae790aa3578c75d9bf137a6c81f824881ca65f8d))
31
-
32
- # [4.5.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.4.1...v4.5.0) (2021-11-30)
33
-
34
- ### Features
35
-
36
- - Update Puppetter-core to 12.0.1 ([2eb4e45](https://github.com/vivliostyle/vivliostyle-cli/commit/2eb4e454c0d4104cc0e9d94b3a503cff8c521aec))
37
-
38
- ## [4.4.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.4.0...v4.4.1) (2021-11-19)
39
-
40
- ### Bug Fixes
41
-
42
- - Update Vivliostyle.js to 2.12.1: Fix bugs on math and text with ruby ([e5f0346](https://github.com/vivliostyle/vivliostyle-cli/commit/e5f0346c793fd282b1e9b31c6155e70060072794))
43
-
44
- # [4.4.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.2...v4.4.0) (2021-11-13)
45
-
46
- ### Features
47
-
48
- - Update Vivliostyle.js to 2.12.0: support text-spacing and hanging-punctuation ([dea228b](https://github.com/vivliostyle/vivliostyle-cli/commit/dea228b4c59486ae2af328d890c083f059e4eb87))
49
-
50
- ## [4.3.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.1...v4.3.2) (2021-11-01)
51
-
52
- ## [4.3.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.0...v4.3.1) (2021-10-18)
53
-
54
- # [4.3.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.2.1...v4.3.0) (2021-10-10)
55
-
56
- ### Features
57
-
58
- - Improve PDF metadata ([#97](https://github.com/vivliostyle/vivliostyle-cli/issues/97)) ([6020f29](https://github.com/vivliostyle/vivliostyle-cli/commit/6020f293de710f94e12e2b77298e6f3a9c68d404))
59
- - Update vivliostyle.js to 2.11.1 ([10ba1a6](https://github.com/vivliostyle/vivliostyle-cli/commit/10ba1a616319e90c32ef1c33bcfb938330dbd38f))
60
-
61
- ## [4.2.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.2.0...v4.2.1) (2021-09-26)
62
-
63
- ### Bug Fixes
64
-
65
- - TypeError: Cannot read properties of null (reading 'getMetadata') ([2ee3faa](https://github.com/vivliostyle/vivliostyle-cli/commit/2ee3faa7935f2af497e71bbb016671369736f7f7)), closes [/github.com/vivliostyle/vivliostyle-cli/issues/214#issuecomment-924811171](https://github.com//github.com/vivliostyle/vivliostyle-cli/issues/214/issues/issuecomment-924811171) [#214](https://github.com/vivliostyle/vivliostyle-cli/issues/214)
66
-
67
- # [4.2.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.1.0...v4.2.0) (2021-09-18)
68
-
69
- ### Features
70
-
71
- - Update vivliostyle.js to 2.10.0 ([219eab1](https://github.com/vivliostyle/vivliostyle-cli/commit/219eab125a577465a64b22a0f2b2ba739b9ba556))
72
-
73
- # [4.1.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.0.0...v4.1.0) (2021-09-11)
74
-
75
- ### Features
76
-
77
- - Update vivliostyle.js to 2.9.1 ([f19b085](https://github.com/vivliostyle/vivliostyle-cli/commit/f19b085e4e61c9f38f88933b4bfcdbac17857b6c))
78
-
79
- # [4.0.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.5.2...v4.0.0) (2021-08-28)
80
-
81
- ### chore
82
-
83
- - Update node engines ([30abdfa](https://github.com/vivliostyle/vivliostyle-cli/commit/30abdfac9d7bb563c9831059d8b564bee55ec358))
84
-
85
- ### Features
86
-
87
- - Add render mode supports docker ([b2931b3](https://github.com/vivliostyle/vivliostyle-cli/commit/b2931b3e4c230633acb794c673e79cde93bd6d3d))
88
- - Lazy install chromium ([966f02c](https://github.com/vivliostyle/vivliostyle-cli/commit/966f02ca4c406155bab69c9d65c9c6b4d2f2ea17))
89
- - Support preflight options ([1c78975](https://github.com/vivliostyle/vivliostyle-cli/commit/1c789753dff747fe1f23e8eb3ca573ce7214944f))
90
-
91
- ### BREAKING CHANGES
92
-
93
- - Node v12 is now the minimum supported version
94
- - Switched to use puppeteer-core rather than puppeteer. If you're using vivliostyle-cli in any containers, you should run puppeteer's install.js and contain the browser runtime.
95
-
96
- ## [3.5.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.5.1...v3.5.2) (2021-07-23)
97
-
98
- ### Bug Fixes
99
-
100
- - VFM frontmatter not processed ([68deef2](https://github.com/vivliostyle/vivliostyle-cli/commit/68deef2effdec36252ef4548b30867438bdd4d5a)), closes [#196](https://github.com/vivliostyle/vivliostyle-cli/issues/196)
101
-
102
- ## [3.5.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.5.0...v3.5.1) (2021-07-14)
103
-
104
- ### Bug Fixes
105
-
106
- - Support new VFM API ([770e108](https://github.com/vivliostyle/vivliostyle-cli/commit/770e10848e0dc4276e1819f9afed627f93263d4c))
107
-
108
- # [3.5.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.4.0...v3.5.0) (2021-05-03)
109
-
110
- ### Features
111
-
112
- - Update @vivliostyle/vfm to v1.0.0-alpha.19 ([8979762](https://github.com/vivliostyle/vivliostyle-cli/commit/8979762b002209cf74e79b088db9444b509de346))
113
- - Update @vivliostyle/vfm to v1.0.0-alpha.21 ([e66190b](https://github.com/vivliostyle/vivliostyle-cli/commit/e66190b62acaef94f52db4d3f02627b4bd8257fe))
114
- - Update puppeteer to 9.0.0 ([af39584](https://github.com/vivliostyle/vivliostyle-cli/commit/af39584f6d64e72b4079a7d453fd6c1fade07edc))
115
-
116
- # [3.4.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.3.0...v3.4.0) (2021-04-16)
117
-
118
- ### Bug Fixes
119
-
120
- - extract function that reloads the configuration file ([40b5b83](https://github.com/vivliostyle/vivliostyle-cli/commit/40b5b83220a54e17a925bc28046cced988bc121e))
121
-
122
- ### Features
123
-
124
- - Update vivliostyle (core@2.8.0, vfm@v1.0.0-alpha.18) ([23f940d](https://github.com/vivliostyle/vivliostyle-cli/commit/23f940d2e13a5588bc06aa11f104732800856d9e))
125
- - vivliostyle preview reload when vivliostyle.config.js updated ([3079688](https://github.com/vivliostyle/vivliostyle-cli/commit/30796886124136332b08a3776cccaf2ba6fc7c26))
126
-
127
- # [3.3.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.2.1...v3.3.0) (2021-04-07)
128
-
129
- ### Bug Fixes
130
-
131
- - lack of test snapshot ([53600e1](https://github.com/vivliostyle/vivliostyle-cli/commit/53600e1bbaace88725362238bf58d9bff66aae84))
132
-
133
- ### Features
134
-
135
- - add VFM options (hardLineBreaks, disableFormatHtml) to vivliostyle.config.js ([e4ec8f6](https://github.com/vivliostyle/vivliostyle-cli/commit/e4ec8f60063dd9465fb38d3e5110a6c2f8b9e8b6))
136
- - Update option structure ([de6ae25](https://github.com/vivliostyle/vivliostyle-cli/commit/de6ae25980ee0c92a2fcd9e30a8fb3fe91b0e6f2))
137
- - Update Vivliostyle version to 2.7.0 ([8dab20f](https://github.com/vivliostyle/vivliostyle-cli/commit/8dab20f9fca651dff89b50585841d70eed5cb4cb))
138
-
139
- ## [3.2.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.2.0...v3.2.1) (2021-03-29)
140
-
141
- ### Bug Fixes
142
-
143
- - Update Vivliostyle version to 2.6.2 ([fe058df](https://github.com/vivliostyle/vivliostyle-cli/commit/fe058df59a6802ea054db78571dadeeab229933f))
144
-
145
- # [3.2.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.1.2...v3.2.0) (2021-03-29)
146
-
147
- ### Bug Fixes
148
-
149
- - Non-ASCII directory/file is not available. Error: Validation of pubManifest failed ([f84fca4](https://github.com/vivliostyle/vivliostyle-cli/commit/f84fca4aae6aa71ed37d2948b55de53535ab0429)), closes [#155](https://github.com/vivliostyle/vivliostyle-cli/issues/155)
150
- - Preview watch not refreshed when CSS file is changed ([298ecf7](https://github.com/vivliostyle/vivliostyle-cli/commit/298ecf7da7fee9c7840f8c6d02e91621c7e314b9))
151
-
152
- ### Features
153
-
154
- - Add --single-doc and --quick options ([6ccd68f](https://github.com/vivliostyle/vivliostyle-cli/commit/6ccd68fc36f30ce07e7bdfb7180d0e7f2d1b4daf))
155
- - Add additional/user stylesheet options ([026306a](https://github.com/vivliostyle/vivliostyle-cli/commit/026306adbf7050103f3b2d265e62d5f3a013bc01)), closes [#112](https://github.com/vivliostyle/vivliostyle-cli/issues/112)
156
- - Replace preview UI with Vivliostyle Viewer ([18265f2](https://github.com/vivliostyle/vivliostyle-cli/commit/18265f2f8999195e06cfbf976b021fd6de99888f)), closes [#41](https://github.com/vivliostyle/vivliostyle-cli/issues/41)
157
-
158
- ## [3.1.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.1.1...v3.1.2) (2021-03-06)
159
-
160
- ### Bug Fixes
161
-
162
- - Failed to load from web because of CORS error ([1cb1baf](https://github.com/vivliostyle/vivliostyle-cli/commit/1cb1baf756d4ecb9466db6b17d7e1b58dfaa9dd3))
163
- - Preview watch not working as expected ([7607d74](https://github.com/vivliostyle/vivliostyle-cli/commit/7607d744bbb37d690f8f5478e9f301886ddba2b9))
164
-
165
- ### Features
166
-
167
- - Update vivliostyle core version to 2.5.2 ([b5ad780](https://github.com/vivliostyle/vivliostyle-cli/commit/b5ad78039edbe33be1b4fef97572b2b67274fb42))
168
-
169
- ## [3.1.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.1.0...v3.1.1) (2021-02-28)
170
-
171
- # [3.1.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.3...v3.1.0) (2021-02-27)
172
-
173
- ### Bug Fixes
174
-
175
- - exmaples/theme-preset size(JIS-B6 -> A5) ([a50fe02](https://github.com/vivliostyle/vivliostyle-cli/commit/a50fe0223795241b36afd5f630bf9eb6f54ac2ba))
176
-
177
- ### Features
178
-
179
- - Update vivliostyle core version to 2.5 ([7b49393](https://github.com/vivliostyle/vivliostyle-cli/commit/7b493934d4258722ffa403ec636e1ee11069fb9b))
180
-
181
- ## [3.0.3](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.2...v3.0.3) (2021-02-09)
182
-
183
- ### Bug Fixes
184
-
185
- - Update core deps ([f7ab4d3](https://github.com/vivliostyle/vivliostyle-cli/commit/f7ab4d346986cbb3d091fc3b6b51deb38e1dab15))
186
-
187
- ## [3.0.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.1...v3.0.2) (2021-02-09)
188
-
189
- ### Bug Fixes
190
-
191
- - Place resources file on build time ([56a5e8b](https://github.com/vivliostyle/vivliostyle-cli/commit/56a5e8b9e4206a52a2456a0e84bbeed7549c4b6a))
192
-
193
- ## [3.0.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0...v3.0.1) (2021-02-07)
194
-
195
- ### Bug Fixes
196
-
197
- - Fix to raise errors on falsy input ([a38dd85](https://github.com/vivliostyle/vivliostyle-cli/commit/a38dd851ab232e6ee949b593b3579f88954fa2c5))
198
-
199
- # :tada: [3.0.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v2.1.3...v3.0.0) (2021-02-07)
200
-
201
- ## Introduce of the new configure file, `vivliostyle.config.js`!
202
-
203
- We added support for a new config file format that allows you to save and share the build settings of your publications. See [examples](examples/) for a detailed description of what you can do with this config file.
204
-
205
- ## Revise the command line options (multiple output etc.)
206
-
207
- The CLI command line options have been revised to allow for more flexible I/O configuration. The biggest topic is that we can now set multiple output destinations simultaneously!
208
-
209
- ```
210
- vivliostyle build -o publication/ -f webpub -o draft.pdf -f pdf
211
- ```
212
-
213
- ## Support official Vivliostyle themes
214
-
215
- We can now easily apply the various preset themes provided by Vivliostyle. Of course, you can also load your own CSS as a theme.
216
-
217
- ```
218
- vivliostyle build input.md -T @vivliostyle/theme-techbook -o draft.pdf
219
- ```
220
-
221
- # [3.0.0-rc.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-02-07)
222
-
223
- ### Bug Fixes
224
-
225
- - Can't load from Web URL ([e0e6689](https://github.com/vivliostyle/vivliostyle-cli/commit/e0e668951613ac49e5c253cf235f54e8af07c445))
226
- - set process.cwd() to workspaceDir and entryContextDir ([811d879](https://github.com/vivliostyle/vivliostyle-cli/commit/811d8799f3a65ba472d01ee7212d0f2d4f270a5e))
227
-
228
- ### Features
229
-
230
- - Add examples ([faca5c9](https://github.com/vivliostyle/vivliostyle-cli/commit/faca5c9bd30f6a7da4cecc4ff4095e72271b8b1d))
231
-
232
- # [3.0.0-rc.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.6...v3.0.0-rc.0) (2021-02-06)
233
-
234
- ### Bug Fixes
235
-
236
- - Cancel to set toc as resources ([3bd5bdc](https://github.com/vivliostyle/vivliostyle-cli/commit/3bd5bdc2676a3e70bb694d1eadd5061f9922974f))
237
- - Correct the behavior of exporting webbook ([f5c9ae2](https://github.com/vivliostyle/vivliostyle-cli/commit/f5c9ae292db7236a2763fb9b564518ace36fcd66))
238
- - Delete the default language config ([b40f75f](https://github.com/vivliostyle/vivliostyle-cli/commit/b40f75fce9d6f698396fed4cdff8a5d0b06eafb9))
239
- - Ensure to exit a process ([b59a39d](https://github.com/vivliostyle/vivliostyle-cli/commit/b59a39df47d9f54da5cccdf2a40baf1f406ea581))
240
- - Fix build option parser ([5a1767a](https://github.com/vivliostyle/vivliostyle-cli/commit/5a1767a5e9dcff51c914d3b3176bc30b93a5e658))
241
- - Fix judging method to detect entry file type ([ef63e7d](https://github.com/vivliostyle/vivliostyle-cli/commit/ef63e7d0cff546963183e9b80877518975b6341e))
242
- - Fix process of removing tmp file ([8b1f4ba](https://github.com/vivliostyle/vivliostyle-cli/commit/8b1f4ba9cb382cfb5da53528a8fc9a3596cfcfc6))
243
- - Fix the context resolver on specifying a config file ([918099a](https://github.com/vivliostyle/vivliostyle-cli/commit/918099aed9a001780d429ad801d6c912d9c1a143))
244
- - Fix to reflect language settings to manuscript outputs ([35253d3](https://github.com/vivliostyle/vivliostyle-cli/commit/35253d30f9069e7007aabc42ed9709053f45a015))
245
- - Make element selectable on broker UI ([5adf95c](https://github.com/vivliostyle/vivliostyle-cli/commit/5adf95c82e1245981436a31adeaafb6b145a6ef4))
246
- - Merge output config correctly ([8b3b518](https://github.com/vivliostyle/vivliostyle-cli/commit/8b3b51809720e3ed1eb6d0fd81d8f7ea3b47b7cc))
247
- - More graceful webbook exports ([07d89d5](https://github.com/vivliostyle/vivliostyle-cli/commit/07d89d5161f5196f4b17d8bcb6ce970205e4da03))
248
- - Set project names from input context ([2358f65](https://github.com/vivliostyle/vivliostyle-cli/commit/2358f65052867ce0dd2fa0c860cd20c42e220064))
249
- - Support implicit exports ([34a3a40](https://github.com/vivliostyle/vivliostyle-cli/commit/34a3a4018aa0c3f2326beec2a5e14ff593b91560))
250
- - Support themes for HTML inputs and toc ([baeff19](https://github.com/vivliostyle/vivliostyle-cli/commit/baeff1924353bf2a4bff010283c6ab5c5fda5f14))
251
- - Use Cheerio for (X)HTML parser ([1188952](https://github.com/vivliostyle/vivliostyle-cli/commit/118895217fc88884a845697ba0600b8d582c3619))
252
- - Webbook export ([4eeb30a](https://github.com/vivliostyle/vivliostyle-cli/commit/4eeb30a53b864b9c17f43548718d1b5fee8fe234))
253
-
254
- ### Features
255
-
256
- - Add `workspaceDir` `includeAssets` configs ([d1ce8b2](https://github.com/vivliostyle/vivliostyle-cli/commit/d1ce8b2081f7637f37c92454ec89dddc5f8aee8f))
257
- - Add tests for config parser codes ([f123ee5](https://github.com/vivliostyle/vivliostyle-cli/commit/f123ee50b2e677bed08f934fbaa0e7eb89bb6efb))
258
- - Add validator not to overwrite source files ([4fe2244](https://github.com/vivliostyle/vivliostyle-cli/commit/4fe22440b680d376b5756e78171fcbe044801234))
259
- - Change to use hash by passing broker parameters ([1ea1ddd](https://github.com/vivliostyle/vivliostyle-cli/commit/1ea1ddd760b144802d1e5403b6572d88fb660f56))
260
- - Drop supports of exporting web manifest from single HTML ([2494dc5](https://github.com/vivliostyle/vivliostyle-cli/commit/2494dc52faf5758fd143a157a0345a76fbc03756))
261
- - Enable to set vivliostyle.config.js as an input argument ([860fed1](https://github.com/vivliostyle/vivliostyle-cli/commit/860fed1d73c463d3bce894aed1d6458ad5939968))
262
- - Format auto-generated HTMLs ([399690d](https://github.com/vivliostyle/vivliostyle-cli/commit/399690d4cb9f1b49fe119ed34bf35fc9effe1f79))
263
- - Implement in-place file transform ([b8eb374](https://github.com/vivliostyle/vivliostyle-cli/commit/b8eb37440e971c00e03257192192ba60ff10b38d))
264
- - Implement multiple target outputs ([8603dbf](https://github.com/vivliostyle/vivliostyle-cli/commit/8603dbfd529bd596cfc3d5b465e19eee2c66b367))
265
- - Import Publication Manifest schema ([1ef8483](https://github.com/vivliostyle/vivliostyle-cli/commit/1ef84833a3dadcdcdfa4240423e6c6abeb3e455e))
266
- - Rename manifest.json to publication.json ([5556932](https://github.com/vivliostyle/vivliostyle-cli/commit/555693265f866708b692df50b1cfd7f9c7d3530f))
267
- - Rename output format; webbook -> webpub ([04472ed](https://github.com/vivliostyle/vivliostyle-cli/commit/04472edbaa475391d3e720764926f07313520320))
268
- - Revise CLI options ([aca9cf3](https://github.com/vivliostyle/vivliostyle-cli/commit/aca9cf3285ff4cec28dd341c34dd185ac11ef8cc))
269
- - Support multiple -o and -f options ([50f57ca](https://github.com/vivliostyle/vivliostyle-cli/commit/50f57cad8016b41d5c4c97dc4635141425f459cd))
270
- - Support to input publication manifests directly ([23a5ec7](https://github.com/vivliostyle/vivliostyle-cli/commit/23a5ec7762d0549d2ceead85261fae61d77c5169))
271
- - Support various input formats ([4e75580](https://github.com/vivliostyle/vivliostyle-cli/commit/4e75580d5ba5e79b487d42d6db6bc19d0b7334f4))
272
- - Support webbook export of single entry ([71d3fb2](https://github.com/vivliostyle/vivliostyle-cli/commit/71d3fb228e0ec9f3b9cb4a1fa128b483daafdea1))
273
- - Support zipped EPUB inputs ([dac8afc](https://github.com/vivliostyle/vivliostyle-cli/commit/dac8afc07795910e188f5e17ee27d4dbace527e5))
274
- - Update config schema ([b8f4be4](https://github.com/vivliostyle/vivliostyle-cli/commit/b8f4be41b736ac52e592783b79201a5eb8e36e9e))
275
- - Update manifest schema ([fb6d955](https://github.com/vivliostyle/vivliostyle-cli/commit/fb6d955bc4c5f3026330776a3f391a779403a69e))
276
- - Update the config template ([e09a898](https://github.com/vivliostyle/vivliostyle-cli/commit/e09a898842fffc749f47aae2839209fcf02a2440))
277
- - Update toc APIs ([78e2d1b](https://github.com/vivliostyle/vivliostyle-cli/commit/78e2d1bef4daee343ab75aa9010a1446269bd37d))
278
- - Use file-based protocol to serve the broker page ([b10f446](https://github.com/vivliostyle/vivliostyle-cli/commit/b10f44688102e0dbcc5ae63a63ed15d47661ee68))
279
-
280
- # [3.0.0-pre.6](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.5...v3.0.0-pre.6) (2021-01-13)
281
-
282
- ### Bug Fixes
283
-
284
- - Local theme package copied to wrong place when updated during preview ([ee05f3e](https://github.com/vivliostyle/vivliostyle-cli/commit/ee05f3e18932fc8f27c5343e9353cf16d2810359)), closes [#93](https://github.com/vivliostyle/vivliostyle-cli/issues/93)
285
-
286
- ### Features
287
-
288
- - display stacktrace on error ([42ca8f1](https://github.com/vivliostyle/vivliostyle-cli/commit/42ca8f11c049758f6c2c30d640ce14caeae52216))
289
-
290
- # [3.0.0-pre.5](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.4...v3.0.0-pre.5) (2020-12-30)
291
-
292
- ### Bug Fixes
293
-
294
- - --language,--size, --theme options for init command is not working. ([6feec71](https://github.com/vivliostyle/vivliostyle-cli/commit/6feec71c13c5f0f2dce737c22d49d0b26a9fd610))
295
- - include yarn.lock ([605897e](https://github.com/vivliostyle/vivliostyle-cli/commit/605897ef6884a92d110fd8f3eb4004bfaf1dae5b))
296
- - remove .posix and update upath 2.0.1 ([594b8dd](https://github.com/vivliostyle/vivliostyle-cli/commit/594b8dd8099a57b677d2c713f6b06a8b136fff07))
297
- - toc test fails due to separator on Windows ([6a4ab12](https://github.com/vivliostyle/vivliostyle-cli/commit/6a4ab121f01f466fe43d7a0e233f77e69616def4))
298
-
299
- ### Features
300
-
301
- - init command document to 3.0.0 specification ([32906ef](https://github.com/vivliostyle/vivliostyle-cli/commit/32906efa0726f23531862682c86878f5d91cfe05))
302
- - init command to 3.0.0 specification ([cf30818](https://github.com/vivliostyle/vivliostyle-cli/commit/cf308180565413399c0367f149d9e6eaa00942d7))
303
-
304
- # [3.0.0-pre.4](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.3...v3.0.0-pre.4) (2020-11-01)
305
-
306
- # [3.0.0-pre.3](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.2...v3.0.0-pre.3) (2020-08-06)
307
-
308
- ### Bug Fixes
309
-
310
- - Errors due to path problem on Windows ([8eeadee](https://github.com/vivliostyle/vivliostyle-cli/commit/8eeadeed053a1e665c94c95d5cc5b5f0debbecde))
311
-
312
- ### Features
313
-
314
- - inject title and style into raw html as well ([d9afa06](https://github.com/vivliostyle/vivliostyle-cli/commit/d9afa06904b5b1abeef4763365d1814305cb9ed0))
315
-
316
- # [3.0.0-pre.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.0-pre.1...v3.0.0-pre.2) (2020-07-02)
317
-
318
- ### Bug Fixes
319
-
320
- - avoid infinite globby loop ([e7d9d64](https://github.com/vivliostyle/vivliostyle-cli/commit/e7d9d643cfb5edc6fbb2a657f41e4afe0e35ea58))
321
- - flush before running press-ready ([de28656](https://github.com/vivliostyle/vivliostyle-cli/commit/de286567c0159fe5faa341650a4e6f541f84020d))
322
- - prepend toc ([141c657](https://github.com/vivliostyle/vivliostyle-cli/commit/141c657e924729786d5e08e73ca6a35d011c55e6))
323
- - remove unncessary options ([3151d16](https://github.com/vivliostyle/vivliostyle-cli/commit/3151d16488ae5f87a6578f686657c1f081f0e3da))
324
- - use title as a output filename ([0e3b31a](https://github.com/vivliostyle/vivliostyle-cli/commit/0e3b31adb1561386db8bc07e11ad68ff66913805))
325
- - **init:** abort if config file exists ([8e45ab1](https://github.com/vivliostyle/vivliostyle-cli/commit/8e45ab1381b71d476568572f4ddf6fc01f5d2d41))
326
- - startLogging after error ([1c6670d](https://github.com/vivliostyle/vivliostyle-cli/commit/1c6670d16c6cbe96591866b89884b1bae7457251))
327
-
328
- ### Features
329
-
330
- - cover field ([bc3a70e](https://github.com/vivliostyle/vivliostyle-cli/commit/bc3a70ecd7a7ce099a0b9f88af8c4b842a23a3d6))
331
- - validate vivliostyle.config.js ([7e43b1e](https://github.com/vivliostyle/vivliostyle-cli/commit/7e43b1e2eb3f1ff197970abe5f8c54f60173d8a1))
332
-
333
- ## 2.0.0-pre.0 (2019-12-19)
334
-
335
- - :arrow_up: Version 1.3.0 ([173420b](https://github.com/vivliostyle/vivliostyle-cli/commit/173420b))
336
- - :arrow_up: Version 1.3.1 ([04bfa6f](https://github.com/vivliostyle/vivliostyle-cli/commit/04bfa6f))
337
- - #11 #13 Fix entrypoint loader to load EPUB and XHTML ([2cc03eb](https://github.com/vivliostyle/vivliostyle-cli/commit/2cc03eb))
338
- - 2.0.0-pre.0 ([c5f33d0](https://github.com/vivliostyle/vivliostyle-cli/commit/c5f33d0))
339
- - Add instruction ([1ed2787](https://github.com/vivliostyle/vivliostyle-cli/commit/1ed2787))
340
- - Adopt subcommand system ([158c9e8](https://github.com/vivliostyle/vivliostyle-cli/commit/158c9e8))
341
- - Create README.md ([7b71309](https://github.com/vivliostyle/vivliostyle-cli/commit/7b71309))
342
- - fix broker path ([964af52](https://github.com/vivliostyle/vivliostyle-cli/commit/964af52))
343
- - Rename save -> build ([1af35d3](https://github.com/vivliostyle/vivliostyle-cli/commit/1af35d3))
344
- - Rename viola -> vivliostyle ([d55299b](https://github.com/vivliostyle/vivliostyle-cli/commit/d55299b))
345
- - Update codes for new command name ([7422282](https://github.com/vivliostyle/vivliostyle-cli/commit/7422282))
346
- - Update test command ([c2b0bee](https://github.com/vivliostyle/vivliostyle-cli/commit/c2b0bee))
347
- - Use serve-handler ([3c6a36d](https://github.com/vivliostyle/vivliostyle-cli/commit/3c6a36d))
348
- - Vivliostyle 2019.1.106 ([a680a61](https://github.com/vivliostyle/vivliostyle-cli/commit/a680a61))
349
- - Vivliostyle 2019.8.101 ([7d5f94c](https://github.com/vivliostyle/vivliostyle-cli/commit/7d5f94c))
350
- - fix: add enum definitions ([391f2ac](https://github.com/vivliostyle/vivliostyle-cli/commit/391f2ac))
351
- - fix: automatically find chrome port to avoid conflict ([bd0d213](https://github.com/vivliostyle/vivliostyle-cli/commit/bd0d213)), closes [#24](https://github.com/vivliostyle/vivliostyle-cli/issues/24)
352
- - fix: cover chrome-remote-interface ([5f3bbed](https://github.com/vivliostyle/vivliostyle-cli/commit/5f3bbed))
353
- - fix: migrate from vivliostyle to @vivliostyle/core ([980ca9c](https://github.com/vivliostyle/vivliostyle-cli/commit/980ca9c))
354
- - fix: port cli to TypeScript ([1b29b2c](https://github.com/vivliostyle/vivliostyle-cli/commit/1b29b2c))
355
- - fix(npm): publish /broker to npm ([a6f1c2f](https://github.com/vivliostyle/vivliostyle-cli/commit/a6f1c2f))
356
- - fix(test): test subcommand ([e0baff1](https://github.com/vivliostyle/vivliostyle-cli/commit/e0baff1))
357
- - chore: add keywords, homepage, bugs to package.json ([aee4c6c](https://github.com/vivliostyle/vivliostyle-cli/commit/aee4c6c))
358
- - chore: add prettier to match styles ([90addac](https://github.com/vivliostyle/vivliostyle-cli/commit/90addac))
359
- - chore: add travis ([1ffbb02](https://github.com/vivliostyle/vivliostyle-cli/commit/1ffbb02))
360
- - chore: cosmetic changes ([478dfa1](https://github.com/vivliostyle/vivliostyle-cli/commit/478dfa1))
361
- - chore: cosmetic changes ([71586e1](https://github.com/vivliostyle/vivliostyle-cli/commit/71586e1))
362
- - chore: export interfaces ([7aeac7f](https://github.com/vivliostyle/vivliostyle-cli/commit/7aeac7f))
363
- - chore: fix command ([f9966de](https://github.com/vivliostyle/vivliostyle-cli/commit/f9966de))
364
- - chore: Fix editorconfig ([7aa65c7](https://github.com/vivliostyle/vivliostyle-cli/commit/7aa65c7))
365
- - chore: ignore clutter ([4d8896c](https://github.com/vivliostyle/vivliostyle-cli/commit/4d8896c))
366
- - chore: omit viola-savepdf notice ([7271553](https://github.com/vivliostyle/vivliostyle-cli/commit/7271553))
367
- - chore: publish declaration files ([fa47ff9](https://github.com/vivliostyle/vivliostyle-cli/commit/fa47ff9))
368
- - chore: remove Makefile in favor of proper test suite ([365f427](https://github.com/vivliostyle/vivliostyle-cli/commit/365f427))
369
- - chore: rename vivliostyle-savepdf to @vivliostyle/cli ([8152e1f](https://github.com/vivliostyle/vivliostyle-cli/commit/8152e1f))
370
- - chore: update deps ([d151840](https://github.com/vivliostyle/vivliostyle-cli/commit/d151840))
371
- - chore: update preact from 8 to 10 ([1036990](https://github.com/vivliostyle/vivliostyle-cli/commit/1036990))
372
- - chore(test): fix test to show stderr when command failed ([865bf2e](https://github.com/vivliostyle/vivliostyle-cli/commit/865bf2e))
373
- - test: add test ([7512f9b](https://github.com/vivliostyle/vivliostyle-cli/commit/7512f9b))
374
- - test: checks if savepdf generates pdf without err ([9694093](https://github.com/vivliostyle/vivliostyle-cli/commit/9694093))
375
- - test: invoke test before push ([62b5b87](https://github.com/vivliostyle/vivliostyle-cli/commit/62b5b87))
376
- - feat: mvp ([683c5de](https://github.com/vivliostyle/vivliostyle-cli/commit/683c5de))
377
-
378
- ### BREAKING CHANGE
379
-
380
- - command has been changed from savepdf to vivliostyle
381
-
382
- ## <small>1.2.7 (2019-03-11)</small>
383
-
384
- - :arrow_up: version 1.2.2 ([d07dfe1](https://github.com/vivliostyle/vivliostyle-cli/commit/d07dfe1))
385
- - :arrow_up: version 1.2.3 ([8f8cc72](https://github.com/vivliostyle/vivliostyle-cli/commit/8f8cc72))
386
- - :arrow_up: version 1.2.4 ([60987a6](https://github.com/vivliostyle/vivliostyle-cli/commit/60987a6))
387
- - :arrow_up: Version 1.2.5 ([5cf0999](https://github.com/vivliostyle/vivliostyle-cli/commit/5cf0999))
388
- - :arrow_up: Version 1.2.6 ([326e6b7](https://github.com/vivliostyle/vivliostyle-cli/commit/326e6b7))
389
- - :arrow_up: Version 1.2.7 ([358e96b](https://github.com/vivliostyle/vivliostyle-cli/commit/358e96b))
390
- - add 'root' cli option ([47773a1](https://github.com/vivliostyle/vivliostyle-cli/commit/47773a1))
391
- - Add book mode ([c34a99c](https://github.com/vivliostyle/vivliostyle-cli/commit/c34a99c))
392
- - Add Dockerfile ([c86c03f](https://github.com/vivliostyle/vivliostyle-cli/commit/c86c03f))
393
- - Bump dependency versions ([8f4c4e3](https://github.com/vivliostyle/vivliostyle-cli/commit/8f4c4e3))
394
- - Bump up dependency versions ([22d8b0f](https://github.com/vivliostyle/vivliostyle-cli/commit/22d8b0f))
395
- - change option order / pass root option to preview mode ([913f20d](https://github.com/vivliostyle/vivliostyle-cli/commit/913f20d))
396
- - fix index path in save.js ([3061be8](https://github.com/vivliostyle/vivliostyle-cli/commit/3061be8))
397
- - fix listen address to localhost ([43d40ca](https://github.com/vivliostyle/vivliostyle-cli/commit/43d40ca))
398
- - Fix parsing preset size ([5f2a7c5](https://github.com/vivliostyle/vivliostyle-cli/commit/5f2a7c5))
399
- - Improve preview page navigator ([016899a](https://github.com/vivliostyle/vivliostyle-cli/commit/016899a))
400
- - Integrate MathJax ([db5b2eb](https://github.com/vivliostyle/vivliostyle-cli/commit/db5b2eb))
401
- - Make configurable loading mode ([068ed0b](https://github.com/vivliostyle/vivliostyle-cli/commit/068ed0b))
402
- - remove part of query string from path ([e5021f6](https://github.com/vivliostyle/vivliostyle-cli/commit/e5021f6))
403
- - Show app version in preview page ([afeeea3](https://github.com/vivliostyle/vivliostyle-cli/commit/afeeea3))
404
- - support to flattened node_modules ([d3bc592](https://github.com/vivliostyle/vivliostyle-cli/commit/d3bc592))
405
- - Update to show the vivliostyle version ([3fa880d](https://github.com/vivliostyle/vivliostyle-cli/commit/3fa880d))
406
- - Update urls for Vivliostyle.org ([f89a326](https://github.com/vivliostyle/vivliostyle-cli/commit/f89a326))
407
-
408
- ## <small>1.2.1 (2017-12-08)</small>
409
-
410
- - :arrow_up: version 1.2.1 ([7b020bd](https://github.com/vivliostyle/vivliostyle-cli/commit/7b020bd))
411
- - add --no-sandbox option ([d4e51bd](https://github.com/vivliostyle/vivliostyle-cli/commit/d4e51bd))
412
- - add a guide message in case of ECONNREFUSED error ([5ec588e](https://github.com/vivliostyle/vivliostyle-cli/commit/5ec588e))
413
- - add a guide message in case of ECONNREFUSED error in headless mode ([67bdf64](https://github.com/vivliostyle/vivliostyle-cli/commit/67bdf64))
414
- - Fix error handling ([2e7648a](https://github.com/vivliostyle/vivliostyle-cli/commit/2e7648a))
415
- - make previewer enable to launch without sandbox ([bf2727d](https://github.com/vivliostyle/vivliostyle-cli/commit/bf2727d))
416
- - make save.js enable to launch without sandbox ([caca589](https://github.com/vivliostyle/vivliostyle-cli/commit/caca589))
417
-
418
- ## 1.2.0 (2017-11-21)
419
-
420
- - :arrow_up: version 1.2.0 ([a43717e](https://github.com/vivliostyle/vivliostyle-cli/commit/a43717e))
421
- - Add preview mode ([a4acbe1](https://github.com/vivliostyle/vivliostyle-cli/commit/a4acbe1))
422
- - Fix print CSS ([60f9c09](https://github.com/vivliostyle/vivliostyle-cli/commit/60f9c09))
423
- - Improve broker page ([e86d410](https://github.com/vivliostyle/vivliostyle-cli/commit/e86d410))
424
- - Update package ([a838577](https://github.com/vivliostyle/vivliostyle-cli/commit/a838577))
425
-
426
- ## 1.1.0 (2017-08-02)
427
-
428
- - :arrow_up: version 1.1.0 ([5fa41c8](https://github.com/vivliostyle/vivliostyle-cli/commit/5fa41c8))
429
- - Add page size option ([32d89b4](https://github.com/vivliostyle/vivliostyle-cli/commit/32d89b4))
430
- - Create LICENSE ([ee6d44e](https://github.com/vivliostyle/vivliostyle-cli/commit/ee6d44e))
431
- - Implement very simple script ([a748e18](https://github.com/vivliostyle/vivliostyle-cli/commit/a748e18))
432
- - Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))