Releases: ikvmnet/ikvm-bytecode
Releases · ikvmnet/ikvm-bytecode
9.3.0
9.2.2
- Fix disposable issue.
Full Changelog: 9.2.1...9.2.2
9.2.1
- Make some non-public exceptions public.
Full Changelog: 9.2.0...9.2.1
9.2.0
- Reread of inbound Stream handling. No longer using PipeReader, instead we just fill a buffer.
- Fixes issue with not reporting proper examined bytes, thus causing an infinite loop.
Full Changelog: 9.1.3...9.2.0
9.1.3
- Constant measuring was not applying Long and Double skip resulting in an off by some error.
Full Changelog: 9.1.2...9.1.3
9.1.2
- Fix issue with byte conversion to Integer constant not having sign maintained.
Full Changelog: 9.1.1...9.1.2
9.1.1
Full Changelog: 9.1.0...9.1.1
9.1.0
- Fix TableSwitch and LookupSwitch decoding not aligning properly.
Full Changelog: 9.0.0...9.1.0
9.0.0
- Namespace changes.
- New CodeDecoder.
Full Changelog: 8.12.0...9.0.0
8.12.0
Rebuild of Reader infrastructure. Everything is now a field-only record for ref taking. No more Readers that require a ConstantPool.
EncodeTo and WriteTo infrastructure for dumping existing structures back out.
CodeBuilder instructions added.
Full Changelog: 8.11.0...8.12.0