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

feat!: release version 2 #1112

Merged
merged 91 commits into from
Oct 17, 2023
Merged

feat!: release version 2 #1112

merged 91 commits into from
Oct 17, 2023

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    7b85490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdaaea View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    6c69b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba6110 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge branch 'master-github-upstream' into feature/update_next_with_m…

    …aster
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    jonaslagoni committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3200f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253ae3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd77ed1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    2cb820f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050fd6f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    3f5ea13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e46fb00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3aef77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2640c3b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. chore: update with master

    jonaslagoni committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e5db3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85039f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    450a151 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    70a2d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e1d2e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    c83a817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e225f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. feat!: handle const and discriminator (#1169)

    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * fixes bug when using oneOf in channel by not adding models to input model if they have already been scanned
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: handle const
    
    * feat: set correct java quotes
    
    * remove discriminator from CommonModel because we don't need it
    
    * remove discriminator from CommonModel because we don't need it
    
    * fixes review comments
    
    * adds constant constrainers
    
    * adds constant constrainers
    
    * adds constant constrainers
    
    * adds constant constrainers
    
    * remove unused var
    kennethaasan authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    32913ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d50cf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    284cc39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b044f20 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on May 5, 2023

  1. refactor: adds discriminator in CommonModel and interpreters (#1269)

    * refactor: adds discriminator in CommonModel and interpreters
    
    * refactor: adds discriminator in CommonModel and interpreters
    kennethaasan authored May 5, 2023
    Configuration menu
    Copy the full SHA
    871bbeb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. refactor: adds discriminator in MetaModel and ConstrainedMetaModel (#…

    …1270)
    
    * refactor: adds discriminator in CommonModel and interpreters
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * fix test
    
    * review fix
    kennethaasan authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d9d2c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e330457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3782bf0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. feat!: adds interface for oneOf objects for Java (#1271)

    * refactor: adds discriminator in CommonModel and interpreters
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * feat: adds interface for oneOf objects for Java
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * update snapshot
    
    * refactor: adds discriminator in MetaModel and ConstrainedMetaModel
    
    * fix test
    
    * feat: adds interface for oneOf objects for Java
    
    * Revert "feat: adds interface for oneOf objects for Java"
    
    This reverts commit e7bd8fb.
    
    * review fix
    
    * merge fix
    
    * adds tests
    
    * adds documentation
    
    * fixes docs
    
    * Update docs/migrations/version-1-to-2.md
    
    Co-authored-by: Daniel KJ <[email protected]>
    
    * adds test for union without jackson preset
    
    * fixes docs
    
    * fixes docs
    
    * fixes docs
    
    ---------
    
    Co-authored-by: Daniel KJ <[email protected]>
    kennethaasan and dlkj authored May 9, 2023
    Configuration menu
    Copy the full SHA
    a961fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6395d81 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore: update Rust union render to use ConstrainedMetaModelOptionsDis…

    …criminator (#1282)
    
    Update Rust union render to use `ConstrainedMetaModelOptionsDiscriminator`
    
    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored May 11, 2023
    Configuration menu
    Copy the full SHA
    7dcc682 View commit details
    Browse the repository at this point in the history
  2. fix wrong import

    jonaslagoni committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b6c5be6 View commit details
    Browse the repository at this point in the history
  3. Revert "fix wrong import"

    This reverts commit b6c5be6.
    jonaslagoni committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2f92a82 View commit details
    Browse the repository at this point in the history
  4. fix: wrong import for Java preset (#1283)

    fix: wrong import
    jonaslagoni authored May 11, 2023
    Configuration menu
    Copy the full SHA
    1cd5d8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84fde88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cf1b7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26f497e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. feat!: use EXISTING_PROPERTY as JsonTypeInfo.As annotation to avoid d…

    …uplicates when serializing (#1290)
    kennethaasan authored May 15, 2023
    Configuration menu
    Copy the full SHA
    31b789b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0526ac View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chore: blackbox tests (#1303)

    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored May 22, 2023
    Configuration menu
    Copy the full SHA
    b024f56 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    53edd32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a00f19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe2d69d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea0511f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b5415c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a55a487 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 25, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    59a32a7 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency

    jonaslagoni committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    3aa8568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79707f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2be9381 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2993acb View commit details
    Browse the repository at this point in the history
  6. feat: merge master into next (#1427)

    updates next with all the latest changes on master
    jonaslagoni authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a84bf8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee4e3ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db2cc0e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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

Commits on Jul 24, 2023

  1. fix!: support java nullable double type (#1439)

    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f4ca4b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    efb5450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d1b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de3469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67781b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. feat: make discriminator property visible to deserializer from Java J…

    …ackson preset (#1469)
    
    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7151b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    042b45e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix: typescript interface variable assignment (#1472)

    Co-authored-by: Kristupas Narkeliunas <[email protected]>
    Ksisa and Kristupas Narkeliunas authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6f51cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c66a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. feat!: upgrade to node 18 (#1422)

    * upgrade to v18
    
    * adapt rest of workflows
    
    * update readme
    
    * recommit packagelock
    jonaslagoni authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    30ad86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8deee1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90157da View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    4a5bb78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd9cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. feat!: generate models for OpenAPI parameters (#1498)

    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    32e156f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f243e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    b06ad04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f09942 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    cf059d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d1b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db1bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f027c20 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: escape java string literals used for regex patterns and string c…

    …onstants (#1509)
    
    Co-authored-by: Daniel Kenyon-Jones <[email protected]>
    dlkj and danielkenyonjonesfs authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e4c1bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f100f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7c1ffd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc0ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbe3c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    56b3edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d65be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2099df5 View commit details
    Browse the repository at this point in the history