Releases: JeevanJames/codewriter
Releases · JeevanJames/codewriter
1.3.0
Change Log
- [Enhancement] The
multiLineCommentwill fallback to callingcommentmultiple times if it is not configured. - [Enhancement] Added an
elsemethod to invert the condition in anif-endIfblock. - [Feature] Added
CodeWriteroption for choosing between space and tab indentation. - [Feature] Added language options for Python.
- [Misc] Updated documentation
CodeWriter 1.2.0
Change Log
- [Feature] Added a new configurable method
docCommentto generate single documentation comments. - [Feature] Add two new functions
ifandendIfto create the concept of condition blocks. - [Feature]
iteratemethod's callback argument now accepts a fourth argument that contains the current iteration index (zero-based). - [Feature] Added
OptionsLibraryproperties for C and C++.
CodeWriter 1.1.0
Change log
- [Feature] Added support for custom-defined starting and ending blocks.
- Two new methods added to the
CodeWriterclass -startBlockandendBlock. - Two new properties added to the
CodeWriterOptionsinterface, both function types -startBlockandendBlock.
- Two new methods added to the
- [Feature] Added predefined option sets for the C family of languages, including C#, Java, JavaScript and Typescript.