We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6adff commit df0c946Copy full SHA for df0c946
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+## 1.1.0
2
+
3
+* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed
4
+ in 1.2.0. https://github.com/rails/rails-html-sanitizer/pull/87
5
6
+ *Juanito Fatas*
7
8
+* Remove `href` from LinkScrubber's `tags` as it's not an element.
9
+ https://github.com/rails/rails-html-sanitizer/pull/92
10
11
12
13
+* Explain that we don't need to bump Loofah here if there's CVEs.
14
+ https://github.com/rails/rails-html-sanitizer/commit/d4d823c617fdd0064956047f7fbf23fff305a69b
15
16
+ *Kasper Timm Hansen*
17
18
## 1.0.1
19
20
* Added support for Rails 4.2.0.beta2 and above
lib/rails/html/sanitizer/version.rb
@@ -1,7 +1,7 @@
module Rails
module Html
class Sanitizer
- VERSION = "1.0.4"
+ VERSION = "1.1.0"
end
0 commit comments