You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed byte streams not being fully processed in inflator:inflate/deflator:deflate when they were larger than the output buffer
Fixed miniz.compress using the wrong stack index for the compression level selection
Fixed output buffer size of miniz.uncompress: made it grow as needed to fit the actual output size and added an optional argument to specify the initial buffer size