Skip to content

Commit

Permalink
bump v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Oct 4, 2022
1 parent 8e8ccc1 commit 835fc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,11 +2,12 @@

@samber: I sometimes forget to update this file. Ping me on [Twitter](https://twitter.com/samuelberthe) or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.

## 1.x.y (2022-xx-yy)
## 1.30.0 (2022-10-04)

Adding:

- lo.TernaryF
- lo.Validate

## 1.29.0 (2022-10-02)

Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2094,7 +2094,6 @@ val := lo.Validate(len(slice) == 0, "Slice should be empty but contains %v", sli
// nil
```


### Must

Wraps a function call to panics if second argument is `error` or `false`, returns the value otherwise.
Expand Down

0 comments on commit 835fc01

Please sign in to comment.