Skip to content

Commit

Permalink
bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Aug 20, 2024
1 parent 7ab6bf0 commit 491f1fa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# CHANGELOG
## rustlike-result v0.5.0 (2024-08-20)
### Breaking Changes

All deprecated functions and methods are deleted:
- `Result.isOkAndAsync`
- `Result.isErrAndAsync`
- `Result.mapAsync`
- `Result.mapOrAsync`
- `Result.mapOrElseAsync`
- `Result.mapErrAsync`
- `Result.inspectAsync`
- `Result.inspectErrAsync`
- `Result.unwrapOrElseAsync`
- `Result.andThenAsync`
- `Result.orElseAsync`
- `resultify`
- `resultify.sync`
- `resultify.promise`

## rustlike-result v0.4.6 (2024-06-15)
### Features

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": "rustlike-result",
"version": "0.4.6",
"version": "0.5.0",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit 491f1fa

Please sign in to comment.