Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
docs: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Apr 28, 2022
1 parent ca90317 commit 0d7c410
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@

**Added**

- **[BREAKING]** Add `testClassFinal`, `testClassStrictTypes` and `testClassTypedProperties` in `Config` interface.
- **[BREAKING]** Add `TypeFactory` interface with default implementation.
- **BREAKING** Add `testClassFinal`, `testClassStrictTypes` and `testClassTypedProperties` in `Config` interface.
- **BREAKING** Add `TypeFactory` interface with default implementation.
- Add `testClassFinal` option and update rendering to create final test class (see #19).
- Add `testClassStrictTypes` option and update rendering to prepend strict types declaration test class (see #19).
- Add `testClassTypedProperties` option and update rendering to strictly type test class properties (see #20).
- Support for `tightenco/collect` version `^9.0`.

**Changed**

- **[BREAKING]** Change `makeForProperty` signature in `DocumentationFactory` interface.
- **BREAKING** Change `makeForProperty` signature in `DocumentationFactory` interface.
- Test class properties are now declared as private properties instead of protected.

## 2.x.x
Expand Down

0 comments on commit 0d7c410

Please sign in to comment.