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: arnetheduck/nph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: arnetheduck/nph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5
Choose a head ref
  • 9 commits
  • 30 files changed
  • 1 contributor

Commits on Feb 17, 2024

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

Commits on Feb 24, 2024

  1. Allow function calls to partially fill RHS (fixes #52) (#58)

    * post-expr-calls (`a.valueOr: ...`) don't count towards dot stacking
    * prefer new line for lists etc if full line fits on RHS
    * simple lhs of dot expressions can partially fill a line
    arnetheduck authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9acda34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff3abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63bd1bc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. remove accentedName and surrounding cruft (#61)

    Not used in nph
    arnetheduck authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d354433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ddac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add trailing comma at end of any long list (fixes #57) (#63)

    Previously we'd add a trailing comma only for complex lists - however,
    when a simple list takes up multiple lines, the trailing comma is also
    useful (similar to how `prettier` does it).
    
    Incidentally, this also helps put a trailing comma in simple lists that
    nonetheless only have one item per line.
    arnetheduck authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    63f5f22 View commit details
    Browse the repository at this point in the history
  2. v0.5

    arnetheduck committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bafe069 View commit details
    Browse the repository at this point in the history
Loading