Skip to content

Releases: Palmr/classfile-parser

v0.3.8

10 Oct 22:59
ea931ad
Compare
Choose a tag to compare

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

10 Oct 22:59
41b7a90
Compare
Choose a tag to compare

What's Changed

  • Restore bitflags derives by @kulp in #33

Full Changelog: 0.3.6...0.3.7

v0.3.6

02 Jun 11:42
5f7621e
Compare
Choose a tag to compare

Update bitflags and nom dependencies

v0.3.5

12 Jul 19:02
237dff0
Compare
Choose a tag to compare

Minor release adding MIT licence to TOML file as requested in #26

v0.3.4

30 Dec 16:58
2c757f2
Compare
Choose a tag to compare

Java bytecode parsing courtesy of @george-hopkins

v0.3.3

09 Dec 14:19
7287843
Compare
Choose a tag to compare

String parsing fixes courtesy of @george-hopkins

v0.3.2

30 Jun 12:14
b8505be
Compare
Choose a tag to compare

Support latest version of Nom

v0.3.1

13 Jun 20:42
c339087
Compare
Choose a tag to compare

SourceFile implemented by @alfriadox

v0.3.0

31 Mar 17:10
b2a6de7
Compare
Choose a tag to compare

All critical for JVM attributes now have parsers

v0.2.2

23 Mar 19:51
3ffaa95
Compare
Choose a tag to compare

StackMapTable implemented by @kulp