Skip to content

Releases: andrew-aladev/ruby-lzws

Ruby LZWS v1.4.3

06 Jul 20:37
Compare
Choose a tag to compare

Added integration with adsp.

Ruby LZWS v1.4.2

18 Mar 22:41
Compare
Choose a tag to compare
  • Splited io stream validation for different methods. io stream should respond to read only when user wants to use read method.
  • Cosmetics

Ruby LZWS v1.4.1

07 Jan 17:26
Compare
Choose a tag to compare

Cosmetics release

Ruby LZWS v1.4.0

30 Sep 18:48
Compare
Choose a tag to compare

Added LIBRARY_VERSION constant, improved tests.

Ruby LZWS v1.3.1

04 Jun 19:39
Compare
Choose a tag to compare

Improved tests, cosmetics.

LZWS v1.3.0

27 Oct 23:09
Compare
Choose a tag to compare

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

14 Oct 19:06
Compare
Choose a tag to compare

Updated to lzws v1.4, refactored compressor and decompressor options, cosmetics.

LZWS v1.1.7

09 Oct 16:57
Compare
Choose a tag to compare

Added compatibility with ruby 2.5 and ruby 2.6.

LZWS v1.1.6

02 Oct 18:42
Compare
Choose a tag to compare

Cosmetics release: improved tests, formatting and docs.

LZWS v1.1.5

17 Jul 22:13
Compare
Choose a tag to compare

Refactored stream reader for better compatibility, improved tests, cosmetics.