Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 955 Bytes

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 955 Bytes

Unreleased

Changed

expect(collection: Collection<E>) to expect(collection: Collection<E>?)

0.0.42 : 2021.08.03

  • Resolved ambiguous jvm resolutions

0.0.41 : 2021.08.02

  • Reverted to kotlin 1.5.10
  • Updated builders to 1.3.42

0.0.40 : 2021.06.29

  • Upgraded kotlin from 1.5.10 to 1.5.20
  • Upgraded gradle from 6.8.1 to 7.0.2
  • Built for in Jaa16

0.0.30 : 2021.05.02

  • Added kotlin 1.5.0 support

0.0.21 : 2021.02.09

  • Added native targets
  • Added dependencies to test

0.0.20 : 2021.02.03

  • Bumped builders version from 1.2.0 to 1.3.0
  • Removed android targets as they will be using the jvm targets
  • Changed package name from tz.co.asoft to expect
  • Added lambda expectations
  • Added toNotContain assertion

0.0.10 : 2020.12.27

Availability

  • Published to maven central

Build Src

  • Updated to gradle version 6.7.1

New Features

  • Initial release

Documentation

  • Update readme

Samples

  • Added samples