Skip to content

v0.17.0

Compare
Choose a tag to compare
@thombashi thombashi released this 08 Jan 02:54
· 1626 commits to master since this release
  • Add type hint interface to writer classes
  • Improve data type detection
  • Add get_variable_name method to source code writers to provide an interface that retrieves variable names to be written
  • Add an interface to change variable declaration type to JavaScriptTableWriter class
    • Change default variable declaration type from var to const