Skip to content

Commit 279d4be

Browse files
committed
Update changelog entry
1 parent 79df5f1 commit 279d4be

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

CHANGELOG.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,14 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
6-
75
## Unreleased [minor]
86

97
> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
108
119
### Added
1210

1311
- Add support for parameters in filters; see more in the [filters documentation](https://docs.opentermsarchive.org/terms/how-to/apply-filters/)
14-
15-
```json
16-
"filter": [
17-
{
18-
"customFilter": "parameter"
19-
},
20-
{
21-
"customFilter2": ["parameter1", "parameter2"]
22-
}
23-
]
24-
```
25-
2612
- Add `removeQueryParams` built-in filter to remove query parameters from links and images; see more in the [built-in filters documentation](https://docs.opentermsarchive.org/terms/reference/built-in-filters/)
27-
28-
```json
29-
"filter": [
30-
{
31-
"removeQueryParams": ["paramToRemove1", "paramToRemove2"]
32-
}
33-
]
34-
```
3513

3614
## 7.0.0 - 2025-07-21
3715

0 commit comments

Comments
 (0)