Skip to content

Commit caba059

Browse files
author
Github Actions
committed
Finalized changelog for v2.2.0
1 parent 9f41349 commit caba059

1 file changed

Lines changed: 33 additions & 31 deletions

File tree

changelog.md

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [2.2.0] - 2025-02-19
13+
1214
## [2.1.0] - 2023-04-20
1315

1416
### Added
@@ -20,80 +22,80 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
### Added
2224

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
2628

2729
## [2.0.0] => 2022-01
2830

2931
### Changed
3032

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`
3739

3840
### Updated
3941

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
44+
- Separates the Unit and Interceptor tests
45+
- Updates the AntiSamy JAR to v1.6.4
4446

4547
### Added
4648

47-
- New helper methods: `antisamyClean(), antisamyCheck()`
48-
- Adds additional tests for return types
49+
- New helper methods: `antisamyClean(), antisamyCheck()`
50+
- Adds additional tests for return types
4951

5052
## [1.4.0] => 2017-03
5153

5254
### Updated
5355

54-
- Updated fixes on readme and assets
55-
- Update of all dependencies
56-
- Updated antisamy to version 1.5.7
56+
- Updated fixes on readme and assets
57+
- Update of all dependencies
58+
- Updated antisamy to version 1.5.7
5759

5860
## [1.3.1] => 2017-03
5961

6062
### Updated
6163

62-
- Unified workbench
64+
- Unified workbench
6365

6466
## [1.3.0] => 2016-03
6567

6668
### Updated
6769

68-
- Updated build process
69-
- Travis integration
70-
- JavaLoader dependencies updated
71-
- DocBox udpates
70+
- Updated build process
71+
- Travis integration
72+
- JavaLoader dependencies updated
73+
- DocBox udpates
7274

7375
## [1.2.0] => 2015-08
7476

7577
### Updated
7678

77-
- Updated readme locations
78-
- `Autoclean` property not respecting proper boolean value
79-
- Updated build process to CommandBox
79+
- Updated readme locations
80+
- `Autoclean` property not respecting proper boolean value
81+
- Updated build process to CommandBox
8082

8183
## [1.1.0] => 2015-08
8284

8385
### Updated
8486

85-
- Invalid slug id, so CommandBox was getting confused on installations
87+
- Invalid slug id, so CommandBox was getting confused on installations
8688

8789
### Changed
8890

89-
- Defaults for configuration setup differently to avoid collisions
91+
- Defaults for configuration setup differently to avoid collisions
9092

9193
## [1.0.0] => 2014-11
9294

9395
### Added
9496

95-
- Create first module version
96-
97-
[Unreleased]: https://github.com/coldbox-modules/cbantisamy/compare/v2.1.0...HEAD
97+
- Create first module version
9898

99+
[unreleased]: https://github.com/coldbox-modules/cbantisamy/compare/v2.2.0...HEAD
100+
[2.2.0]: https://github.com/coldbox-modules/cbantisamy/compare/v2.1.0...v2.2.0
99101
[2.1.0]: https://github.com/coldbox-modules/cbantisamy/compare/7ab109d61d824bd5da70332cc52d01133530d8d4...v2.1.0

0 commit comments

Comments
 (0)