Skip to content

Releases: asciidoctor/asciidoctor-cli.js

v3.5.0

22 May 16:58
Compare
Choose a tag to compare
  • 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

04 Apr 18:17
Compare
Choose a tag to compare
  • Add --template-dir (alias: -T) option
  • Add --template-engine (alias: -E) option

v3.3.0

27 Mar 14:57
Compare
Choose a tag to compare
  • 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
  • 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

v3.2.0

26 Jan 10:14
Compare
Choose a tag to compare
  • 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

19 Jan 14:41
Compare
Choose a tag to compare
  • do not force html5 as a backend

v3.1.0

19 Jan 14:41
Compare
Choose a tag to compare
  • allow to override the showVersion or version 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

19 Jan 14:38
Compare
Choose a tag to compare
  • do not force a default doctype
  • run npm audit fix (development dependency)

v3.0.1

19 Jan 14:37
Compare
Choose a tag to compare
  • do not enable verbose mode if -v is specified as sole argument

v3.0.0

19 Jan 14:35
Compare
Choose a tag to compare
  • Add an API to manipulate the CLI

v2.0.0

12 Apr 08:58
Compare
Choose a tag to compare
2.0.0