Skip to content

Releases: workleap/wl-openapi-typescript

@workleap/[email protected]

26 Nov 15:09
e6df437

Choose a tag to compare

Patch Changes

  • #53 c68c022 Thanks @jgclement91 Fix duplicate type alias generation for enum declarations with special characters. The toSafeName function now uses PascalCase transformation to match openapi-typescript's enum naming convention, ensuring that enums with hyphens, dots, or other special characters (e.g., "user-status"UserStatus) are correctly filtered out when generating type aliases.

@workleap/[email protected]

22 Oct 20:48
dc59dda

Choose a tag to compare

Patch Changes

@workleap/[email protected]

15 Aug 15:27
41e2b4f

Choose a tag to compare

Minor Changes

Patch Changes

@workleap/[email protected]

24 Jul 18:32
74aa4d0

Choose a tag to compare

Minor Changes

  • #15 b522f5d Thanks @tjosepo! - Add watch mode

  • #16 dde9873 Thanks @tjosepo! - [BREAKING] outfile option is now outdir

  • #10 868734a Thanks @tjosepo! - [BREAKING] Major overhaul to configurations.

    The following command line arguments are no longer supported:

    • --additionalProperties
    • --alphabetize
    • --arrayLength
    • --defaultNonNullable
    • --propertiesRequiredByDefault
    • --emptyObjectsUnknown
    • --enum
    • --enumValues
    • --excludeDeprecated
    • --exportType
    • --help
    • --immutable
    • --pathParamsAsTypes

    These options now need to be declared in the create-schemas.config.ts file using the openApiTsOptions property.

  • #16 dde9873 Thanks @tjosepo! - Add openapiFetchPlugin plugin for client generation (requires openapi-fetch
    package)

  • #16 dde9873 Thanks @tjosepo! - Add a new plugin system

Patch Changes

0.1.1

17 Jun 14:25
8f5c0cf

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/gsoft-inc/wl-openapi-typescript/commits/0.1.1