Releases: theseus-rs/ristretto
Releases Β· theseus-rs/ristretto
v0.4.0
π₯ Breaking changes
- remove unknown version support (#14)
- correct mutf8 encoding panics discovered with fuzz tests (#12)
β¨ Enhancements
- add ConstantPool try_get_ functions (#13)
π Bug fixes
- correct mutf8 encoding panics discovered with fuzz tests (#12)
π οΈ Other improvements
- remove unknown version support (#14)
v0.3.0
π₯ Breaking changes
- use instruction enum instead of bytes for code (#10)
β¨ Enhancements
- use instruction enum instead of bytes for code (#10)
- improve class string format (#11)
- add read class example (#7)
π Bug fixes
- correct tableswitch and lookupswitch serialization (#9)
v0.2.2
β¨ Enhancements
- optimize constant pool access by utilizing a placeholder at index 0 (#6)
π Bug fixes
- add future unknown Java version support (#5)
v0.2.1
β¨ Enhancements
- add methods to the constant pool to simplify adding constants (#4)
- add as_code() function to class, method and field access flags (#2)
- improve Display output to include constant pool, code and line table (#1)
π Documentation
- add helloworld example (#3)
v0.2.0
β¨ Enhancements
- added
Display
trait implementations (81a0489)
π Bug fixes
- added nested class access flags (6dc1742)