Skip to content

Latest commit

 

History

History
85 lines (37 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

85 lines (37 loc) · 2.86 KB

2.0.0 (2021-04-04)

  • Merge pull request #47 from gkinsman/switch-to-modules (0cad8f1), closes #47

BREAKING CHANGES

  • Switch off module nesting by default

1.5.0 (2019-04-01)

Features

1.4.2 (2019-02-27)

Bug Fixes

  • api: add net45 target for pre-netcore solutions (a7ea20f)

1.4.1 (2018-11-25)

Bug Fixes

  • api: Don't render comments for enums if the enum has already been rendered (9d9c64a)

1.4.0 (2018-11-24)

Features

  • api: Add support for decorating types (28a6213)

1.3.0 (2018-11-24)

Features

  • api: Add support for types implementing raw IDictionary (46062a7)

1.2.1 (2018-11-24)

Bug Fixes

  • api: Don't render enums twice if they appear in separate objects (e972977)

1.2.0 (2018-11-17)

Features

  • api: Add support for generics (a3f96e3)
  • api: added support for inheritance thanks to @Lavinski (e9b4b6e)

1.1.1 (2018-10-17)

Bug Fixes

  • me: learn to use semantic merge. (29feac0)

1.1.0 (2018-09-25)

Bug Fixes

  • api: change representation of nullable types to union with null instead of optional parameter (c31ec95)

Features

  • api: add configuration to specify that fields may also be included as well as properties using WithTypeMembers (ae80e25)

1.0.0 (2018-09-13)

Features