| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-15 | Allow `<dl>`, `<dt>` and `<dd>` in JS sanitizer (#39376) | Frans de Jonge | 1 | -0/+3 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-05-01 | Update URL sanitizer to allow more protocols (#38531) | Kyle Tsang | 1 | -42/+36 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 1 | -2/+4 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-22 | Remove version comment from JavaScript src files (#38294) | GeoSot | 1 | -1/+1 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-11-21 | Bump version to 5.2.3 | XhmikosR | 1 | -1/+1 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-07-18 | Fix typos in code (#36763) | Marc Wrobel | 1 | -2/+2 | |
| Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out). | |||||
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 1 | -1/+1 | |
| 2022-01-29 | Rename variables | XhmikosR | 1 | -3/+3 | |
| 2021-10-09 | Merge remote-tracking branch 'remotes/origin/v513' | XhmikosR | 1 | -1/+1 | |
| 2021-10-09 | Bump version to 5.1.3. | XhmikosR | 1 | -1/+1 | |
| 2021-10-07 | Sanitizer: fix logic and add a test. (#35133) | XhmikosR | 1 | -1/+1 | |
| This was broken in 2596c97 inadvertently. Added a test so that we don't hit this in the future. | |||||
| 2021-10-06 | util/sanitizer.js: use `Array.every()` (#35120) | XhmikosR | 1 | -9/+2 | |
| 2021-10-05 | Enable `unicorn/no-array-for-each` rule | XhmikosR | 1 | -2/+2 | |
| 2021-10-05 | Enable `unicorn/no-for-loop` rule | XhmikosR | 1 | -4/+3 | |
| 2021-10-05 | Release v5.1.2 (#35114) | XhmikosR | 1 | -1/+1 | |
| 2021-09-29 | sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074) | XhmikosR | 1 | -3/+3 | |
| 2021-09-15 | Minor refactoring (#34980) | XhmikosR | 1 | -18/+17 | |
| Rename variables and remove a temporary one | |||||
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 1 | -1/+1 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 1 | -1/+1 | |
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-05-25 | Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071) | GeoSot | 1 | -1/+1 | |
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.1. * Dist | |||||
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-03-23 | Release v5.0.0-beta3 (#33439)v5.0.0-beta3 | XhmikosR | 1 | -1/+1 | |
| 2021-02-19 | Adjust regex `SAFE_URL_PATTERN` for use with test method of regexes. (#33136) | Nikon the Third | 1 | -1/+1 | |
| The test method on regexes behaves different than the match method on strings in the presence of the global modifier. Add a unit test for sanitizing the same template twice. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-02-10 | Release v5.0.0-beta2 (#32467)v5.0.0-beta2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.0-beta2 * Dist | |||||
| 2021-01-14 | Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784) | dependabot[bot] | 1 | -2/+2 | |
| * Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1) Signed-off-by: dependabot[bot] <[email protected]> * Updates for `[email protected]` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-07 | Prepare v5.0.0-beta1. | XhmikosR | 1 | -1/+1 | |
| 2020-11-14 | Switch to `Set#has()` | XhmikosR | 1 | -3/+3 | |
| 2020-11-14 | Switch to `String.includes()` | XhmikosR | 1 | -3/+3 | |
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 1 | -1/+1 | |
| 2020-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 1 | -1/+1 | |
| 2020-06-19 | Change whitelist to allowlist (#31066) | Patrick H. Lauke | 1 | -6/+6 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-05-13 | Partially Revert "Use regex.test() when we want to check for a Boolean. ↵ | XhmikosR | 1 | -2/+2 | |
| (#29969)" (#30770) This partially reverts commit 9c2b9ac74d4abb5ec8b7864054315de3409d5f3a. | |||||
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 1 | -1/+1 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 1 | -4/+2 | |
| 2020-01-07 | sanitizer.js: Add srcset in the allowed attributes (#29968) | XhmikosR | 1 | -1/+1 | |
| 2020-01-07 | Fix the new lint errors. | XhmikosR | 1 | -2/+2 | |
| 2020-01-07 | Use regex.test() when we want to check for a Boolean. (#29969) | XhmikosR | 1 | -3/+3 | |
| 2019-03-13 | Use one-line imports when possible. (#28467) | XhmikosR | 1 | -3/+1 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -2/+2 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -0/+131 | |
