mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
1.1 KiB
1.1 KiB
0.4.1 / 2011-04-21
- Fixed error context
0.4.0 / 2011-04-21
- Added; ported jade's error reporting to ejs. [slaskis]
0.3.1 / 2011-02-23
- Fixed optional
compile()options
0.3.0 / 2011-02-14
- Added 'json' filter [Yuriy Bogdanov]
- Use exported version of parse function to allow monkey-patching [Anatoliy Chakkaev]
0.2.1 / 2010-10-07
- Added filter support
- Fixed cache option. ~4x performance increase
0.2.0 / 2010-08-05
- Added support for global tag config
- Added custom tag support. Closes #5
- Fixed whitespace bug. Closes #4
0.1.0 / 2010-08-04
- Faster implementation [ashleydev]
0.0.4 / 2010-08-02
- Fixed single quotes for content outside of template tags. [aniero]
- Changed;
exports.compile()now expects only "locals"
0.0.3 / 2010-07-15
- Fixed single quotes
0.0.2 / 2010-07-09
- Fixed newline preservation
0.0.1 / 2010-07-09
- Initial release