Releases: palantir/typescript-service-generator
0.4.0
0.3.0
Bumps typescript-generator version to pick up enum constants extension (now used by default)
Adds functionality to merge service classes together
Adds functionality to filter which endpoints are generated
0.2.0
Bumps the typescript-generator version
this is a significant backcompat break as the format for enums has changed considerably to make them more type safe
Added means for resolving endpoint naming collisions
0.1.10
generateTypescriptService now takes a list of classes to additionally output
0.1.9
Support for generating service classes, not just interfaces
Support for jersey annotated methods without paths (takes the class path annotation)
0.1.8
fix bug with previous release related to generating duplicate method names
0.1.7
config point for describing what happens for duplicate java names
0.1.6
Path parameters can now be objects
0.1.5
Added warning for duplicate method names
endpoint name in http options
0.1.4
switch to jackson version 2 for better type outputting
generated interfaces now default to start with "" and not "I" (backcompat break)
generated classes now end with "Impl" (backcompat break)
better docs