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

Arrays and dictionaries in class DTOs now default to the correct null value in the init() method #1360

Merged
merged 5 commits into from
May 7, 2021

Commits on Apr 24, 2021

  1. Address issue RicoSuter#1359 - Typescript code generation incorrect f…

    …or classes with nullable arrays and NullValue = TypeScriptNullValue.Null
    Daniel West committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    54f7e69 View commit details
    Browse the repository at this point in the history
  2. Address issue RicoSuter#1359 - Fix formatting

    Daniel West committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    79b079f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. RicoSuter#1359 - Add unit tests

    Daniel West committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f002b62 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. RicoSuter#1359 - Only add the else condition if nullValue is not unde…

    …fined
    Daniel West committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    e745dac View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    797b60a View commit details
    Browse the repository at this point in the history