Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 631 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[Unreleased]

  • Improved type inference
  • Updated deps

[0.3.0] - 2019-09-19

  • Adding custom compare function checking
  • Adding recursive object condition checking
  • Moving types into mod.ts for deno compatibility

[0.2.0] - 2019-09-11

  • Adding shallow object matching
  • Adding regular expression matching
  • Adding boolean as an accepted type for typescript

[0.1.1] - 2019-09-11

  • Cleaned up npm packaging

[0.1.0] - 2019-09-11

  • First release