Releases: Palmr/classfile-parser
Releases · Palmr/classfile-parser
v0.3.8
Compare
Sorry, something went wrong.
No results found
Palmr
released this
10 Oct 22:59
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
Full Changelog : 0.3.7...0.3.8
v0.3.7
Compare
Sorry, something went wrong.
No results found
Palmr
released this
10 Oct 22:59
What's Changed
Restore bitflags derives by @kulp in #33
Full Changelog : 0.3.6...0.3.7
v0.3.6
Compare
Sorry, something went wrong.
No results found
Palmr
released this
02 Jun 11:42
Update bitflags and nom dependencies
v0.3.5
Compare
Sorry, something went wrong.
No results found
Palmr
released this
12 Jul 19:02
Minor release adding MIT licence to TOML file as requested in #26
v0.3.4
Compare
Sorry, something went wrong.
No results found
Palmr
released this
30 Dec 16:58
Java bytecode parsing courtesy of @george-hopkins
v0.3.3
Compare
Sorry, something went wrong.
No results found
Palmr
released this
09 Dec 14:19
String parsing fixes courtesy of @george-hopkins
v0.3.2
Compare
Sorry, something went wrong.
No results found
Palmr
released this
30 Jun 12:14
Support latest version of Nom
v0.3.1
Compare
Sorry, something went wrong.
No results found
Palmr
released this
13 Jun 20:42
SourceFile implemented by @alfriadox
v0.3.0
Compare
Sorry, something went wrong.
No results found
Palmr
released this
31 Mar 17:10
All critical for JVM attributes now have parsers
v0.2.2
Compare
Sorry, something went wrong.
No results found
Palmr
released this
23 Mar 19:51
StackMapTable implemented by @kulp