Skip to content

Releases: linkedin/dex-test-parser

2.3.4

08 Mar 22:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

04 Jun 22:13
Compare
Choose a tag to compare
  • Fix Dokka publishing #67

2.3.2

04 Jun 21:37
Compare
Choose a tag to compare
  • Fix issue with callable references in Kotlin 1.4 #65
  • Update Dokka to 1.4.32 #64
  • Update to AGP 4.2 and remove JCenter dependency #63

2.3.1

22 Feb 22:02
Compare
Choose a tag to compare
  • Moved argument parsing to a new library #60

2.3.0

05 Feb 18:40
Compare
Choose a tag to compare
  • Moved artifact publishing from JCenter to Maven Central #53
  • Add support for finding custom test annotations #50

2.2.1

11 Jun 19:20
Compare
Choose a tag to compare
  • Fix test parsing when class and superclass are in different dex files #45

2.2.0

05 Nov 17:37
Compare
Choose a tag to compare
  • Add support for encoded array values in annotations

2.1.1

23 Apr 18:13
Compare
Choose a tag to compare
  • Fix crash when the classpath does not contain the Inherited annotation #37

2.1.0

04 Apr 23:39
Compare
Choose a tag to compare
  • Add support for parsing enum annotation values #28
  • Improve DexMagic checks to support newer dex file formats #31
  • Support parsing @Inherited annotations #26
  • Fix crash with Invalid LEB128 sequence #34

2.0.1

13 Dec 23:18
Compare
Choose a tag to compare
  • Fix reporting when using default interface methods and private methods #20
  • Fix buffer overflow when parsing test annotations #21