|
Jasy provides an API for writing build and deployment scripts.
The build scripts are normal Python scripts which include the Jasy-API and defines tasks.
Jasy is based on the mature JavaScript parser Narcissus (Spidermonkey) by Mozilla.
What's New in This Release: [ read full changelog ]
· Improved support for deep object documentation (e.g. defining a parameter x which is a map with the keys foo and bar)
· Improved comment processing: Made the text to HTML conversion lazy so that it is not done during parsing the class, but at generating API docs. Improves initial performance.
· Improved parsing/outdenting of code comments (comments which contain actual code) to not raise warnings
· Fixed detecting size of JPEGs directly saved via Photoshop
· Fixed output to log file
· Fixed getProjectByName to actually use the correct active session project and not simply the first found.
· Fixed project references in "requires" which uses shell shorthands like ~ for the home directory
Via: jasy 0.7.4
0 Comment:
Post a Comment