@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.17.0] - 2022-03-17
8+
9+ ### Changed
10+ - * Breaking change* : Refactor some logic of important methods (` init ` , ` run ` , ` safelyBounce ` , ` getBouncerInstance ` )
11+ - * Breaking change* : Change the configurations' verification by using ` symfony/config ` logic whenever it is possible
12+ - * Breaking change* : Change scripts path, name and content (specifically auto-prepend-file' scripts and settings)
13+ - * Breaking change* : Change ` IBounce ` interface
14+ - * Breaking change* : Rename ` StandAloneBounce ` class by ` StandaloneBounce `
15+ - Rewrite documentations
16+
17+ ### Fixed
18+ - Fix ` api_timeout ` configuration
19+
20+ ### Removed
21+ - Remove all unmaintained test and development docker files, sh scripts and associated documentation
22+ - Remove ` StandaloneBounce::isConfigValid ` method as all is already checked
23+
724
825## [ 0.16.0] - 2022-03-10
926### Added
@@ -26,19 +43,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2643- Add GitHub action for Release process
2744- Add ` CHANGELOG.md `
2845### Changed
29- - Remove ` composer.lock ` file
3046- Use ` BouncerException ` for some specific errors
3147### Fixed
3248- Fix auto-prepend script: set ` debug_mode ` and ` display_errors ` values before bouncer init
3349- Fix ` gregwar/captcha ` for PHP 8.1
3450- Fix BouncerException arguments in ` set_error_handler ` method
3551
52+ ### Removed
53+ - Remove ` composer.lock ` file
54+
55+
3656## [ 0.14.0] - 2021-11-18
3757### Changed
58+ - * Breaking change* : Fix typo in constant name (` boucing ` => ` bouncing ` )
3859- Allow older versions of symfony config and monolog
3960- Split debug logic in 2 : debug and display
4061- Redirect if captcha is resolved
41- - Fix typo in constant name (` boucing ` => ` bouncing ` )
4262- Update doc and scripts
4363
4464## [ 0.13.3] - 2021-09-21
@@ -152,7 +172,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
152172
153173## [ 0.4.1] - 2020-12-12
154174### Added
155- - Use github flow
175+ - Use GitHub flow
156176
157177## [ 0.4.0] - 2020-12-12
158178### Added
0 commit comments