Skip to content

Commit e34160f

Browse files
committed
chore(release): 8.0.0
1 parent b52e513 commit e34160f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/dancrumb/fpish/compare/v7.6.0...v8.0.0) (2024-07-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **remotedatastatus:** Removing two deprecated enum values
11+
* **asyncdata:** The `singleValue` and `getAllOptional` methods are no longer available; neither is
12+
the `loadedSingle` instantiator.
13+
14+
* **remotedatastatus:** put RemoteDataStatus in its own file and remove deprecated values ([0c92c8a](https://github.com/dancrumb/fpish/commit/0c92c8a77c3ea15e7712d19d29a4e93bfd346fff))
15+
16+
17+
### Features
18+
19+
* **asyncdata:** create AsyncDatum to better support single-values ([3fcf059](https://github.com/dancrumb/fpish/commit/3fcf059386fcb8a8bb1dfa28cc943cf68d68f7a7))
20+
521
## [7.6.0](https://github.com/dancrumb/fpish/compare/v7.5.1...v7.6.0) (2024-07-31)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dancrumb/fpish",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "FP-friendly classes for Typescript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)