Skip to content

CodeGen 5.8.1

Compare
Choose a tag to compare
@SteveIves SteveIves released this 02 Feb 23:11
· 191 commits to master since this release

CodeGen Release Notes

  • We added the ability to define the minimum version of CodeGen that is required by your environment by setting the CODEGEN_MIN_VERSION environment variable.
  • We added support for generating sample data (JSON formatted) for structure parameters when using <PARAMETER_SAMPLE_DATA>.
  • We added a new method loop expansion token <METHOD_RETURN_SAMPLE_DATA>.
  • We corrected an issue that was preventing the -checkversion and other related operations from operating correctly.
  • We altered the <INTERFACE_NAME> token to support all case variations.
  • We changed the output of the <PARAM_TSTYPE> token to be consistent with the documentation by emitting structure names in camelCase rather than PascalCase.
  • We added a new mechanism for dealing with literal key segment values that require trailing spaces to be included as part of the literal value. This change can alter the output of the <SEGMENT_LITVAL> and <LITERAL_SEGMENT_VALUE> expansion tokens.
  • This version of CodeGen was built with Synergy/DE 12.0.1.3272 and requires a minimum of version 10.1.1 to operate.