Skip to content

Commit

Permalink
Merge pull request #20 from carbonteq/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
volf52 authored Jul 22, 2024
2 parents 56c55ce + 7be2841 commit f8f258d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/pink-beers-shave.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @carbonteq/fp

## 0.6.0

### Minor Changes

- c2f13ea: Update external API (and consequently internals)

- Rename `bind` to `flatMap`. `bind` still available for backwards compatibility
- Rename `combine` to `zip` and `zip` to `flatZip` to maintain symmetry with `map` and `flatMap`
- Rename `bindErr` to `zipErr` to better indicate the intended functionality
- Rename `do` and `doAsync` to `tap` and `tapAsync` respectively
- Add `innerMap` for reducing nesting for `Result<Array<T>, E>` map calls
- Add experimental `pipe` method. Currently, it's only useful to replace multiple `map` calls

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/fp",
"version": "0.5.4",
"version": "0.6.0",
"description": "FP utils",
"author": "Arslan <rslnkrmt2552@gmail.com>",
"main": "lib/index.js",
Expand Down

0 comments on commit f8f258d

Please sign in to comment.