Skip to content

Releases: yjh0502/erl-brotli

v0.3.2

25 Jul 03:26
Compare
Choose a tag to compare
Release v0.3.2

v0.3.1

06 Jan 11:54
8d16da2
Compare
Choose a tag to compare

Bug Fixes

  • chunk input for brotli:encode/{1,2} (eca29c4)

v0.3.0

04 Oct 10:58
v0.3.0
76ae73b
Compare
Choose a tag to compare
# 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)