diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a33f9..fa5e41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a9b69d7..8588ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustlike-result", - "version": "0.4.6", + "version": "0.5.0", "description": "Rust-like Result for Javascript", "exports": { ".": {