Skip to content

Commit 7489218

Browse files
committed
Release 0.9 version
1 parent 3c82678 commit 7489218

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

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+
411
## 0.8.5
512
* Fixed frozen pages support (by @erictheswift).
613

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logux/core",
3-
"version": "0.8.5",
3+
"version": "0.9.0",
44
"description": "Logux core components",
55
"keywords": [
66
"logux",

0 commit comments

Comments
 (0)