Skip to content

Releases: Palmr/classfile-parser

v0.3.8

Choose a tag to compare

@Palmr Palmr released this 10 Oct 22:59
ea931ad

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

Choose a tag to compare

@Palmr Palmr released this 10 Oct 22:59
41b7a90

What's Changed

  • Restore bitflags derives by @kulp in #33

Full Changelog: 0.3.6...0.3.7

v0.3.6

Choose a tag to compare

@Palmr Palmr released this 02 Jun 11:42
5f7621e

Update bitflags and nom dependencies

v0.3.5

Choose a tag to compare

@Palmr Palmr released this 12 Jul 19:02
237dff0

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

v0.3.4

Choose a tag to compare

@Palmr Palmr released this 30 Dec 16:58
2c757f2

Java bytecode parsing courtesy of @george-hopkins

v0.3.3

Choose a tag to compare

@Palmr Palmr released this 09 Dec 14:19
7287843

String parsing fixes courtesy of @george-hopkins

v0.3.2

Choose a tag to compare

@Palmr Palmr released this 30 Jun 12:14
b8505be

Support latest version of Nom

v0.3.1

Choose a tag to compare

@Palmr Palmr released this 13 Jun 20:42
c339087

SourceFile implemented by @alfriadox

v0.3.0

Choose a tag to compare

@Palmr Palmr released this 31 Mar 17:10
b2a6de7

All critical for JVM attributes now have parsers

v0.2.2

Choose a tag to compare

@Palmr Palmr released this 23 Mar 19:51
3ffaa95

StackMapTable implemented by @kulp