Releases: andrew-aladev/ruby-lzws
Releases · andrew-aladev/ruby-lzws
Ruby LZWS v1.4.3
Added integration with adsp.
Ruby LZWS v1.4.2
- Splited
io
stream validation for different methods.io
stream should respond toread
only when user wants to useread
method. - Cosmetics
Ruby LZWS v1.4.1
Cosmetics release
Ruby LZWS v1.4.0
Added LIBRARY_VERSION
constant, improved tests.
Ruby LZWS v1.3.1
Improved tests, cosmetics.
LZWS v1.3.0
Added :gvl
option (disabled by default), you can use bindings effectively in multiple threads. Please be careful: bindings are not thread safe. You should lock all shared data between threads.
LZWS v1.2.0
Updated to lzws v1.4, refactored compressor and decompressor options, cosmetics.
LZWS v1.1.7
Added compatibility with ruby 2.5 and ruby 2.6.
LZWS v1.1.6
Cosmetics release: improved tests, formatting and docs.
LZWS v1.1.5
Refactored stream reader for better compatibility, improved tests, cosmetics.