@ngneat/elf-state-history
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -5,2 +5,16 @@ # Changelog | ||
# [1.1.0](https://github.com/ngneat/elf/compare/state-history-1.0.1...state-history-1.1.0) (2022-07-27) | ||
### Bug Fixes | ||
* **state-history:** export StateHistory to be able to use stateHistory ([#301](https://github.com/ngneat/elf/issues/301)) ([a862c6d](https://github.com/ngneat/elf/commit/a862c6dae9e673e463c4ad7a7aa92a4b2024d1a8)) | ||
### Features | ||
* **store:** 🔥 elfHooks with preStoreUpdate hook ([#182](https://github.com/ngneat/elf/issues/182)) ([0704c33](https://github.com/ngneat/elf/commit/0704c3399c58008fa33702276943832a54d5dd49)) | ||
## [1.0.1](https://github.com/ngneat/elf/compare/state-history-1.0.0...state-history-1.0.1) (2021-12-18) | ||
@@ -7,0 +21,0 @@ |
@@ -11,3 +11,3 @@ import { Store, StoreValue } from '@ngneat/elf'; | ||
}; | ||
declare class StateHistory<T extends Store, State extends StoreValue<T>> { | ||
export declare class StateHistory<T extends Store, State extends StoreValue<T>> { | ||
protected store: T; | ||
@@ -14,0 +14,0 @@ private options; |
{ | ||
"name": "@ngneat/elf-state-history", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "State history management for elf store", | ||
@@ -33,5 +33,5 @@ "publishConfig": { | ||
"license": "MIT", | ||
"main": "./state-history.umd.js", | ||
"module": "./state-history.esm.js", | ||
"main": "./index.umd.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13784
404
1