Skip to content

Files

Latest commit

eafb57d · Nov 17, 2018

History

History
46 lines (25 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 916 Bytes

Change Log

All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105

Unreleased

Added

N/A

Changed

N/A

Removed

N/A

Fixed

N/A

0.2.1 - 2018-11-15

Fixed

  • Fix wrong error message when a JSON atom was missing from actual.

0.2.0 - 2018-11-16

Added

  • Add assert_json_include. It does partial matching the same way the old assert_json_eq did.

Changed

  • Change assert_json_eq do exact matching. If the two values are not exactly the same, it'll panic.

0.1.0 - 2018-10-17

Initial release.