You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+33-31Lines changed: 33 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [Unreleased]
11
11
12
+
## [2.2.0] - 2025-02-19
13
+
12
14
## [2.1.0] - 2023-04-20
13
15
14
16
### Added
@@ -20,80 +22,80 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
21
23
### Added
22
24
23
-
-Github actions
24
-
-Github supprt files
25
-
-Upgraded to AntiSamy 1.7.3
25
+
- Github actions
26
+
- Github supprt files
27
+
- Upgraded to AntiSamy 1.7.3
26
28
27
29
## [2.0.0] => 2022-01
28
30
29
31
### Changed
30
32
31
-
-Changes the HTMLSanitizer method to use the native adobe `getSafeHTML()` and `isSafeHTML()` methods when on ACF
32
-
-Updates module registration to use the Coldbox 5+ conventions ( Module configuration now nested in `moduleSettings` )
33
-
-Changes the `autoClean` module configuration setting to default to `true`. This is opinionated but also makes this module more "plug and play"
34
-
-Adds a `basic` policy file. This policy file is the same default policy file used by ACF
35
-
-Renames the `resultsObject` argument in `HTMLSanitizer.cfc` method to check and changes it to return a boolean, to allow for consistent return types between ACF and Lucee
36
-
-Remove the `check` argument from the `clean` method and adds a `check` method in `AntiSamy.cfc`
33
+
- Changes the HTMLSanitizer method to use the native adobe `getSafeHTML()` and `isSafeHTML()` methods when on ACF
34
+
- Updates module registration to use the Coldbox 5+ conventions ( Module configuration now nested in `moduleSettings` )
35
+
- Changes the `autoClean` module configuration setting to default to `true`. This is opinionated but also makes this module more "plug and play"
36
+
- Adds a `basic` policy file. This policy file is the same default policy file used by ACF
37
+
- Renames the `resultsObject` argument in `HTMLSanitizer.cfc` method to check and changes it to return a boolean, to allow for consistent return types between ACF and Lucee
38
+
- Remove the `check` argument from the `clean` method and adds a `check` method in `AntiSamy.cfc`
37
39
38
40
### Updated
39
41
40
-
-Converts the build process to GitHub actions
41
-
-Github repo slug was changed from `cbox-antisamy` to `cbantisamy` to allow the default CI scripts and request variables to work without major modification
42
-
-Separates the Unit and Interceptor tests
43
-
-Updates the AntiSamy JAR to v1.6.4
42
+
- Converts the build process to GitHub actions
43
+
- Github repo slug was changed from `cbox-antisamy` to `cbantisamy` to allow the default CI scripts and request variables to work without major modification
0 commit comments