Skip to content

Releases: ikvmnet/ikvm-bytecode

9.1.3

20 Aug 00:10
Compare
Choose a tag to compare
  • 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

19 Aug 19:35
Compare
Choose a tag to compare
  • Fix issue with byte conversion to Integer constant not having sign maintained.

Full Changelog: 9.1.1...9.1.2

9.1.1

19 Aug 04:31
Compare
Choose a tag to compare

Full Changelog: 9.1.0...9.1.1

9.1.0

17 Aug 23:34
Compare
Choose a tag to compare
  • Fix TableSwitch and LookupSwitch decoding not aligning properly.

Full Changelog: 9.0.0...9.1.0

9.0.0

14 Aug 02:33
Compare
Choose a tag to compare
  • Namespace changes.
  • New CodeDecoder.

Full Changelog: 8.12.0...9.0.0

8.12.0

12 Aug 01:43
Compare
Choose a tag to compare

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

8.11.0

04 Aug 01:41
Compare
Choose a tag to compare

New ClassBuilder framework and many Encoder classes to assist in writing class files. Mirrors the System.Metadata.Reflection.Ecma335 design.

Full Changelog: 8.10.0...8.11.0

8.10.0

20 Jul 19:37
Compare
Choose a tag to compare

First release from new repository.