0.5.0: Full Markdown support, watcher, GitHub auth
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*.mdfiles instead ofindex.srchttp://sourcejs.com/docs/markdown - Watcher for
info.jsonchanges 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 withindex.src,index.mdon 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.