All Versions
108
Latest Version
Avg Release Cycle
34 days
Latest Release
804 days ago

Changelog History
Page 2

  • v0.28.0 Changes

    September 13, 2020
    • ๐Ÿ›  Fixes compilation using Android due to use of private interface methods. See #229
    • ๐Ÿ‘€ Assertion chains that use not will now report actual values if they fail. See #222
  • v0.27.0 Changes

    August 18, 2020

    Kotlin 1.4 compatibility

  • v0.26.1 Changes

    May 11, 2020

    ๐Ÿ†• New features

    • ๐Ÿ— Assertion.Builder<Iterable<E>>withFirst
    • ๐Ÿ— Assertion.Builder<Iterable<E>>withFirst(predicate)
    • ๐Ÿ— Assertion.Builder<Iterable<E>>withLast
    • ๐Ÿ— Assertion.Builder<Iterable<E>>withElementAt
    • ๐Ÿ— Assertion.Builder<Map<K, V>>withValue
    • ๐Ÿคก Assertion.Builder<CapturingSlot<T>>withCaptured in strikt-mockk.
  • v0.26.0 Changes

    May 04, 2020

    ๐Ÿ†• New features

    • ๐Ÿ—„ succeeded and failed deprecated in favor of isSuccess and isFailure.
    • โž• added Assertion.Builder<Enum<T>>.isOneOf assertion.

    ๐Ÿ›  Fixes

    • ๐Ÿ‘€ single now displays the number of elements found if it fails. See #210
    • ๐Ÿ‘Œ Improved description of task mapping. See #218
  • v0.25.0 Changes

    March 27, 2020

    โž• Added strikt-mockk module

  • v0.24.0 Changes

    February 26, 2020
    • ๐Ÿ†• New methods:
      • Assertion.Builder<Iterable<T>>.elementAt
      • Assertion.Builder<Iterable<T>>.one
      • Assertion.Builder<ArrayNode>.findValuesAsText
      • Assertion.Builder<ArrayNode>.textValues
  • v0.23.7 Changes

    February 13, 2020
    • ๐Ÿ›  Fixes filepeek support on Windows
  • v0.23.6 Changes

    February 10, 2020
    • ๐Ÿ›  Fixes missing transitive dependency on com.christophsturm:filepeek
  • v0.23.5 Changes

    February 09, 2020
    • ๐Ÿ›  Fixes some errors in complex nested block scenarios. See #203 and #204
  • v0.23.4 Changes

    January 06, 2020
    • ๐Ÿ›  Fixes BOM file from previous release