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: smartrent/quokka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: smartrent/quokka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 4 contributors

Commits on Feb 20, 2025

  1. ENG: Pull upstream changes (#33)

    * test against 1.18
    
    * 1.18 warnings + formatting
    
    * no one saw that right?
    
    * ex1.17+: replace `:timer.units(x)` with the new `to_timeout(unit: x)` for `hours|minutes|seconds`
    
    Closes #218
    
    * 1.18+: change struct updates to map updates. Closes #199
    
    * ensure test works across versions
    
    * fix `with` rewrites when keyword with an else stab (#220)
    
    Closes #219
    
    fixes for both <1.17 and >=1.17
    
    * pipify nested function calls with pipe as the first argument. closes #216
    
    * change struct update deprecation to ex1.19+
    
    * ship struct update to map update changes after all
    
    ---------
    
    Co-authored-by: Matt Enlow <[email protected]>
    kybishop and novaugust authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    4dd6b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0dc69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d2cdd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. fix with redundant body + non-arrow behind redundant clause. Closes…

    … #221 (#39)
    
    Co-authored-by: Matt Enlow <[email protected]>
    emkguts and novaugust authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    249d796 View commit details
    Browse the repository at this point in the history
  2. feat: Autosort maps (#40)

    * Add config to sort all maps by default
    
    * Add comment to skip map sort
    
    * Skip auto sort maps if comment inside map
    
    * Add docs
    
    * Sort map update syntax
    
    * Change to autosort config
    
    * Clean up
    
    * Undo format changed unrelated to PR
    emkguts authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    468222a View commit details
    Browse the repository at this point in the history
  3. Add CI format check (#41)

    * add CI format check
    
    * Run format
    
    * Only run format check on latest version
    emkguts authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    2a7a2d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. fix: lift aliases that were already lifted (#44)

    * fix: lift aliases that were already lifted
    
    * Clean up inspired by elixir styler
    emkguts authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    0120fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d287d5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f89eef View commit details
    Browse the repository at this point in the history
Loading