2.0.0 (2021-04-04)
- Switch off module nesting by default
1.5.0 (2019-04-01)
- api: Member filtering (d2c9033)
1.4.2 (2019-02-27)
- api: add net45 target for pre-netcore solutions (a7ea20f)
1.4.1 (2018-11-25)
- api: Don't render comments for enums if the enum has already been rendered (9d9c64a)
1.4.0 (2018-11-24)
- api: Add support for decorating types (28a6213)
1.3.0 (2018-11-24)
- api: Add support for types implementing raw IDictionary (46062a7)
1.2.1 (2018-11-24)
- api: Don't render enums twice if they appear in separate objects (e972977)
1.2.0 (2018-11-17)
- api: Add support for generics (a3f96e3)
- api: added support for inheritance thanks to @Lavinski (e9b4b6e)
1.1.1 (2018-10-17)
- me: learn to use semantic merge. (29feac0)
1.1.0 (2018-09-25)
- api: change representation of nullable types to union with null instead of optional parameter (c31ec95)
- api: add configuration to specify that fields may also be included as well as properties using
WithTypeMembers
(ae80e25)
- api: Initial release! (2182307)