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

[Swift4] bug fix for date encoding Issues #1442

Merged
merged 1 commit into from
Nov 15, 2018

Commits on Nov 14, 2018

  1. Fix OpenAPITools#1424 [SWIFT4] Date Encoding Issues

    Ensure the same date format string is used throughout the generated code (use the one set in Configuration.swift).
    
    Ensure the same date formatter options are used when encoding dates as well as decoding dates. If a consumer has set their own date formatter on CodableHelper, use that when encoding dates too.
    
    Adds DateFormatTests to the SWIFT4 unit tests.
    
    Updates the SWIFT4 petstore samples
    james-rant committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    55e674e View commit details
    Browse the repository at this point in the history