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-lang/ex_doc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: elixir-lang/ex_doc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.2
Choose a head ref
  • 18 commits
  • 30 files changed
  • 8 contributors

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    70613c4 View commit details
    Browse the repository at this point in the history
  2. Correct search bar's focus border radius (#1892)

    There was a gap between the nested borders.
    dbernheisel authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a6a984e View commit details
    Browse the repository at this point in the history
  3. Update assets

    josevalim authored and github-actions[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    541bda8 View commit details
    Browse the repository at this point in the history
  4. Fix JS failures

    josevalim committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    34afa85 View commit details
    Browse the repository at this point in the history
  5. mix fix

    josevalim committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3c943e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fix warning

    wojtekmach committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fdd9eff View commit details
    Browse the repository at this point in the history
  2. Add deps_config.js loading back

    Closes #1893.
    josevalim committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    abe84ae View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Release v0.32.1

    josevalim committed Apr 12, 2024
    2 Configuration menu
    Copy the full SHA
    7f8e971 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Only remove -spec/-type from first line (#1894)

    Before this change a spec looking like this:
    
    ```
    -spec foo(integer()) -> ok;
             (atom()) -> ok.
    ```
    
    would be transformed to:
    
    ```
    -spec foo(integer()) -> ok;
        (atom()) -> ok.
    ```
    
    that is the second clause would be indented incorrectly.
    garazdawi authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    72bb758 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    245dbdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e1762 View commit details
    Browse the repository at this point in the history
  3. Update assets

    josevalim authored and github-actions[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c0f0a56 View commit details
    Browse the repository at this point in the history
  4. Use classes for modal too

    josevalim committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c2342d1 View commit details
    Browse the repository at this point in the history
  5. Update assets

    josevalim authored and github-actions[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b9360e8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update makeup deps

    josevalim committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b97dc39 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Release v0.32.2

    Closes #1902.
    josevalim committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ed0ffcd View commit details
    Browse the repository at this point in the history
Loading