Skip to content

Releases: JeevanJames/codewriter

1.3.0

07 Oct 08:58

Choose a tag to compare

Change Log

  • [Enhancement] The multiLineComment will fallback to calling comment multiple times if it is not configured.
  • [Enhancement] Added an else method to invert the condition in an if-endIf block.
  • [Feature] Added CodeWriter option for choosing between space and tab indentation.
  • [Feature] Added language options for Python.
  • [Misc] Updated documentation

CodeWriter 1.2.0

30 Sep 11:00

Choose a tag to compare

Change Log

  • [Feature] Added a new configurable method docComment to generate single documentation comments.
  • [Feature] Add two new functions if and endIf to create the concept of condition blocks.
  • [Feature] iterate method's callback argument now accepts a fourth argument that contains the current iteration index (zero-based).
  • [Feature] Added OptionsLibrary properties for C and C++.

CodeWriter 1.1.0

28 Sep 06:38

Choose a tag to compare

Change log

  • [Feature] Added support for custom-defined starting and ending blocks.
    • Two new methods added to the CodeWriter class - startBlock and endBlock.
    • Two new properties added to the CodeWriterOptions interface, both function types - startBlock and endBlock.
  • [Feature] Added predefined option sets for the C family of languages, including C#, Java, JavaScript and Typescript.