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: samber/lo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.0
Choose a base ref
...
head repository: samber/lo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.44.0
Choose a head ref
  • 13 commits
  • 56 files changed
  • 9 contributors

Commits on Jun 28, 2024

  1. fix tests

    samber committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    89ca7c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. remove golang.org/x/exp since it doesn't follow go 1 compatibility …

    …promise (#478)
    
    * fix
    
    * mod tidy
    
    * remove test
    
    * redirect cmp.Ordered
    
    * fix
    
    * fix
    
    * fix
    trim21 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    42a90a0 View commit details
    Browse the repository at this point in the history
  2. Add slice Splice an element or multiple elements at index i. (#371)

    * Add slice Splice an element or multiple elements at index i.
    
    * Update README.md
    
    * Update slice.go
    
    * Update slice.go
    
    * Update README.md
    
    * Update slice_test.go
    
    ---------
    
    Co-authored-by: wenlingang <lingang.wen@longbridge.sg>
    Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
    3 people committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fe16ff7 View commit details
    Browse the repository at this point in the history
  3. Add new method Concat (#376)

    * Add new method Concat
    
    ---------
    
    Co-authored-by: Zhang Jie (Jason) <jie.zhang@grabtaxi.com>
    Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
    3 people committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    940ded8 View commit details
    Browse the repository at this point in the history
  4. Revert "Add new method Concat (#376)" (#479)

    This reverts commit 940ded8.
    samber committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2ec43f4 View commit details
    Browse the repository at this point in the history
  5. Make Filter() preserve type. (#365)

    * Update slice.go
    
    * add test
    FGasper committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    de419c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba93a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93686db View commit details
    Browse the repository at this point in the history
  8. Added DropByIndex helper for slice (#398)

    * added DropByIndex helper
    
    ---------
    
    Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
    phith0n and samber committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    52e17fa View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    9405c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a145c7 View commit details
    Browse the repository at this point in the history
  3. feat: upgrade to math/rand/v2 (#483)

    * feat: upgrade to math/rand/v2
    
    * lint: silent warning
    samber committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3b29b7d View commit details
    Browse the repository at this point in the history
  4. bump v1.44.0

    samber committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7c4fdcc View commit details
    Browse the repository at this point in the history
Loading