Skip to content

Releases: palantir/typescript-service-generator

0.13.0

02 Oct 20:53
cf66729
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.12.0

22 May 15:34
Compare
Choose a tag to compare
  • expose customTypeNaming and customTypeNamingFunction in typescript generator settings

0.11.0

21 Jun 16:29
Compare
Choose a tag to compare

Typescript generator version bumped to 1.26.333

0.10.0

19 May 21:48
Compare
Choose a tag to compare

The internal typescript-generator version has been bumped to 1.25.322. This has many changes (hopefully good) regarding generated types, many of which should be thought of as backcompat breaks.

0.9.0

26 Apr 00:32
Compare
Choose a tag to compare

Fix for missing service path annotations

0.8.0

21 Apr 19:40
Compare
Choose a tag to compare

Removes non-mandatory .ts extension for es6 module dependencies

0.7.0

20 Apr 04:36
Compare
Choose a tag to compare

Now recognizes some annotations to mean optional

0.6.0

18 Apr 18:41
Compare
Choose a tag to compare

Bumping typescript-generator

Gets a fix for a generic parent class bug
Gets a fix for invalid field names of generated interfaces

0.5.1

03 Apr 21:20
Compare
Choose a tag to compare

Hotfixing enum data param bug

0.5.0

03 Apr 19:43
Compare
Choose a tag to compare

better docs
BACKCOMPAT BREAK: renamed “mediaType” to “requestMediaType”. Also added another field “responseMediaType”. This should help avoid the confusion that gave rise to #38