We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c82678 commit 7489218Copy full SHA for 7489218
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.9 L·L
5
+* Removed Node.js 16 support.
6
+* Replaced `inMap` and `inFilter` with `onReceive`.
7
+* Replaced `outMap` and `outFilter` to `onSend`.
8
+* Fixed synchronization.
9
+* Added `Criteria` and `ReadonlyListener` types to exports (by @nichoth).
10
+
11
## 0.8.5
12
* Fixed frozen pages support (by @erictheswift).
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/core",
- "version": "0.8.5",
+ "version": "0.9.0",
"description": "Logux core components",
"keywords": [
"logux",
0 commit comments