Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 1.74 KB

Changelog

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

The format is based on Keep a Changelog. This project started to follow semantic versioning as of version 1.0.0.

Not every commit needs to result in a change to this file (e.g. docs and chore commits). Every commit that affects the code in a way that consumers might care about should include edits to the 'Unreleased' section though. Breaking changes should be prefixed with **BREAKING:**.

No changes.

0.0.6 - 2023-11-30

Support React 17 as a peer dependency.

0.0.5 - 2022-09-23

  • Use keyof any instead of PropertyKey in type definition to avoid incompatibility with the "keyofStringsOnly" tsconfig option
  • Add mutation testing changes corresponding to blocks-sdk 1.15.0. This should be backward compatible with previous blocks-sdk versions. Please refer to the blocks-sdk changelog for date time field write changes.

0.0.4 - 2021-04-23

  • Export MutationTypes for use with APIs like TestDriver#watch and TestDriver#simulatePermissionCheck

0.0.3 - 2021-03-05

  • Create testing library