Skip to content

Releases: AdaskoTheBeAsT/Typewriter

v2.21.0

25 Nov 16:01
Compare
Choose a tag to compare
  • optimized output generation
  • create directory for output if it does not exists
  • simplified logic for long paths

v2.20.0

25 Nov 01:03
Compare
Choose a tag to compare
  • #37 sorted out long paths
  • #38 ability to get simple values from static readonly fields
  • version compatible with VS 17.8.1

v2.19.0

21 Nov 17:29
Compare
Choose a tag to compare
  • Added AssemblyName for sumbols

v2.18.0

14 Nov 23:12
Compare
Choose a tag to compare
  • compatible with VS 17.8.0

v2.17.0

27 Oct 07:44
Compare
Choose a tag to compare
  • remove BOM from generated files - closes issue in SonarQube

v2.16.0

02 Oct 14:41
Compare
Choose a tag to compare
  • added IsDictionary and IsDynamic to type
  • compatible with VS 17.7.4

v2.15.0

08 Sep 07:12
Compare
Choose a tag to compare
  • fix in empty guid #34 thanks to @Pekafu
  • updated libs
  • version compatible with VS17.7.3

v2.14.0

11 Aug 15:15
Compare
Choose a tag to compare
  • release compatible with VS 17.7.0
  • added possibility to disable "| null" types generation by using method DisableStrictNullGeneration

v2.13.0

01 Jul 18:54
Compare
Choose a tag to compare

v2.13.0

  • thanks to @ArtemDintecom Fixed IsDate property for nullable DateTime and DateTimeOffset
  • breaking change in classes which inherits from Param - please change AttributeCollection to IAttributeCollection

v.2.12.1

27 Mar 18:07
Compare
Choose a tag to compare
  • fixed regression with encodeUriComponent in nullable strings