Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golevelup/nestjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @golevelup/nestjs-graphql-request@0.1.14
Choose a base ref
...
head repository: golevelup/nestjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @golevelup/nestjs-graphql-request@0.1.15
Choose a head ref
  • 16 commits
  • 41 files changed
  • 10 contributors

Commits on Mar 2, 2023

  1. chore(stripe): upgrades stripe to v11.2.0 (#560)

    * chore(stripe): upgrades stripe to the latest version
    
    upgrades stripe to v11.2.0
    
    #536
    
    * refactor(stripe): change the default api version
    
    changes the default api version
    underfisk authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4e714ee View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat(rabbitmq): extend custom parsers, update docs

    Better handling and documentation around non JSON values
    
    Closes #574
    sdomagala authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5e15faf View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - rabbitmq-integration@2.8.0
     - @golevelup/nestjs-rabbitmq@3.6.0
     - @golevelup/nestjs-stripe@0.6.1
    WonderPanda committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5c2062d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    e31d2b3 View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - @golevelup/ts-jest@0.3.6
    WonderPanda committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    55cd2d4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. fix(testing): fix breaking change from 0.3.6

    fix constructor not the same for same mock
    
    fix #586
    regevbr authored May 1, 2023
    Configuration menu
    Copy the full SHA
    33949a9 View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - @golevelup/ts-jest@0.3.7
    WonderPanda committed May 1, 2023
    Configuration menu
    Copy the full SHA
    75beb6f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fix(rabbitmq): race condition for RPC

    Generate Promise before publishing the message, therefore, we can await the publish without violating the subscription
    
    Closes #599
    simonabler authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    efdb4d1 View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - @golevelup/nestjs-rabbitmq@3.6.1
    WonderPanda committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4e172f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    3c3481a View commit details
    Browse the repository at this point in the history
  2. docs(main): add ts-jest to package table (#597)

    Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
    2 people authored and WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a80263a View commit details
    Browse the repository at this point in the history
  3. build(deps): add missed dependencies and peerDependencies (#581)

    Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
    2 people authored and WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8c9d260 View commit details
    Browse the repository at this point in the history
  4. fix(discovery): uses better truth check with lodash isNil (#611)

    using lodash isNil avoids false positives when checking for meta
    underfisk authored and WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fcb83da View commit details
    Browse the repository at this point in the history
  5. feat(rabbitmq): support service property to read consumer tags (#612)

    Exposes a new "get" method for consumer tags
    
    Closes #596
    underfisk authored and WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    37cbb31 View commit details
    Browse the repository at this point in the history
  6. fix(testing): missing jest when injectGlobals=false (#566)

    Should fix: #557 (comment)
    
    Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
    2 people authored and WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    26a681e View commit details
    Browse the repository at this point in the history
  7. chore: publish

     - @golevelup/nestjs-common@1.4.5
     - @golevelup/nestjs-discovery@3.0.1
     - @golevelup/nestjs-graphql-request@0.1.15
     - @golevelup/nestjs-hasura@3.0.3
     - @golevelup/nestjs-rabbitmq@3.7.0
     - @golevelup/nestjs-stripe@0.6.2
     - @golevelup/ts-jest@0.3.8
     - @golevelup/nestjs-webhooks@0.2.15
    WonderPanda committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    780b9f6 View commit details
    Browse the repository at this point in the history
Loading