Skip to content

Latest commit

 

History

History
113 lines (82 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

113 lines (82 loc) · 2.74 KB

Changelog

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.

Added

Fixed

Changed

Removed

1.9.1 - 2023-12-17

Changed

  • XCTAssertContainsEqual now shows number of elements missing and/or extra

1.9.0 - 2023-04-23

Added

  • Synchronous version of Capture Error
  • Result completion version of Capture Error
  • Sample usage example to readme and tests

1.8.0 - 2023-04-22

Added

  • Custom Debug String Convertible

1.7.0 - 2023-04-10

Added

  • Capture output of
  • Project documentation 🎉
  • Script to generate documentation

Fixed

  • Typo in example code test name

Changed

  • Moved subscript extension to Collection (from Array)

Removed

  • General documentation from README. (now in DocC)

1.6.0 - 2023-04-08

Added

  • Assert Contains Equal

Changed

  • Renamed for a nicer API

1.5.0 - 2023-04-04

Added

Changed

  • Capture Error returns optional and renamed
  • Assert Will Deallocate renamed
  • Capture Output renamed
  • Capture is Main Thread renamed
  • Index Array Subscript renamed
  • XCTError renamed

1.4.0 - 2023-03-12

Changed

  • updated package name

1.3.1 - 2023-03-12

Removed

  • removed unused variable from Expect will Deallocate Instance

1.3.0 - 2023-03-12

Added

  • Capture is Main Thread
  • Capture Output

1.2.0 - 2023-03-11

Added

  • Any Error
  • Capture Error

1.1.0 - 2023-02-27

Added

  • public interface for Expect Will Deallocate Instance

1.0.0 - 2023-02-27

Added

  • Array Subscript Index
  • Expect Will Deallocate Instance