- Updated dependencies
- Updated dependencies
- Removed support for Node.js 14 (min version is now 16)
- Added support for most recent version of
typedoc
- Updated dependencies
- Fixed issue with markdown links using hash properties (#12)
- Added support for reStructuredText (#7)
- Updated dependencies
- Fixed SPA mode on example page
- Fixed issue with
__generated__
folder in npm package - Updated to Piral 0.15
- Fixed exclude filter
- Added support for AsciiDoc (#6)
- Fixed handling of file extensions (ignore case)
- Improved initial scaffolding of new doclets
- Changed the exported doclet API to be more explicit
- Added new
teardownDoclet
API for doclets
- Fixed issue with shared dependencies on auto doclets via
@pidoc/core
- Fixed handling of
@pidoc/core
as empty documentation shell
- Fixed issue with no JS robot not showing
- Fixed issue in layout with long version number
- Added adjustable images for dark mode (#8) [@RishiKumarRay]
- Added versioned output as default via
--versioned
(#2) - Added multi language support (#4)
- Improved
useMenuItems
(#11) [@carvinlo] - Improved change handlers (#3)
- Fixed missing types in type renderer
- Updated dependencies
- Fixed issue with most recent TypeDoc not showing types
- Removed previously unused styling
- Fixed issue with
publicPath
in Markdown links - Improved styling of header section
- Added optional dark mode (with auto detection)
- Added
getPageLayout
for backwards compatibility
- Added backwards compatibility support
- Improved exported typings of
pidoc
- Improved doclet quick fix
- Improved debugging in monorepo
- Added support for
doclet
in package.json
- Added
sdk-raw
subcommand - Fixed issue with long section navigation
- 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 task lists
- Added support for Markdown (arbitrary) file inclusions
- Added dedicated components package
@pidoc/components
- Renamed
piral-docs-tools
to@pidoc/core
- Introduced new
pidoc
package
- Fixed relative paths in Windows
- Fixed checking for
container
- Added HTML modification during debug
- Fixed missing
relative
import - Fixed codegen paths on Windows to use posix
- Handle SPA / relative links in Markdown correctly
- Support for webpack with SASS variables
- Improved docs generation
- Added ability to configure the bundler
- Fixed the pilet watch command
- Added aliases for the build commands
- Fixed HTML transformation in emulator build
- Added error output when commands fail
- 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
- Fixed issue with empty generated folder
- Introduced write flush optimization
- Improved multiple-pass compiler
- Added
publicPath
to config - Added
unregister...
APIs
- Fixed issue with doclet generator
- Added template annotation
- Improved standard scaffold template
- Improved dependencies of generated file
- Optimized for single pass code generation before building
- Fixed invalid file filter with includes and excludes
- Improved links
- Updated dependencies
- Changed format of generators
- Added missing modules from
main
- Added
InfoBar
andBreadcrumbs
(optional) components - Improved redirect handling
- Added
skipEditLabel
option to avoid placing the edit label - Added
sass
field and made SASS variables easier to overwrite - Added more possibilities of changing the default styles
- Added HTML generator
- Improved HTML and React generator using front matter
- Made changelog optional
- Allow overriding the version
- Allow overriding the last update date
- Fixed styling of TOC
- Fixed multiple search entries
- Improved loading TOC bar
- Improved generator component order
- Improved styling
- Fixed issue in hash hook
- Added React generator
- Fixed scaffolding issues
- Enhanced pilet generator
- Added
layouts
option - Added
registerSearchProvider
API - Improved generated dev dependencies
- Fixed missing
app
field - Improved SDK creation
- Added draft for pilet codegen
- Fixed missing plugins
- Re-export type of
PiletApi
- Added doclet API
- Restructured sitemap
- Added
styles
option - Extended markdown with div syntax
- Improved content page
- Allow HTML in markdown
- Extended markdown with attribute helper
- Added
sorting
option to standard generators
- Included
setup
helper - Added
sdk
build
- Refactored route system
- Use
sass:math
module for calculations
- Restructured configuration
- Declared more peer dependencies
- Use Piral for dynamic documentation
- Fixed issue with version codegen
- Added optional
filterFile
for filtering the sitemap - Improved types
- Improved meta generation
- Fixed invalid markdown content
- Added
watch
command - Extracted
Footer
andLogo
- Fixed issues in types and sitemap
- Defined initial generators
- Define tooling package
- Working draft release
- Initial draft release