Skip to content

Latest commit

 

History

History
326 lines (189 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

326 lines (189 loc) · 16.8 KB

Change log for Hermit

Contents

Version 0.9.6

Changes

🧰 Maintenance

  • Update junit5 monorepo to v5.9.0 (#45)
  • Update dependency androidx.test:orchestrator to v1.4.1 (#47)
  • Update plugin com.github.ben-manes.versions to v0.42.0 (#49)
  • Update coroutines to v1.6.4 (#30)
  • Update dependency com.android.tools.build:gradle to v7 (#42)
  • Update actions/checkout action to v3 (#40)
  • Update kotlin to v1.7.10 (#39)
  • Update mikepenz/action-junit-report action to v3 (#44)
  • Update dependency net.swiftzer.semver:semver to v1.2.0 (#36)
  • Update dependency gradle to v7.5 (#34)
  • Update dependency com.squareup:kotlinpoet to v1.12.0 (#33)
  • Update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.24.2 (#31)
  • Update junit5 monorepo to v5.8.2 (#38)
  • Update kotest to v4.6.4 (#29)
  • Update dependency io.mockk:mockk to v1.12.4 (#35)
  • Update groovy monorepo to v3.0.12 (#27)

Version 0.9.5

  • resetsScope now has an optional cleanUpTestCoroutines argument. If false, TestCoroutineScope.cleanupTestCoroutines() will not be called even for a TestCoroutineScope.

Version 0.9.4

Breaking changes

  • resetsScope now takes a CoroutineScope factory (() -> T) instead of a single instance.
  • resets { ... }'s lambda argument is now a suspend function.

Version 0.9.1

Breaking change

  • The project and modules have been renamed.
    • Project is now called Hermit.
    • All base packages are now hermit.test.*

New modules

Testing

Version 0.9.0

General

Testing