Skip to content

0.5.0: Full Markdown support, watcher, GitHub auth

Compare
Choose a tag to compare
@robhrt7 robhrt7 released this 12 Mar 15:28
· 271 commits to master since this release

We continue improving SourceJS engine, adding new features and stabilising previous ones. With new release pace, we are trying to deliver updates every month, following semantic versioning rules.

Follow our milestones and branch updates to stay in sync with upcoming features.

In this update

  • Full markdown support for both <markdown> tag and *.md files instead of index.src http://sourcejs.com/docs/markdown
  • Watcher for info.json changes to optimize file-tree parser calls (check notes, if you want to revert this feature)
  • Specs are now available only by path url like http://sourcejs.com/docs/base, and direct links with index.src, index.md on the end, will point to file source
  • Removed unused LESS middleware
  • Updated express logger and other improvements

Turned off by default

GitHub authorization integration http://sourcejs.com/docs/auth/

Notes

To turn off new watcher feature, and use cron task for re-indexing navigation, change core.watch.enabled, core.fileTree.mainPageTrigger, core.fileTree.cron in your user/options.js.