Releases: yjh0502/erl-brotli
Releases · yjh0502/erl-brotli
v0.3.1
Bug Fixes
- chunk input for brotli:encode/{1,2} (
eca29c4
)
v0.3.0
# v0.3.0 - 04.10.2021
### Bug Fixes
- remove maps:foreach/2 and use maps:fold/3 instead (129dd55)
- change the HEAD branch name (47957c8)
### Features
- add decoder API (401ff99)
- update library to use stream API (bc09c59)