Skip to content

Releases: hey-api/openapi-ts

@hey-api/openapi-ts@0.89.0

11 Dec 12:15
e552086

Choose a tag to compare

Minor Changes

Prefer named exports

This release changes the default for index.ts to prefer named exports. Named exports may lead to better IDE and bundler performance compared to asterisk (*) as your tooling doesn't have to inspect the underlying module to discover exports.

While this change is merely cosmetic, you can set output.preferExportAll to true if you prefer to use the asterisk.

export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: {
    path: 'src/client',
    preferExportAll: true,
  },
};

Removed symbol:setValue:* events

These events have been removed in favor of node:set:* events.

Patch Changes

@hey-api/codegen-core@0.4.0

11 Dec 12:15
e552086

Choose a tag to compare

Minor Changes

@hey-api/openapi-ts@0.88.2

10 Dec 01:50
bde3c66

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.88.1

07 Dec 23:51
f5ffe10

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.88.0

19 Nov 21:48
ac3c026

Choose a tag to compare

Minor Changes

Removed compiler and tsc exports

This release removes the compiler utility functions. Instead, it introduces a new TypeScript DSL exposed under the $ symbol. All plugins now use this interface, so you may notice slight changes in the generated output.

@hey-api/openapi-ts@0.87.5

14 Nov 10:29
20ae597

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.87.4

13 Nov 05:22
06ed518

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.87.3

12 Nov 23:50
afb50d2

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.87.2

11 Nov 14:33
caf79e8

Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.87.1

06 Nov 19:07
520251d

Choose a tag to compare

Patch Changes