Skip to content

Commit

Permalink
feat@build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyan Totev committed Jan 14, 2024
1 parent 5ab014f commit 86170e4
Show file tree
Hide file tree
Showing 17 changed files with 522 additions and 688 deletions.
413 changes: 92 additions & 321 deletions .github/README.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
8.7.0
9.0.0

Breaking change in TS definitions of `lenses` as now they are synced to `Ramda` types.

- Add `R.sortWith` - [Issue #707](https://github.com/selfrefactor/rambda/issues/707)

- Add `R.innerJoin`, `R.gt`, `R.gte`, `R.reduceBy`, `R.hasIn`

8.6.0

- Wrong typing for `R.dissocPath` - [Issue #709](https://github.com/selfrefactor/rambda/issues/709)
Expand Down
7 changes: 1 addition & 6 deletions NEXT_VERSION_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
- innerJoin
- gt
- gte
- reduceBy
- hasIn

go to source definition in vscode works better for ramda than for rambda

---
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
---
Expand Down
Loading

0 comments on commit 86170e4

Please sign in to comment.