Releases: palantir/conjure-typescript
Releases · palantir/conjure-typescript
5.8.0
5.7.0
5.6.0
No documented user-facing changes
5.5.0
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
5.3.0
Automated release, no documented user facing changes