Skip to content

Releases: jkolb/Lilliput

Version 12.1.1

23 Jun 14:57
Compare
Choose a tag to compare
README cleanup

Version 12.1.0

23 Jun 14:42
Compare
Choose a tag to compare
New skip and alignTo functions.
Change peek function to no longer be mutating.

Version 12

22 Jun 12:21
Compare
Choose a tag to compare
API change:

Base read/write methods no longer check for available bytes and no longer throw.
A separate ensure method was added to replace this check.
Stack usage during writes of deeply nested formats is improved.

Fix README

29 May 01:31
Compare
Choose a tag to compare
11.0.1

Fix README.

Fix Issue #6

29 May 01:20
Compare
Choose a tag to compare
11.0.0

Fix issue #6

Multiple Encodings/Decodings per type

27 May 23:12
Compare
Choose a tag to compare
10.0.0

Full rewrite to better support multiple decodings/encodings per type.:wq

9.2.0

15 Jan 03:06
Compare
Choose a tag to compare
Added bytesRead, bytesWritten, and skip

9.1.0

18 May 01:10
Compare
Choose a tag to compare
Renamed ByteOutputStream methods.

Revamped buffer API

29 Apr 23:06
Compare
Choose a tag to compare
9.0.0

Cleaner buffer API. Newly added input/output streams.

8.0.0

07 Nov 01:36
Compare
Choose a tag to compare
Compact API & performance improvements.