Skip to content

Commit

Permalink
Started 5.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Jun 14, 2022
1 parent ad848af commit 96da5b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ sidebar_label: Changelog
slug: changelog.html
---

## 5.4.0

### Fixes

### Features

* `shouldBeEqualToComparingFields` now supports configuring classes which require the use of `shouldBe` for equality, over regular `equals`

### Experimental features and changes

* JSON schema arrays now supports `minItems`, `maxItems` and `uniqueItems`
* (BREAKING) Altered the contract of JSON schema DSL to default to required properties, `required` has been changed to `optional`, with false as default.


## 5.3.1 June 2022

### Fixes
Expand Down

0 comments on commit 96da5b0

Please sign in to comment.