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
+36-30Lines changed: 36 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,82 +5,88 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
----
8
+
* * *
9
9
10
10
## [Unreleased]
11
11
12
+
## [2.1.0] - 2023-04-20
13
+
12
14
### Added
13
15
14
-
- Github actions
15
-
- Github supprt files
16
-
- Upgraded to AntiSamy 1.7.3
16
+
-Github actions
17
+
-Github supprt files
18
+
-Upgraded to AntiSamy 1.7.3
17
19
18
20
## [2.0.0] => 2022-01
19
21
20
22
### Changed
21
23
22
-
- Changes the HTMLSanitizer method to use the native adobe `getSafeHTML()` and `isSafeHTML()` methods when on ACF
23
-
- Updates module registration to use the Coldbox 5+ conventions ( Module configuration now nested in `moduleSettings` )
24
-
- Changes the `autoClean` module configuration setting to default to `true`. This is opinionated but also makes this module more "plug and play"
25
-
- Adds a `basic` policy file. This policy file is the same default policy file used by ACF
26
-
- 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
27
-
- Remove the `check` argument from the `clean` method and adds a `check` method in `AntiSamy.cfc`
24
+
-Changes the HTMLSanitizer method to use the native adobe `getSafeHTML()` and `isSafeHTML()` methods when on ACF
25
+
-Updates module registration to use the Coldbox 5+ conventions ( Module configuration now nested in `moduleSettings` )
26
+
-Changes the `autoClean` module configuration setting to default to `true`. This is opinionated but also makes this module more "plug and play"
27
+
-Adds a `basic` policy file. This policy file is the same default policy file used by ACF
28
+
-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
29
+
-Remove the `check` argument from the `clean` method and adds a `check` method in `AntiSamy.cfc`
28
30
29
31
### Updated
30
32
31
-
- Converts the build process to GitHub actions
32
-
- Github repo slug was changed from `cbox-antisamy` to `cbantisamy` to allow the default CI scripts and request variables to work without major modification
33
-
- Separates the Unit and Interceptor tests
34
-
- Updates the AntiSamy JAR to v1.6.4
33
+
-Converts the build process to GitHub actions
34
+
-Github repo slug was changed from `cbox-antisamy` to `cbantisamy` to allow the default CI scripts and request variables to work without major modification
35
+
-Separates the Unit and Interceptor tests
36
+
-Updates the AntiSamy JAR to v1.6.4
35
37
36
38
### Added
37
39
38
-
- New helper methods: `antisamyClean(), antisamyCheck()`
0 commit comments