New features:
- Add option for modifying output file names and contents dynamically.
Breaking changes:
- Docusaurus v2.0.0-beta.15 or newer is now required.
Bug fixes:
- Fix issue with multiple slashes in the URL (fixed by @essential-randomness in #31).
Features:
- Added the ability to customize the Axios request configuration (fixes #26).
- Replaced
chalk
withpicocolors
, which has a smaller install size and faster API. - Improved the readability of the options section in the readme.
- Reduced install size by excluding TypeScript build metadata.
Bug fixes:
- Removed the optional marker from the type of the
documents
option.
Breaking changes:
docsIntegration
andblogIntegration
have been removed in favor of just settingoutDir
(which is a lot more flexible).outputDirectory
has been renamed tooutDir
.name
is now a required option (dictates CLI command name).- Documents now must have proper file extensions,
.md
is no longer added by default.
Other changes:
- Switch to yarn v3.1.1.
- Updated dependencies.
- Updated code style to use 4 spaces instead of 2.
- Bug fix: documents with subdirectories in their paths will now automatically ensure the subdirectories are created (reported by @fill-the-fill).
- Update Axios to prevent security warnings
- Require Node.js v12
- Added
outputDirectory
option to control which folder the downloaded content is put in - Updated TypeScript compiler target to reduce polyfill bloat
- Internal refactoring to simplify code
- Add more documentation and metadata
- Throw an error if both integrations are enabled at the same time