Releases: medilies/xssless
Releases · medilies/xssless
v0.4.0
Full Changelog: v0.3.1...v0.4.0
- Handled when
DompurifyService
does 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_state
on 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
startupTimeoutMs
param 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
binary
path config for bothDompurify
drivers. - Added
tempFolder
config forDompurifyCli
driver. - More test coverage.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
- Patch
throwIfFailedOnTerm
for Windows.
v0.1.0
Full Changelog: https://github.com/medilies/xssless/commits/v0.1.0