Releases: workleap/wl-openapi-typescript
Releases · workleap/wl-openapi-typescript
@workleap/[email protected]
Patch Changes
- #53
c68c022Thanks @jgclement91 Fix duplicate type alias generation for enum declarations with special characters. ThetoSafeNamefunction now uses PascalCase transformation to matchopenapi-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]
Patch Changes
- #48
076b09dThanks @copilot-swe-agent! - Update NPM publishing to use OIDC authentication
@workleap/[email protected]
@workleap/[email protected]
Minor Changes
-
#16
dde9873Thanks @tjosepo! - [BREAKING]outfileoption is nowoutdir -
#10
868734aThanks @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.tsfile using theopenApiTsOptionsproperty. -
#16
dde9873Thanks @tjosepo! - AddopenapiFetchPluginplugin for client generation (requiresopenapi-fetch
package)
Patch Changes
0.1.1
What's Changed
- [idp-1683] Fix relative path by @PrincessMadMath in #4
Full Changelog: https://github.com/gsoft-inc/wl-openapi-typescript/commits/0.1.1