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: Violet88github/silverstripe-bugsnag-module-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: Violet88github/silverstripe-bugsnag-module-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 6, 2022

  1. Merge pull request #7 from Violet88github/development

    Added diagnostic and callback to notify.
    JanSneeuw authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1a0bd5c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge pull request #8 from Violet88github/development

    Added minor detail to readme.
    JanSneeuw authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    43a61d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    7213a4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from Violet88github/development

    Updated array to string script in docs
    JanSneeuw authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    83ce4f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update composer dependencies

    Removed "bramus/ansi-php" and "bramus/monolog-colored-line-formatter." Updated several packages, including "bugsnag/bugsnag" to v3.29.1, "composer/ca-bundle" to 1.5.2, "composer/installers" to v2.3.0, and others to their latest versions. This ensures compatibility with PHP 8.1 and includes improvements in code standards and dependencies.
    Svenodoculos committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7241300 View commit details
    Browse the repository at this point in the history
  2. Update method signature in BugsnagLogger

    Changed `write` method parameter from typed array to untyped, and specified return type `void`. This adjustment enhances compatibility with a wider range of inputs.
    Svenodoculos committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3368383 View commit details
    Browse the repository at this point in the history
Loading