Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for discriminator on native enums properties #210

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2023

  1. added format: date-time to for in Usage: openapi-generator [options] …

    …[command]
    
    Options:
      -V, --version                      output the version number
      -d, --sdkDir <sdkDir>              sdkDir, default: process.cwd()/service
      -t, --templatePath <templatePath>  templatePath
      -t, --type <type>                  ts/js, default ts
      -c, --camelCase <camelCase>        filename style, true 为大驼峰,lower 为小驼峰
      -d, --sdkDir <sdkDir>              sdkDir, default: process.cwd()/service
      -t, --templatePath <templatePath>  templatePath
      -t, --type <type>                  ts/js, default ts
      -c, --camelCase <camelCase>        filename style, true 为大驼峰,lower 为小驼峰
      -h, --help                         output usage information
    
    Commands:
      url <url>                          swagger2/oas3 json data url
      data <filePath>                    swagger2/oas3 json data file
      config <cfgPath>                   config path
      *
    shaikegross committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5dac8b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from shaikegross/add-date-format-to-zod-date-ob…

    …ject
    
    added format: date-time to  for  in Usage: openapi-generator [options…
    shaikegross committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    92049b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c72c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a38371f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    a6cdf49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a50476 View commit details
    Browse the repository at this point in the history
  3. Update openapi-generator.ts

    removed old change I made on dates
    shaikegross committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    93922c2 View commit details
    Browse the repository at this point in the history
  4. reinstalled pckages

    shaikegross committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e4cfd9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6185d18 View commit details
    Browse the repository at this point in the history