Releases: marp-team/marp-cli
Releases · marp-team/marp-cli
v0.0.11
Added
- Add server mode provided by
--server
(-s
) option (#27) - Add fonts for internationalization to Docker image (#26)
Changed
- Recognize theme CSS in input directory specified by
--input-dir
(-I
) option (#28) - Upgrade dependent packages to latest version, includes Marpit v0.1.3 and marp-team/marp-core v0.0.10 (#29)
v0.0.10
Added
- Add
--theme-set
option to use additional theme CSS files (#21) - Support auto reloading of additional theme CSS in watch mode (#22)
- Override theme by file path of theme CSS in
--theme
option (#23, #24)
Changed
- Upgrade Marpit v0.1.2 and marp-team/marp-core v0.0.9 (#25)
- Upgrade dependent packages to latest version with many update of settings (#25)
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
Added
- Support Marp core's fitting header by including browser bundle to exported PDF (#1)
- Add tests to fill global minimum coverage
Removed
- Make a sweep much advanced CLI options:
--engine
,--engine-name
.
These options will become to be configurable by JavaScript conf file in future.