All Versions
31
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 2

  • v1.10.5 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: collections matchers should display type of expectation (#408) [6b4eb5a]
    • ๐Ÿ›  fix(ContainElements): consistently flatten expected values [073b880]
    • ๐Ÿ›  fix(ConsistOf): consistently flatten expected values [7266efe]
  • v1.10.4 Changes

    December 08, 2020

    ๐Ÿ›  Fixes

    • โšก๏ธ update golang net library to more recent version without vulnerability (#406) [817a8b9]
    • Correct spelling: alloted -> allotted (#403) [0bae715]
    • ๐Ÿ›  fix a panic in MessageWithDiff with long message (#402) [ea06b9b]
  • v1.10.3 Changes

    October 12, 2020

    ๐Ÿ›  Fixes

    • โšก๏ธ updates golang/x/net to fix vulnerability detected by snyk (#394) [c479356]
  • v1.10.2 Changes

    September 04, 2020

    ๐Ÿ›  Fixes

    • โž• Add ExpectWithOffset, EventuallyWithOffset and ConsistentlyWithOffset to WithT (#391) [990941a]
  • v1.10.1 Changes

    May 20, 2020

    ๐Ÿ›  Fixes

    • โšก๏ธ Update dependencies (#389) [9f5eecd]
  • v1.10.0 Changes

    May 07, 2020

    ๐Ÿ”‹ Features

    • โž• Add HaveHTTPStatusMatcher (#378) [f335c94]
    • ๐Ÿ”„ Changed matcher for content-type in VerifyJSONRepresenting (#377) [6024f5b]
    • ๐Ÿ’… Make ghttp usable with x-unit style tests (#376) [c0be499]
    • Implement PanicWith matcher (#381) [f8032b4]
  • v1.9.0 Changes

    February 01, 2020

    ๐Ÿ”‹ Features

    • โž• Add ContainElements matcher (#370) [2f57380]
    • Output missing and extra elements in ConsistOf failure message [a31eda7]
    • Document method LargestMatching [7c5a280]
  • v1.8.1 Changes

    December 19, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix unexpected MatchError() behaviour (#375) [8ae7b2f]
  • v1.8.0 Changes

    December 18, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow optional description to be lazily evaluated function (#364) [bf64010]
    • ๐Ÿ‘Œ Support wrapped errors (#359) [0a981cb]
  • v1.7.1 Changes

    October 30, 2019

    ๐Ÿ›  Fixes

    • โฌ†๏ธ Bump go-yaml version to cover fixed ddos heuristic (#362) [95e431e]