Releases: senchalabs/jsduck
Releases · senchalabs/jsduck
4.0 beta 2
Second 4.0 beta.
4.0 beta
3.11.1
3.11.0 Much improved SCSS variables/mixins support
- An actual proper SCSS lexer.
- Improved auto-detection of SCSS variables.
- Support for
@throws
tag. - Allow
--ext-namespaces
to contain dots in names. - Notify when posting comment to inherited member.
3.10.5 Comments improvements
- Remember recent comments page settings.
- Hiding comments by current user.
- Remove comment action types.
- Improve comments date formatting.
- Fix regression in API search results sorting.
- Fix rendering of Google Closure compiler type annotations.
3.10.4 Comments server improvements
- Fix crash of recent comments page when no comments.
- Implement sorting of recent comments by score.
3.10.3
3.10.2
3.10.1
- Upgraded CodeMirror editor to 2.24 and enable line-wrapping when editing Markdown.
- Fix regressions with guides in previous version.
- Fix bug with it being possible to drag class overview page out of view.
- Fix inline examples in IE7/8.
- Fix toggling by package/inheritance in IE7/8.
- Style fixes for IE7/8.
3.10.0 Inline examples test page
- Added
--tests
option which creates testing page for all inline examples. If you have you owneg-iframe.html
file, then see the updated Inline examples section in Advanced usage guide. - Added
--export=examples
option which exports inline examples as JSON. - Added
--no-source
option which disables output of source files and hides related links. - Switch from Typekit to Google Web Fonts - heading font is no more restricted to just sencha.com.
- Allow Docs app to run inside iframe.
- Fix navigation to hidden members.
- Various style fixes.