Skip to content

Releases: jburzynski/TypeGen

1.1.2

25 Jul 13:21

Choose a tag to compare

Bugfixes:

  • I couldn't find exactly what was fixed, but it was probably something minor

1.1.1

25 Jul 13:20

Choose a tag to compare

Bugfixes:

  • wrong translation of project file names to DLL file names for projects with dots in their names

1.1.0

25 Jul 13:18

Choose a tag to compare

Bugfixes:

  • inability to annotate fields with TsDefaultValue and TsIgnore attributes

Features:

  • added option to specify converters as params array in converter collection's constructor (programmatical API)
  • created an interface for Generator class (programmatical API; for mocking when unit testing)
  • added ability to override TS type for a class member (TsType attribute)
  • added Get-Cwd option in CLI (shows the current working directory)

1.0.0

25 Jul 13:12

Choose a tag to compare

initial release