- Drop old node.js support (v12+ required).
- Deps bump.
- Fix warnings in node.js v14.
- Pin stylus version to fix icons.
- Fix broken gh-ribbon link (after migrating jade -> pug).
- Replace
jade
withpug
. npm3
compatibility in template'sinclude
directives.
- Fix: allow specify direct file paths in params (regression in 4.0.0).
- Maintenance release.
- Refreshed dependencies, dropped outdated libs.
- Migrated to markdown-it.
- Minor styles tune.
- CS update + migrate to eslint.
- Removed all async code, API is also sync now
- Improved error reporting for invalid syntax (#72)
- Different syntax fixes
- Removed mincer, files are rendered directly
- Fixed signatures values (#70)
- Changed generated reference links names to full format
- Updated dependencies
- Completely rewritten syntax parser (jison -> pegjs)
- Improved error reporting
- Multiple fixes
- Fixed bug, that caused problems with new
argparse
- Updated dependencies
- Updated linting rules
- Fixed main index file path (when ndoc used as library)
- Updated dependencies versions
- Fixed name/prefix for nested event items. Thanks to @Sannis.
- Add
--alias <from>:<to>
option. Closes #58. - [API] cli.findFiles now support functions.
- Enhance
.ndocrc
reader to support comments.
Internal
methods are now skipped by default.- Stop on collisions, instead of warning
- Bundled mode (all doc in single file), layout/styles cleanup.
- Highlight on build time (no more hangs on big docs load)
- Ability to add github ribbon.
- Multiple folders/files support.
- Parcers/Generators can be attached as external modules
- Reorganized options (see new help).
- Options can be loaded from file now.
- Grand refactoring.
- Multiple bugfixes (see ussue tracker).
- Improve error reporting.
- Partial code cleanup.
- Fixed links to sources for windows (forced '' to '/'). Closes #37. Thanks to Sascha Drews (perfusorius).
- Updated
Marked
version. Now supports ``` blocks. Thanks to Christopher Jeffrey (chjj).
- Styled new tags (read-only, internal, chainable). Closes #11.
- Fixed signatures with complex params. Closes #30.
- Added events support,
- Added nested arguments support in signatures (for callbacks & iterators)
- Added back icons for global methods/properties
- Fixed highlight of last menu item after scroll, closes #17
- Fixed boilerplate layout
- Fixed missed slash in links to source code, closes #19
- Fixed default "view source" link for github
- Total refactoring + feature-complete now
- Skin rewrite
Prototype
as test
- First public release