Th Jun 12 2014
- Fix Disabling
whitespace-after-token
(Thanks, @despairblue!)
Mon Apr 28 2014
- Add support for parsing CSON files (Thanks, @erikmueller!)
Wed Mar 18 2014
- Add
whitespace-after-token
option (Thanks, @novemberborn!)
Wed Feb 19 2014
- Fix RepositoryURL Fallback
Mon Feb 10 2014
- Add Thin style with bright colors and sharp fonts: Screenshot
- Correctly link to latest source files on Github and Bitbucket (git repos)
- Add copyright and license doc tags
Sat Feb 08 2014
- Add
--indexes
option to generate subdirectory index files (default:Readme.md
gets rendered asindex.html
) - Fix doc tags order messing up markdown
- Automatically retrieve repository URL from
package.json
Mon Feb 03 2014
- Adds nice error messages à la plumber
- incl. file path
- with stack traces on
--verbose
- Add better page titles
- Fixes
index.js
and thusrequire('grock')
Sat Feb 01 2014
- Trim unnecessary newlines from highlighted code
- Fix searching headlines
- Improve tests and hopefully performance
Thu Jan 30 2014
- Render files without extension (treating them as JS)
- Trim HTML from headlines in TOC
- Always skip processing directories
- Don't crash on malformed doc tags
- Add more usage information to Readme file
Thu Jan 30 2014
- Precompile Templates
- Enhances performance
- Styles can use any templating library
- Solarized uses
lodash
templates now (this removesjade
dependency) - CoffeeScript 1.7 makes chained function calls more pretty (e.g. in streams and
.pipe
s) - Speed things up a bit by skipping
highlight.js
andmarked
for files without code or comments (e.g..md
and.json
)
Sun Jan 26 2014
- Script to publish to Github Pages branch
- Optimize writing of table of contents file
Sat Jan 25 2014
- CLI arguments and
.groc.json
compliment each other - Remove
gulp-util
dependency - Solarized: Better responsive modes
- Solarized: Nicer directory index handling
- Solarized: Fix file title from headline
- Solarized: Readmes are fist files in directories
Mon Jan 20 2014
- Add missing log module
Mon Jan 20 2014
- Add file path above document, link to currnt file in repository
- Add checkbox lists in markdown (using
[ ]
and[x]
syntax) - Fix some broken words (using CSS' word-break)
Mon Jan 20 2014
Initial release.
Features so far:
- Take code files, output html files
- Split code and comments
- Highlight code (even in comments)
- Generate TOC as JSON file
- Render doc tags (like jsdoc)
- CLI docs,
.groc.json
config support - Default output style
- Based on Solarized
- Searchable file and headline list
- Responsive layout