Releases: Palmr/classfile-parser
Releases · Palmr/classfile-parser
v0.3.8
What's Changed
- Add parse_class_from_reader function by @Pfarrer in #34
- Add support for MethodParameters by @emilycares in #35
- Upgrade to nom 7 to get a clean rustsec audit by @jcfj in #36
New Contributors
- @Pfarrer made their first contribution in #34
- @emilycares made their first contribution in #35
- @jcfj made their first contribution in #36
Full Changelog: 0.3.7...0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
Java bytecode parsing courtesy of @george-hopkins
v0.3.3
String parsing fixes courtesy of @george-hopkins
v0.3.2
v0.3.1
SourceFile implemented by @alfriadox