Skip to content

Releases: palantir/conjure-typescript

5.8.0

20 Dec 14:39
5.8.0
8ccf9eb
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed an issue where importing errors was causing the generator to crash (#300)

5.7.0

18 Dec 17:28
5.7.0
84ead98
Compare
Choose a tag to compare

💡 Improvements

  • Change documented error types in JSDoc to reference the actual generated error types by Conjure (#299)

5.6.0

25 Nov 15:33
5.6.0
50a71ca
Compare
Choose a tag to compare

No documented user-facing changes

5.5.0

22 Feb 19:04
0224fb5
Compare
Choose a tag to compare
Type Description Link
Feature Default generated typescript is difficult to work with in a project with strict readonly usage, often requiring casting from readonly arrays to mutable arrays to make service calls. Added --readonlyInterfaces generation option to emit types with readonly fields and arrays. #219
Improvement Carry Configured Service Optionality Through to Generated package.json

## Before this PR
Service optionality was completely ignored

## After this PR
Now if you configure something as optional it should be reflected in the TS dep (this is already true for Java)

## Possible downsides?
Doesn't generate retroactively, so there is probably tons of boilerplate
#238

5.4.0

21 Apr 13:53
7bf4c03
Compare
Choose a tag to compare
Type Description Link
Improvement Convert aliases into flavoured types #189

5.3.0

19 Jan 02:37
7b824f4
Compare
Choose a tag to compare

Automated release, no documented user facing changes

5.2.0

06 Dec 15:38
b22d93c
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade typescript/webpack versions #184

5.1.0

17 Sep 18:56
ac00a7d
Compare
Choose a tag to compare
Type Description Link
Fix Fix a regression introduced in #170 that resulted in generated code being incorrect for empty enums. #176

5.0.0

15 Sep 15:57
67dbf16
Compare
Choose a tag to compare
Type Description Link
Break Add module to reserved keywords. This can break generated types with fields called module which get renamed to module_. #167

4.10.0

15 Sep 09:28
fc1d326
Compare
Choose a tag to compare
Type Description Link
Improvement Generate more lenient enums. #170