Skip to content

Commit 5982214

Browse files
author
Github Actions
committed
Finalized changelog for v2.1.0
1 parent 7ab109d commit 5982214

1 file changed

Lines changed: 36 additions & 30 deletions

File tree

changelog.md

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,82 +5,88 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
----
8+
* * *
99

1010
## [Unreleased]
1111

12+
## [2.1.0] - 2023-04-20
13+
1214
### Added
1315

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
1719

1820
## [2.0.0] => 2022-01
1921

2022
### Changed
2123

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

2931
### Updated
3032

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
3537

3638
### Added
3739

38-
- New helper methods: `antisamyClean(), antisamyCheck()`
39-
- Adds additional tests for return types
40+
- New helper methods: `antisamyClean(), antisamyCheck()`
41+
- Adds additional tests for return types
4042

4143
## [1.4.0] => 2017-03
4244

4345
### Updated
4446

45-
- Updated fixes on readme and assets
46-
- Update of all dependencies
47-
- Updated antisamy to version 1.5.7
47+
- Updated fixes on readme and assets
48+
- Update of all dependencies
49+
- Updated antisamy to version 1.5.7
4850

4951
## [1.3.1] => 2017-03
5052

5153
### Updated
5254

53-
- Unified workbench
55+
- Unified workbench
5456

5557
## [1.3.0] => 2016-03
5658

5759
### Updated
5860

59-
- Updated build process
60-
- Travis integration
61-
- JavaLoader dependencies updated
62-
- DocBox udpates
61+
- Updated build process
62+
- Travis integration
63+
- JavaLoader dependencies updated
64+
- DocBox udpates
6365

6466
## [1.2.0] => 2015-08
6567

6668
### Updated
6769

68-
- Updated readme locations
69-
- `Autoclean` property not respecting proper boolean value
70-
- Updated build process to CommandBox
70+
- Updated readme locations
71+
- `Autoclean` property not respecting proper boolean value
72+
- Updated build process to CommandBox
7173

7274
## [1.1.0] => 2015-08
7375

7476
### Updated
7577

76-
- Invalid slug id, so CommandBox was getting confused on installations
78+
- Invalid slug id, so CommandBox was getting confused on installations
7779

7880
### Changed
7981

80-
- Defaults for configuration setup differently to avoid collisions
82+
- Defaults for configuration setup differently to avoid collisions
8183

8284
## [1.0.0] => 2014-11
8385

8486
### Added
8587

86-
- Create first module version
88+
- Create first module version
89+
90+
[Unreleased]: https://github.com/coldbox-modules/cbantisamy/compare/v2.1.0...HEAD
91+
92+
[2.1.0]: https://github.com/coldbox-modules/cbantisamy/compare/7ab109d61d824bd5da70332cc52d01133530d8d4...v2.1.0

0 commit comments

Comments
 (0)