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: emacs-php/php-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.1
Choose a base ref
...
head repository: emacs-php/php-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.0
Choose a head ref
  • 20 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 12, 2024

  1. Removed CI in Emacs 26.3

    zonuexe committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6af9d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb2c1ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #788 from emacs-php/drop/emacs26

    Drop Emacs 26
    zonuexe authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3e8113c View commit details
    Browse the repository at this point in the history
  4. Update README

    zonuexe committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e3087db View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Improve php-syntax-propertize-extend-region efficiency

    If the first pair of searches found a heredoc which spanned the entire
    region, don't perform the second pair of searches, as we already know
    the new region bounds.
    
    If we do need the second pair of searches, bound the backwards search
    at the original region START position.
    Phil Sainty committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e64e1fe View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge pull request #789 from phil-s/phil-s/php-syntax-propertize-exte…

    …nd-region
    
    Improve php-syntax-propertize-extend-region efficiency
    zonuexe authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a45038d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f6672 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #792 from emacs-php/fix/emacs30-byte-compiler

    Fix Emacs 30 byte-compile errors
    zonuexe authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    31f702e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    a59e92e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #796 from emacs-php/fix/when-let

    Use `when-let*` instead of `when-let` to support Emacs 30
    zonuexe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    910391c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2f416b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #795 from emacs-php/update/phpdoc-types

    Update php-phpdoc-type-names to support PHPStan 2.0.4
    zonuexe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c716ba9 View commit details
    Browse the repository at this point in the history
  5. Fix malformed when-let*

    zonuexe committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    9f0695e View commit details
    Browse the repository at this point in the history
  6. Fix malformed when-let* again

    zonuexe committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    69e9c16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5722ecd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #797 from emacs-php/feature/php84-property-hooks

    Support PHP 8.4 property-hooks
    zonuexe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c77eb10 View commit details
    Browse the repository at this point in the history
  9. Update AUTHORS.md

    zonuexe committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    652a5a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ea767e View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG for 1.27.0

    zonuexe committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    346ee2a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #799 from emacs-php/release/v1.27.0

    Release v1.27.0
    zonuexe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c3fa4e0 View commit details
    Browse the repository at this point in the history
Loading