Releases: wshito/asciidoctor-chunker
Releases · wshito/asciidoctor-chunker
Release: v1.0.7
Release: v1.0.6
- Prevents page navigation with Shift+[Right/Left] arrow key.
Release: v1.0.5
- You can use without installation with
npx asciidoctor-chunker [single-html-file] -o [output-directory]
. - Properly handles data URLs.
- Properly handles the missing targets of in-document links.
- Supports Node v18.x.
- Up-to-date dependencies with security fixes.
- All the changes are now kept in
CHANGELOG.md
file. - Major refactoring for future maintenance.
Release: v1.0.4
- Added the keyboard shortcuts on page navigation with the arrow keys.
- Added the accessibility labels on page navigation for screen readers.
Release: v1.0.3
Fixed the security vulnerabilities from cheerio.js dependencies.
Release: v1.0.2
- added
--titlePage
option - fixed 2 vulnerabilities
Release: v1.0.1
- Released on npmjs.com
- Can be invoked as a shell script with shebang.
Release: v1.0.0
ready for ver1.0.0
Pre-Release: v1.0.0-alpha.0
The latest build with mostly implemented planned functions for v1.0.0.
The first JavaScript version
The page navigation has not been completed yet. But the extraction part works just fine.