v0.17.0
- 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
toconst
- Change default variable declaration type from