Skip to content

Latest commit

 

History

History
109 lines (56 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

109 lines (56 loc) · 4.16 KB

0.9.1 (2018-08-09)

Bug Fixes

  • cargo: Point people to escargot (2e32822c, closes #44)

0.9.0 (2018-08-02)

Breaking Changes

  • assert:
    • Upgrade to predicates-core 0.9.0 (e089a32d, closes #1)
    • Change set_stdin to clarify intent (624a7988, closes #29)

Bug Fixes

  • assert:
    • Change set_stdin to clarify intent (624a7988, closes #29)
    • Reduced duplicate information being reported in failure message.
  • Improve documentation to better jump start users.

Features

  • assert: Show cause of assert (e089a32d, closes #1)

0.6.0 (2018-07-18)

Features

  • with_stdin: Accept files (#24)

Breaking Changes

  • with_stdin: Accept files (#24)

0.5.0 (2018-07-13)

Features

  • with_stdin: Work with chained APIs (#23)

Breaking Changes

  • with_stdin: Work with chained APIs (#23)

0.4.0 (2018-06-28)

Features

  • assert: Short-hand output predicates
    • stdout()/stderr() accept str(43eceba0, closes #2)
    • stdout()/stderr() accept byte slices (111abca9)
    • code() accept a set. (72dca8d0)
  • assert: Context on status failures (af52e9c5, closes #16)

Breaking Changes

  • assert: Short-hand output predicates changed assert signatures (43eceba0, closes #2)
  • Switch OutputError from Fail (1061baa0)
  • cargo: Define a CargoError (7bd71a8a)

0.3.0 (2018-06-07)

Features

  • Attempted to improve the documentation.

Breaking Changes

  • Moved all cargo stuff under cargo module.

0.2.0 (2018-06-06)

Features

Bug Fixes

  • Simplify stdout/stderr str predicates (8cdfb91e, closes #11)

Breaking Changes

  • Change to predicates v0.5.0 (5fa02435)
  • Simplify stdout/stderr str predicates (8cdfb91e, closes #11)