Skip to content

Releases: palantir/typescript-service-generator

0.4.0

31 Mar 08:02
Compare
Choose a tag to compare

Added support for ES6 modules

Thanks @rcchen

0.3.0

23 Mar 21:05
Compare
Choose a tag to compare

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

17 Mar 22:57
Compare
Choose a tag to compare

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

04 Mar 23:55
Compare
Choose a tag to compare

generateTypescriptService now takes a list of classes to additionally output

0.1.9

01 Mar 18:31
Compare
Choose a tag to compare

Support for generating service classes, not just interfaces
Support for jersey annotated methods without paths (takes the class path annotation)

0.1.8

26 Feb 23:35
Compare
Choose a tag to compare

fix bug with previous release related to generating duplicate method names

0.1.7

26 Feb 01:31
Compare
Choose a tag to compare

config point for describing what happens for duplicate java names

0.1.6

16 Feb 23:22
Compare
Choose a tag to compare

Path parameters can now be objects

0.1.5

23 Jan 01:33
Compare
Choose a tag to compare

Added warning for duplicate method names
endpoint name in http options

0.1.4

22 Jan 22:51
Compare
Choose a tag to compare

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