- Add optional
siteMapRoot
option to generate a sitemap [#2]
- Display documentation search results as a tree [#1]
- Replace
elasticlunr
withfuse.js
to improve some search results [#3]
- Stop transforming various tokens (like
(c)
for the copyright logo or...
for the ellipsis)
- Total overhaul of CLI tool options and of the JavaScript API
- Update anchor syntax rule to make it more compatibe to GitHub's and GitLab's own generator
- In local configurations, remove otherVersionsLink in profit of version.link
- Check validity of anchor links and display verbose warning when not available
- Add
defaultOpen
property to page groups in local configurations - Add
clean
JS and CLI option - Authorize http(s) url in media resources
- Pages: Avoid hiding header when content is not scrollable
- Fix false positives in table of contents generation
- Make search also work for text without the right header hierarchy
- Forbid copy of local media resources not inside the root directory for security
- Pages: content is now centered and has a higher minimal width
- Pages: don't underline the version number if there's no link
- Add documentation pages for README
- Stop generating XHTML as output
- Rename project to README, and move it under a canalplus scope on npm to facilitate inside contributions
- Fix multiple quick smooth navigation between inner links
- Fix documentation page's script soft navigation
- Fix header links when navigating in sub directories
- Rewrote in TypeScript with now type declarations
- NodeJS API (as an import and no more as a script)
- Remove mention of "RxPlayer" in page titles
- Various minor CSS fixes
- Fix placement of search icon
Initial release