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: api-ecosystem-for-laravel/dingo-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0-beta1
Choose a base ref
...
head repository: api-ecosystem-for-laravel/dingo-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 32 files changed
  • 4 contributors

Commits on May 9, 2024

  1. Some Laravel 11 related compat updates (#45)

    * Allow to upgrade blueprint to new v0.5
    Fix an issue with transforming stdclass response (42)
    
    * cs
    
    * More cs
    specialtactics authored May 9, 2024
    Copy the full SHA
    f695c57 View commit details

Commits on Jul 16, 2024

  1. move affecting type hints (#47)

    Moving the type hint at the end of the function.
    rdeutz authored Jul 16, 2024
    Copy the full SHA
    86d47ce View commit details
  2. replace usage of $this->content for $content to prevent type mismatch (

    …#48)
    
    * replace usage of $this->content for $content to prevent type mismatch
    
    * Fix setLaravelSession with SessionDecorator
    
    * fix dependencies versions. fix minor style
    fmarquesto authored Jul 16, 2024
    Copy the full SHA
    c84f168 View commit details

Commits on Jul 22, 2024

  1. Switch to github testing from travisci (#49)

    * Switch to github testing
    
    * Also remove styleci
    
    * use correct name for matrix versions
    
    * Adds composer commands
    
    * Create laravel 10 stub
    
    * Fix import
    
    * Fixes internal request closures
    Fixes warning about abstract test class (just for neatness)
    
    * Fixes auth test
    
    * Fixes routetest for adapter args
    
    * Fix for phpunit10
    
    * Fix regression for morph event
    
    * Fix overriding original content
    specialtactics authored Jul 22, 2024
    Copy the full SHA
    40e07dc View commit details
  2. Copy the full SHA
    4b7f10b View commit details
  3. Copy the full SHA
    525d2f7 View commit details

Commits on Jul 23, 2024

  1. Make blueprint an optional dependency (#52)

    Fix up CI image
    specialtactics authored Jul 23, 2024
    Copy the full SHA
    aac28a4 View commit details
  2. Copy the full SHA
    1622d39 View commit details

Commits on Aug 21, 2024

  1. Copy the full SHA
    bed0add View commit details

Commits on Dec 31, 2024

  1. Create FUNDING.yml

    specialtactics authored Dec 31, 2024
    Copy the full SHA
    1c93185 View commit details

Commits on Jan 11, 2025

  1. Switch to fractal fork for maintenance, updates ci (#56)

    * Switch to fractal fork for maintenance, adds php 8.4 to ci, updates ci os
    
    * updates namespaces
    specialtactics authored Jan 11, 2025
    Copy the full SHA
    4e423e0 View commit details

Commits on Jan 14, 2025

  1. Copy the full SHA
    8ecdd1d View commit details

Commits on Jan 27, 2025

  1. Copy the full SHA
    52eb1fd View commit details

Commits on Feb 9, 2025

  1. Adds support for distinct simple paginator, flows through to the new …

    …fractal illuminate simple paginator adapter (#60)
    specialtactics authored Feb 9, 2025
    Copy the full SHA
    c0c73cb View commit details

Commits on Mar 6, 2025

  1. Laravel 12 support (#62)

    * Laravel 12 support in composer
    
    * Further updates
    
    * Re-include all versions for support
    
    * format of composer
    
    * support php 8.1 for now (laravel 10)
    
    * On second thought, better remove php 8.1 from support matrix
    specialtactics authored Mar 6, 2025
    Copy the full SHA
    6bdbb68 View commit details

Commits on May 16, 2025

  1. Support deepwiki (#65)

    hoangsvit authored May 16, 2025
    Copy the full SHA
    e249e01 View commit details
  2. Copy the full SHA
    7f16b7c View commit details
Loading