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: openupm/openupm-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Choose a base ref
...
head repository: openupm/openupm-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.2
Choose a head ref
  • 19 commits
  • 29 files changed
  • 2 contributors

Commits on Aug 31, 2024

  1. refactor: simplify

    Ramon Brullo committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5199d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    277756e View commit details
    Browse the repository at this point in the history
  2. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b3928ea View commit details
    Browse the repository at this point in the history
  3. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c7e6612 View commit details
    Browse the repository at this point in the history
  4. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    fb92414 View commit details
    Browse the repository at this point in the history
  5. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    883d68b View commit details
    Browse the repository at this point in the history
  6. test: add custom arbitraries

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4d4d40d View commit details
    Browse the repository at this point in the history
  7. refactor: make builder immutable

    This makes it easier to use in arbitraries
    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a2736a9 View commit details
    Browse the repository at this point in the history
  8. refactor: extract pure logic

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    24bb07b View commit details
    Browse the repository at this point in the history
  9. refactor: extract pure logic

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d0a860d View commit details
    Browse the repository at this point in the history
  10. test: remove duplicate tests

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    20a72fb View commit details
    Browse the repository at this point in the history
  11. deps(ci): bump actions (#389)

    Bump version of actions to get rid of deprecation warnings
    Ramon Brullo authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4dbe7ed View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into de-logic-service

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    8fe98d6 View commit details
    Browse the repository at this point in the history
  13. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e46e114 View commit details
    Browse the repository at this point in the history
  14. refactor: extract pure

    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    5582f8c View commit details
    Browse the repository at this point in the history
  15. refactor: move files

    move io functions into io folder
    Ramon Brullo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b6a0dca View commit details
    Browse the repository at this point in the history
  16. refactor: de-logic services (#390)

    This change moves a bunch of pure domain logic out of impure service functions. This allows the pure logic to be tested easier as well as making it easier to potentially inline some of the, now very small, services.
    Ramon Brullo authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6aecbd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. fix: partially resolved dependencies (#393)

    Fix dependency resolving logic quitting early when encountering a built-in or failed dependency. This fixes #393
    Ramon Brullo authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    13b5577 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.1.2 [skip ci]

    ## [4.1.2](4.1.1...4.1.2) (2024-09-07)
    
    ### Bug Fixes
    
    * partially resolved dependencies ([#393](#393)) ([13b5577](13b5577))
    semantic-release-bot committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4c421fe View commit details
    Browse the repository at this point in the history
Loading