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: WhatsApp/erlfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: WhatsApp/erlfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 16, 2024

  1. Set escript main parameter

    If this parameter is not specified explicitly, erlfmt cannot be
    installed under a non-standard name:
    
        % cp _build/release/bin/erlfmt erlfmt-1.5.0
        % ./erlfmt-1.5.0
        escript: exception error: undefined function 'erlfmt-1.5':main/1
        ...
    dmitrivereshchagin authored and michalmuskala committed Dec 16, 2024
    Copy the full SHA
    4b1d58c View commit details

Commits on Jan 29, 2025

  1. Support trailing commas and semis

    They will be just removed when formatting, allowing more "sloppy" code
    before reformatting, increasing usability of erlfmt.
    michalmuskala committed Jan 29, 2025
    Copy the full SHA
    b25a246 View commit details
  2. Bump v1.5.0

    michalmuskala committed Jan 29, 2025
    Copy the full SHA
    d7f4647 View commit details
  3. Copy the full SHA
    c2dfa1d View commit details
  4. Bump v1.6.0

    michalmuskala committed Jan 29, 2025
    Copy the full SHA
    94e6c0d View commit details
Loading