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: elixir-error-tracker/error-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: elixir-error-tracker/error-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 24, 2024

  1. Use ex_doc 0.36.0

    crbelaus committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    f0205ba View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

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

Commits on Feb 13, 2025

  1. Fix warning for negative range (#129)

    Quick fix for the following warning
    ```
    warning: Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
    ```
    
    This happens when rolling back the migrations (dev) or when removing
    `error_tracker` (prod)
    idabmat authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    2de5a20 View commit details
    Browse the repository at this point in the history
  2. Release 0.5.2

    crbelaus committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    4763e55 View commit details
    Browse the repository at this point in the history
Loading