8000 Comparing 0.5.7...0.6.0 · NativePHP/laravel · GitHub
[go: up one dir, main page]

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: NativePHP/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.7
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 6 contr 8000 ibutors

Commits on Sep 16, 2024

  1. Update CHANGELOG

    simonhamp authored and github-actions[bot] committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3b36fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update README.md

    simonhamp authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2012e43 View commit details
    Browse the repository at this point in the history
  2. Update link

    simonhamp authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5799d3b View commit details
    Browse the repository at this point in the history
  3. Update URL

    simonhamp authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7d3596a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update composer.json

    simonhamp authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bfb80b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    23c78e2 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    simonhamp authored and github-actions[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4666245 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    b5982c5 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    simonhamp authored and github-actions[bot] committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    27cc28b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Improved window management (#391)

    * consistency
    
    * Use the Window class
    
    * Sensible default
    
    * Allow setting title and URL
    
    * Use setter
    
    * Add closable
    
    * Add webPreferences support
    
    * Dynamic DevTools
    
    * Type hint
    
    * Use passed ID
    
    * Fix dialog loading
    simonhamp authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2c89fba View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Child processes (#389)

    * wip
    
    * Fix styling
    
    * cleanup
    
    * phpstan
    
    * Fix event
    
    * Fix event watcher
    
    * Fix facade
    
    * add events
    
    * Remove useless stubs
    
    * Fix styling
    
    * add some sanity tests
    
    * wip
    
    * add artisan shorthand
    
    * allow passing either a string or array
    
    * correct return type
    
    * flip arguments for consistency
    
    * tidy - remove unused class properties
    
    * remove unnecessary space escape
    
    * add optional arg to make the process persistent
    
    * improvements
    
    - ChildProcess instances can be used to interact with a process
    - get, all and restart are piped up
    
    * Fix styling
    
    * Update src/ChildProcess.php
    
    Co-authored-by: Simon Hamp <simon.hamp@me.com>
    
    * feedback - tidy cwd default path
    
    * stub out php command tests
    
    * fix - tests after upstream merge
    
    * add php convenience method
    
    * wip - refactor
    
    * add phpdoc for facade methods
    
    * Update src/Facades/ChildProcess.php
    
    Co-authored-by: Simon Hamp <simon.hamp@me.com>
    
    * remove exploding string commands
    
    * fix - return a fresh instance from the facade each time
    
    ---------
    
    Co-authored-by: simonhamp <simonhamp@users.noreply.github.com>
    Co-authored-by: gwleuverink <willem@leuver.ink>
    Co-authored-by: Willem Leuverink <willem@mediacode.nl>
    4 people authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fcdcc06 View commit details
    Browse the repository at this point in the history
Loading
0