Skip to content

Releases: senchalabs/jsduck

4.0 beta 2

09 Oct 09:51
Compare
Choose a tag to compare
4.0 beta 2 Pre-release
Pre-release

Second 4.0 beta.

4.0 beta

09 Oct 09:52
Compare
Choose a tag to compare
4.0 beta Pre-release
Pre-release

Initial 4.0 beta

3.11.1

09 Oct 09:56
Compare
Choose a tag to compare
  • Improve fatal error handling.
  • Avoid crash when guide not found.
  • Default value of --title option changed from "Sencha Docs - Ext JS" to "Ext JS - Sencha Docs".

3.11.0 Much improved SCSS variables/mixins support

09 Oct 09:58
Compare
Choose a tag to compare
  • 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

09 Oct 09:59
Compare
Choose a tag to compare
  • 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

09 Oct 09:58
Compare
Choose a tag to compare
  • Fix crash of recent comments page when no comments.
  • Implement sorting of recent comments by score.

3.10.3

09 Oct 09:59
Compare
Choose a tag to compare
  • Fix JS error on welcome page

3.10.2

09 Oct 10:00
Compare
Choose a tag to compare
  • Fix default ExtJS path for inline examples.
  • Fix header icon for singleton components.
  • Fix overly large size of Windows executable.

3.10.1

09 Oct 10:01
Compare
Choose a tag to compare
  • 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

09 Oct 10:03
Compare
Choose a tag to compare
  • Added --tests option which creates testing page for all inline examples. If you have you own eg-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.