Releases: smapiot/pidoc
Releases · smapiot/pidoc
0.13.0
- Improved CLI commands (support for flags etc.)
- Added support for templates
- Added types of config
- Added support for
Header
andSectionNav
component - Added automatic redirect to first chapter for
/
- Added option for static files (
staticDir
) - Added support for Markdown tasklists
- Added support for Markdown (arbitrary) file inclusions
- Added dedicated components package
@pidoc/components
- Renamed
piral-docs-tools
to@pidoc/core
- Introduced new
pidoc
package
0.12.6
- Fixed relative paths in Windows
0.12.5
- Fixed checking for
container
- Added HTML modification during debug
0.12.4
- Fixed missing
relative
import - Fixed codegen paths on Windows to use posix
- Handle SPA / relative links in Markdown correctly
0.12.3
- Support for webpack with SASS variables
- Improved docs generation
- Added ability to configure the bundler
0.12.2
- Fixed the pilet watch command
- Added aliases for the build commands
0.12.1
- Fixed HTML transformation in emulator build
- Added error output when commands fail
0.12.0
- Removed dependency on
piral-cli-parcel
(now works with any bundler) - Improved codegen imports to consistently use ESM
- Added CLI commands for building a pilet
- Added auto support for
publicPath
in router
0.11.5
- Fixed issue with empty generated folder
- Introduced write flush optimization
0.11.4
- Improved multiple-pass compiler
- Added
publicPath
to config - Added
unregister...
APIs