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

Release #802

Merged
merged 10 commits into from
Apr 3, 2024
Merged

Release #802

merged 10 commits into from
Apr 3, 2024

Commits on Feb 20, 2024

  1. build(deps): bump ip from 1.1.8 to 1.1.9

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.8...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    37a8063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #788 from aws-amplify/dependabot/npm_and_yarn/ip-1…

    ….1.9
    
    build(deps): bump ip from 1.1.8 to 1.1.9
    phani-srikar authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    df65382 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 19, 2024

  1. build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#798)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    025644d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 26, 2024

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

Commits on Mar 29, 2024

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

Commits on Apr 3, 2024

  1. feat: add angular codegen v6 support (#799)

    * feat: add angular codegen v6 support
    
    * feat: add codegen target angularv6
    
    * add unit tests
    
    * fix unit test
    
    * fix e2e
    
    * fix: remove angularv6 target and use amplifyJsLibaryVersion
    
    * default behavior set to 6 when invalid
    
    * add unit test for invalid input
    
    * add amplifyJsLibraryVersion tests
    AaronZyLee authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7d1a269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef3e5d View commit details
    Browse the repository at this point in the history
  3. fix: process input object, union and interface metadata in model intr…

    …ospection schema codegen (#795)
    
    * fix: add input object metadata in model introspection schema
    
    * fix: use one place for types to skip
    
    * add e2e tests
    
    * fix CI failure
    
    * fix cleanup script
    
    * feat: add union and interface type in model intro schema
    
    * fix test description
    
    * fix e2e
    
    * rm unused code
    
    * fix: fine grain argument field type & better error msg for getType
    
    * fix: remove new types in field type
    
    * rename arguments to attributes
    
    * rm union and interface in root level schema
    
    * add unit test cases for list of scalar, enum and input
    AaronZyLee authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    73e4520 View commit details
    Browse the repository at this point in the history