Releases: asciidoctor/asciidoctor-cli.js
Releases · asciidoctor/asciidoctor-cli.js
v3.5.0
- Show
--help
and--version
in usage (#149) - Add
data
directory in the npm package (#148) - Bump yargs from 15.3.1 to 16.2.0
- Update development dependencies
- Bump lodash from 4.17.15 to 4.17.21
- Bump hosted-git-info from 2.8.8 to 2.8.9
- Bump mocha from 7.1.1 to 8.4.0
- Bump chai from 4.3.3 to 4.3.4
- Bump sinon from 8.1.1 to 10.0.1
- Bump chai from 4.2.0 to 4.3.4
- Bump standard from 14.3.3 to 16.0.3
v3.4.0
- Add
--template-dir
(alias:-T
) option - Add
--template-engine
(alias:-E
) option
v3.3.0
- Output to stdout with empty string or dash (ie.
-o -
and-o ''
are now working) - Export an asynchronous static function to read from stdin
const data = await Invoker.readFromStdin()
-
Upgrade runtime dependencies
- Bump
yargs
from 13.2.2 to 15.3.1
- Bump
-
Upgrade development dependencies
- Bump
sinon
from 7.3.1 to 8.1.1 - Bump
mocha
from 5.1.1 to 7.1.1 - Bump
standard
from 12.0.1 to 14.3.3 - Bump
@asciidoctor/core
from 2.0.0-rc.1 to 2.1.1 - Bump
acorn
from 6.0.4 to 6.4.1
- Bump
v3.2.0
-
Disable boolean negation. Removes the following (non-supported) options:
--no-embedded
--no-section-numbers
--no-quiet
--no-trace
--no-verbose
--no-timings
--no-version
-
Use the new Timings API to remove Opal usage
v3.1.1
- do not force html5 as a backend
v3.1.0
- allow to override the
showVersion
orversion
function
class RevealJsInvoker extends Invoker {
version () {
return `Asciidoctor reveal.js 3.0.1 using ${super.version()}`
}
}
- deprecate static function
printVersion
- enable GitHub Actions to build the project
v3.0.2
- do not force a default doctype
- run
npm audit fix
(development dependency)
v3.0.1
- do not enable verbose mode if -v is specified as sole argument
v3.0.0
- Add an API to manipulate the CLI
v2.0.0
2.0.0