Skip to content

Releases: EmergeTools/emerge-android

Gradle Plugin v2.1.3

09 Oct 22:06
2d61aeb
Compare
Choose a tag to compare

2.1.3 - 2023-10-09

Added

  • Additional debug logging. #83

Gradle Plugin v2.1.2

09 Oct 21:17
ff61286
Compare
Choose a tag to compare

2.1.2 - 2023-10-06

Changed

  • Additional debug logging. #80

Gradle Plugin v2.1.1

09 Oct 20:27
7af2ecd
Compare
Choose a tag to compare

2.1.1 - 2023-10-06

Changed

  • Additional debug logging. #78

Gradle Plugin v2.1.0

06 Oct 03:16
33a493b
Compare
Choose a tag to compare

2.1.0 - 2023-10-05

Changed

  • [Breaking] Moves emergeLocalTest task to app
    module. #76
  • Updates AGP, Kotlin & KSP versions. #74

Snapshots v0.8.1

29 Sep 17:24
0c2c5f0
Compare
Choose a tag to compare
Snapshots v0.8.1 Pre-release
Pre-release

0.8.1 - 2023-09-29

Added

  • Multipreview support from multipreviews that live in
    submodules. #69
  • Stacked multipreview support. #71

Fixed

  • Bug in locale varaints not reflecting locale due to resources not
    updating. #70

Performance v2.1.1

13 Sep 19:12
36945c4
Compare
Choose a tag to compare

2.1.1 - 2023-09-13

Fixed

  • Support for Async spans. #67.

Performance v2.1.0

09 Sep 00:11
bb477cb
Compare
Choose a tag to compare

2.1.0 - 2023-09-08

Added

  • Now detects spans as part of the local perf testing run, allowing debugging of span presence and
    length. #65

Gradle Plugin v2.0.1

07 Sep 19:47
f30b48b
Compare
Choose a tag to compare

2.0.1 - 2023-09-07

Fixed

  • Issue where baseSha (among other extension properties) would throw an error if Git/GitHub
    fallbacks were not available. #63

Snapshots v0.8.0

31 Aug 17:54
a2e1ffe
Compare
Choose a tag to compare
Snapshots v0.8.0 Pre-release
Pre-release

0.8.0 - 2023-08-31

Added

  • Multipreview support. #56

Changed

  • Adds numerous tests for KSP
    processor. #55

Performance v2.0.0

30 Aug 18:16
c5f1fcf
Compare
Choose a tag to compare

2.0.0 - 2023-08-30

Added

  • @EmergeStartupTest for custom startup scenarios.

Changed

  • Emerge's test runner is now directly part of SDK, breaking compatibility with 1.0.0 performance
    tests. There should be no breaking changes to existing tests.