Skip to content

Latest commit

 

History

History
191 lines (94 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

191 lines (94 loc) · 7.57 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

1.0.0 - 2020-03-26

Stable release!

0.13.1 - 2019-12-01

Features

  • assert: Support more string types in shortcut (3de84ce4)

0.13.0 - 2019-11-29

Breaking Changes

  • persist: Clarify API behavior (5411d07c, closes #51, breaks #)
  • copy_from now expects globs relative to the root (so change * to **)

Bug Fixes

  • persist: Clarify API behavior (5411d07c, closes #51, breaks #)
  • copy_from now expects globs relative to the root (so change * to **)

0.11.3 - 2019-01-29

Features

  • fixture: Another subdir route (0959d5f6)

0.11.2 - 2019-01-29

Features

  • assert: Support NamedTempFile (935b57dd)

0.11.1 - 2019-01-29

Features

  • fixture: Shorten route to Temp File (73de421b)

0.11.0 - 2019-01-29

Breaking Changes

Features

0.10.1 - 2019-01-07

Bug Fixes

  • assert: Show why assert failed (8079b749, closes #37)

0.10.0 - 2018-10-26

Breaking Changes

Bug Fixes

  • Expose errors where relevant in the API (d04cd8f9)
  • Re-structure API (6c9876d7, breaks #)

Features

0.9.0 - 2018-08-02

Breaking Changes

Features

  • assert:
    • Show cause of failure (befd9682, closes #3)
    • Support assert(bytes) shorthand (118004e4)
    • Use DifferencePredicate for str (cfb49e57)
    • Predicate<[u8]> acts on file contents (43ec578f)

Bug Fixes

0.3.0 - 2018-06-27

Features

  • assert:
    • Support assert(bytes) shorthand (118004e4)
    • Support assert(str) shorthand (bf999396)
  • fixture:
    • copy_from now uses gitignore globs (00d0f70b)
    • Improve fixture error reporting (89fe9ebb)

Bug Fixes

  • fixture:

Breaking Changes

  • Rename traits to clarify intent (f22f8eb1)

0.2.1 - 2018-06-13

  • Documentation updates

0.2.0 - 2018-05-30

Bug Fixes

  • fixtures: copy_from now works (f82317bb)

Features

Breaking Changes

  • Update version of predicates-rs to v0.5.0.

0.1.1 - 2018-05-28

Features