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: nuxt-modules/strapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: nuxt-modules/strapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 11 commits
  • 21 files changed
  • 5 contributors

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    53bb585 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/cache action to v4 (#386)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    87dc923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caec416 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update

    benjamincanac committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d1028bd View commit details
    Browse the repository at this point in the history
  5. docs(deps): update

    benjamincanac committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0974baa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95a521c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2778cfa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(deps): update all non-major dependencies (#385)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8c585da View commit details
    Browse the repository at this point in the history
  2. fix: export runtime types (#403)

    allows to do:
    
    ```typescript
    import type { Strapi4RequestParams } from "@nuxtjs/strapi";
    
    const useProducts = (filters: StrapiRequestParams['filters']) => useStrapi(...)
    ```
    
    Co-authored-by: Manu [tennox] <tennox+git@txlab.io>
    tennox and tennox authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d0f8416 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    c295817 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.12.0

    benjamincanac committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3e4bd87 View commit details
    Browse the repository at this point in the history
Loading