We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a71900 commit 2588b83Copy full SHA for 2588b83
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.1.0
2
+- `Eterl` now implements `Codec` and `Converter`.
3
+- Improved some performance issues.
4
+- Added benchmarks.
5
+- `Stream`s can now be transformed using `eterl.packer`.
6
+
7
# 1.0.4
8
- Close conversion sink when the underlying stream closes.
9
pubspec.yaml
@@ -1,6 +1,6 @@
name: eterl
description: Eterl is a fast packer and unpacker for the External Term Erlang Format (version 131).
-version: 1.0.4
+version: 1.1.0
repository: https://github.com/Rapougnac/eterl
issue_tracker: https://github.com/Rapougnac/eterl/issues
0 commit comments