Releases: vojtechhabarta/typescript-generator
Releases · vojtechhabarta/typescript-generator
v2.12.476
- Specify input classes by interface they implement (
classesImplementingInterfaceparameter) (#301) - Preserve indentation in Javadoc, allowing code examples to be formatted correctly (#305)
Thanks for contribution/feedback: @clamothe, @astral303
v2.11.472
v2.10.466
- Updated
typescript-generator-coremodule dependencies and build plugins Map.EntryJackson shapesNATURALandOBJECT(#290)- Enum used in
@QueryParamis now generated as expected (#266) excludePropertyAnnotationsparameter (#251)- Closing class loaders created in build plugins (#296)
- Incompatible changes:
Thanks for contribution/feedback: @aspirisen, @fridoo, @jdussouillez, @krezovic, @dhakehurst, @richturner
v2.9.456
- Generate valid resource path-param identifier (#287)
JsonNodeconsistent mapping toanytype (#289)- Reuse enums and type alisases in dependent modules (#284)
- this can be minor breaking change if generating dependent modules and some enum or type alias is used from a module were it is missing now (because of the reuse from another module)
- Ignore
BeanParamparameters when looking for entity parameter (#291)
Thanks for contribution/feedback: @krejciOndrej, @thepian, @antch, @richturner
v2.8.449
v2.7.447
- Dependent modules (#276)
- Swagger optional/required properties (#271)
- Asynchronous JAX-RS (#269, #275)
- Numbers in enum
@JsonValuemethods (#274) - Suppress generating of
tslint:disablecomment -noTslintDisableparameter (#272) - Improvement in
ClassEnumExtension(#270) - Jackson2 auto-detect visibility configuration -
jackson2Configurationparameter (#262) - FastClasspathScanner updated to ClassGraph (#257, #261)
Thanks for contribution/feedback: @cjnygard, @chinhodado, @jtoplak, @danielkaneider, @Phil-Ba, @dlangerenken
v2.6.433
- Ability to specify input classes using annotations -
classesWithAnnotationsparameter (#242) - Support
@JsonUnwrappedused on backing fields (#247) - Conditionally use non-
constenums based on annotation (#248, #249) - Extension point before
TsModelgeneration (#255)
Thanks for contribution/feedback: @Idane, @steve-oakey, @danielkaneider
v2.5.423
v2.4.418
v2.3.415
Thanks for contribution/feedback: @JamesGuthrie, @Xceno