Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Apr 29, 2022
1 parent bd1c99f commit a7b6085
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ All notable changes to **GDPR-Tools** will be documented in this file.

<br />

## [[1.0.1] - 2021-05-25](https://github.com/MarwanAlsoltany/gdpr-tools/compare/v1.0.0...v1.0.1)
## [[1.1.0] - 2021-04-29](https://github.com/MarwanAlsoltany/gdpr-tools/compare/v1.0.1...v1.1.0)
> This update is a breaking change if the `$appends` argument in `sanitizeData()` and/or `sanitizeApp()` methods is used.
- Update `Sanitizer` class:
- Add `$whitelist` property.
- Add `setWhitelist()` method.
- Update `sanitizeData()` method by adding a new arguments.
- Update `sanitizeApp()` method by adding a new arguments.
- Add `getDomains()` method.
- Update `getSearchPattern()` method to make use of whitelisted domains.
- Update tests:
- Update `SanitizerTest` class.

<br />

## [[1.0.1] - 2021-04-25](https://github.com/MarwanAlsoltany/gdpr-tools/compare/v1.0.0...v1.0.1)
- Update `Sanitizer` class:
- Update `sanitizeApp()` method to prevent infinite loops when closing open buffers.

<br />

## [[1.0.0] - 2021-05-25](https://github.com/MarwanAlsoltany/gdpr-tools/commits/v1.0.0)
## [[1.0.0] - 2021-04-25](https://github.com/MarwanAlsoltany/gdpr-tools/commits/v1.0.0)
- Initial release.

<br />
Expand Down

0 comments on commit a7b6085

Please sign in to comment.