Skip to content

Commit

Permalink
feat(docs): add removed options
Browse files Browse the repository at this point in the history
Make it easier to migrate from older versions.
  • Loading branch information
Rotzbua committed Jun 17, 2024
1 parent 16a46de commit b0e2592
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,12 @@ DOMPurify.addHook(
);
```
## Removed Configuration
| Option | Since | Note |
|-----------------|-------|--------------------------|
| SAFE_FOR_JQUERY | 2.1.0 | No replacement required. |
## Continuous Integration
We are currently using Github Actions in combination with BrowserStack. This gives us the possibility to confirm for each and every commit that all is going according to plan in all supported browsers. Check out the build logs here: https://github.com/cure53/DOMPurify/actions
Expand Down

0 comments on commit b0e2592

Please sign in to comment.