Releases: medilies/xssless
Releases · medilies/xssless
v0.4.0
Full Changelog: v0.3.1...v0.4.0
- Handled when
DompurifyServicedoes not respond with 200. - Return null and false instead of throwing on start and setup.
- Improved output for Laravel commands.
- Removed signal handling on
xssless:start. - Not require publishing the config on Laravel.
v0.3.1
Full Changelog: v0.3.0...v0.3.1
- Implemented
__set_stateon config objects to fix Laravel config caching. - Fixed
usingLaravelConfig
v0.3.0
Full Changelog: v0.2.0...v0.3.0
- Removed internal logic regarding Signals and Exit-codes checks.
- Added
startupTimeoutMsparam forDompurifyServiceConfig. - Renamespaced interfaces [BC].
- Renamespaced exception [BC].
- Removed
throwIfFailedOnTerm()fromServiceInterface[BC]. - Stable tests.
v0.2.0
Full Changelog: v0.1.1...v0.2.0
- Removed config setters and getters [BC].
- Renamed some config params [BC].
- All config params have defaults.
- Added
binarypath config for bothDompurifydrivers. - Added
tempFolderconfig forDompurifyClidriver. - More test coverage.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
- Patch
throwIfFailedOnTermfor Windows.