html-pipeline 2.14.2 → 2.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +736 -180
- data/lib/html/pipeline/email_reply_filter.rb +2 -1
- data/lib/html/pipeline/plain_text_input_filter.rb +1 -1
- data/lib/html/pipeline/toc_filter.rb +1 -1
- data/lib/html/pipeline/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b77953747de81d288810b41b16c299b990dd813227a4576875d82f8f060c74c
|
|
4
|
+
data.tar.gz: 72c30128725915cf4c88f4c12564c7aa07a4587def81cff7b29584d1c5b48a5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67ceedf941f4147087a88ea7801382126a6a6eb5af8dc9cd4d7ff34f6b5886371593fb8887dc17ba2f38a33d7bd279c9be4a4aa9508852575b384955a43e9625
|
|
7
|
+
data.tar.gz: ce6457797b0d2a3acd392805967c7bb0de40e82398442de88d7ba5f1e6c087dd1b3eeea97dd37ec43f1f3d4cc2e76fc3b05598f823a7399886279af01c4dec3d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,302 +1,858 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## [Unreleased](https://github.com/gjtorikian/html-pipeline/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.2...HEAD)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**Closed issues:**
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
- Allow vertical-align [\#366](https://github.com/gjtorikian/html-pipeline/issues/366)
|
|
10
|
+
- Since bump 2.14.2 builds are failing [\#363](https://github.com/gjtorikian/html-pipeline/issues/363)
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
**Merged pull requests:**
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
* Test against more Rails versions
|
|
14
|
+
- Replace EscapeUtils.escape\_html with CGI.escape\_html [\#365](https://github.com/gjtorikian/html-pipeline/pull/365) ([ramhoj](https://github.com/ramhoj))
|
|
16
15
|
|
|
17
|
-
## 2.12
|
|
16
|
+
## [v2.14.2](https://github.com/gjtorikian/html-pipeline/tree/v2.14.2) (2022-06-12)
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.1...v2.14.2)
|
|
20
19
|
|
|
21
|
-
|
|
20
|
+
**Merged pull requests:**
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
* Freeze string literals in Ruby 2.3 and beyond [#313](https://github.com/jch/html-pipeline/pull/313)
|
|
22
|
+
- handle invalid data urls in absolute source filter [\#361](https://github.com/gjtorikian/html-pipeline/pull/361) ([glaszig](https://github.com/glaszig))
|
|
25
23
|
|
|
26
|
-
##
|
|
24
|
+
## [v2.14.1](https://github.com/gjtorikian/html-pipeline/tree/v2.14.1) (2022-03-31)
|
|
27
25
|
|
|
28
|
-
|
|
29
|
-
* CamoFilter: use String#unpack to hexencode URLs [#256](https://github.com/jch/html-pipeline/pull/256)
|
|
26
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.13.2...v2.14.1)
|
|
30
27
|
|
|
31
|
-
|
|
28
|
+
**Closed issues:**
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
- 2.14.0 is disconnected [\#358](https://github.com/gjtorikian/html-pipeline/issues/358)
|
|
31
|
+
- I would love to use the vscode codicon.ttf in my readme.md [\#356](https://github.com/gjtorikian/html-pipeline/issues/356)
|
|
32
|
+
- Html-pipeline [\#355](https://github.com/gjtorikian/html-pipeline/issues/355)
|
|
33
|
+
- Canalizacion de HTML [\#354](https://github.com/gjtorikian/html-pipeline/issues/354)
|
|
34
|
+
- Change branch name off of `master` [\#340](https://github.com/gjtorikian/html-pipeline/issues/340)
|
|
35
|
+
- New feature request: team mention filter [\#311](https://github.com/gjtorikian/html-pipeline/issues/311)
|
|
36
|
+
- code in header produce invalid anchor [\#308](https://github.com/gjtorikian/html-pipeline/issues/308)
|
|
37
|
+
- Stop "camo"ing "github.io" [\#305](https://github.com/gjtorikian/html-pipeline/issues/305)
|
|
38
|
+
- A filter to produce diffs with syntax highlighting in html, maybe. [\#270](https://github.com/gjtorikian/html-pipeline/issues/270)
|
|
39
|
+
- Require pygments.rb or remove Pygments references [\#235](https://github.com/gjtorikian/html-pipeline/issues/235)
|
|
40
|
+
- Allow ᴀʀɪᴀ attributes for blind people. [\#219](https://github.com/gjtorikian/html-pipeline/issues/219)
|
|
41
|
+
- 'lexer' is removed from github-linguist [\#217](https://github.com/gjtorikian/html-pipeline/issues/217)
|
|
42
|
+
- Please document how to use the html-pipeline binary without command‐line arguments! [\#213](https://github.com/gjtorikian/html-pipeline/issues/213)
|
|
43
|
+
- PHP syntax highlight [\#212](https://github.com/gjtorikian/html-pipeline/issues/212)
|
|
35
44
|
|
|
36
|
-
## 2.
|
|
45
|
+
## [v2.13.2](https://github.com/gjtorikian/html-pipeline/tree/v2.13.2) (2020-12-04)
|
|
37
46
|
|
|
38
|
-
|
|
47
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.13.1...v2.13.2)
|
|
39
48
|
|
|
40
|
-
|
|
49
|
+
**Merged pull requests:**
|
|
41
50
|
|
|
42
|
-
|
|
51
|
+
- Fix custom renderer with unsafe option missing pre lang [\#341](https://github.com/gjtorikian/html-pipeline/pull/341) ([kazk](https://github.com/kazk))
|
|
43
52
|
|
|
44
|
-
##
|
|
53
|
+
## [v2.13.1](https://github.com/gjtorikian/html-pipeline/tree/v2.13.1) (2020-12-02)
|
|
45
54
|
|
|
46
|
-
|
|
47
|
-
* Adds `UNSAFE` option to CommonMarker usage where needed [#304](https://github.com/jch/html-pipeline/pull/304)
|
|
55
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.0...v2.13.1)
|
|
48
56
|
|
|
49
|
-
|
|
57
|
+
**Merged pull requests:**
|
|
50
58
|
|
|
51
|
-
|
|
59
|
+
- Replace whitelist with more neutral language [\#339](https://github.com/gjtorikian/html-pipeline/pull/339) ([tancnle](https://github.com/tancnle))
|
|
60
|
+
- allows progress tags to be used [\#338](https://github.com/gjtorikian/html-pipeline/pull/338) ([pedrozath](https://github.com/pedrozath))
|
|
61
|
+
- Updated English [\#337](https://github.com/gjtorikian/html-pipeline/pull/337) ([BhuvnendraPratapSingh](https://github.com/BhuvnendraPratapSingh))
|
|
62
|
+
- Make AutolinkFilter configurable [\#335](https://github.com/gjtorikian/html-pipeline/pull/335) ([mnishiguchi](https://github.com/mnishiguchi))
|
|
52
63
|
|
|
53
|
-
##
|
|
64
|
+
## [v2.14.0](https://github.com/gjtorikian/html-pipeline/tree/v2.14.0) (2020-08-11)
|
|
54
65
|
|
|
55
|
-
|
|
66
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.13.0...v2.14.0)
|
|
56
67
|
|
|
57
|
-
##
|
|
68
|
+
## [v2.13.0](https://github.com/gjtorikian/html-pipeline/tree/v2.13.0) (2020-05-28)
|
|
58
69
|
|
|
59
|
-
|
|
70
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.12.3...v2.13.0)
|
|
60
71
|
|
|
61
|
-
|
|
72
|
+
**Closed issues:**
|
|
62
73
|
|
|
63
|
-
|
|
74
|
+
- Jch html-pipeline [\#330](https://github.com/gjtorikian/html-pipeline/issues/330)
|
|
75
|
+
- console rendering of slash continued multi-line commands [\#328](https://github.com/gjtorikian/html-pipeline/issues/328)
|
|
76
|
+
- Allow backslash-escape for @mention and emoji [\#232](https://github.com/gjtorikian/html-pipeline/issues/232)
|
|
64
77
|
|
|
65
|
-
|
|
78
|
+
**Merged pull requests:**
|
|
66
79
|
|
|
67
|
-
|
|
80
|
+
- Allow `role` attributes in html tags [\#332](https://github.com/gjtorikian/html-pipeline/pull/332) ([eric-wieser](https://github.com/eric-wieser))
|
|
81
|
+
- Update README.md [\#329](https://github.com/gjtorikian/html-pipeline/pull/329) ([Mihail354](https://github.com/Mihail354))
|
|
82
|
+
- Update CHANGELOG from 2.12.1 to 2.12.3 [\#326](https://github.com/gjtorikian/html-pipeline/pull/326) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
68
83
|
|
|
69
|
-
##
|
|
84
|
+
## [v2.12.3](https://github.com/gjtorikian/html-pipeline/tree/v2.12.3) (2019-12-19)
|
|
70
85
|
|
|
71
|
-
|
|
72
|
-
* Disable processing @mentions in `<script>` tag [#292](https://github.com/jch/html-pipeline/pull/292)
|
|
73
|
-
* Update dependencies [#291](https://github.com/jch/html-pipeline/pull/291)
|
|
86
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.12.2...v2.12.3)
|
|
74
87
|
|
|
75
|
-
|
|
88
|
+
**Merged pull requests:**
|
|
76
89
|
|
|
77
|
-
|
|
90
|
+
- Improves syntax highlight filter [\#325](https://github.com/gjtorikian/html-pipeline/pull/325) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
91
|
+
- Reuse found lexer in SyntaxHighlightFilter [\#324](https://github.com/gjtorikian/html-pipeline/pull/324) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
92
|
+
- Fix link of Rouge CSS Theme [\#323](https://github.com/gjtorikian/html-pipeline/pull/323) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
78
93
|
|
|
79
|
-
## 2.
|
|
94
|
+
## [v2.12.2](https://github.com/gjtorikian/html-pipeline/tree/v2.12.2) (2019-11-14)
|
|
80
95
|
|
|
81
|
-
|
|
96
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.12.1...v2.12.2)
|
|
82
97
|
|
|
83
|
-
|
|
98
|
+
**Closed issues:**
|
|
84
99
|
|
|
85
|
-
|
|
86
|
-
* Fixed a few warnings
|
|
100
|
+
- Changing the list of commonmarker extensions with custom renderer is broken [\#321](https://github.com/gjtorikian/html-pipeline/issues/321)
|
|
87
101
|
|
|
88
|
-
|
|
102
|
+
**Merged pull requests:**
|
|
89
103
|
|
|
90
|
-
|
|
104
|
+
- Allow bad tags [\#322](https://github.com/gjtorikian/html-pipeline/pull/322) ([gjtorikian](https://github.com/gjtorikian))
|
|
91
105
|
|
|
92
|
-
##
|
|
106
|
+
## [v2.12.1](https://github.com/gjtorikian/html-pipeline/tree/v2.12.1) (2019-11-13)
|
|
93
107
|
|
|
94
|
-
|
|
108
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.12.0...v2.12.1)
|
|
95
109
|
|
|
96
|
-
|
|
110
|
+
**Closed issues:**
|
|
97
111
|
|
|
98
|
-
|
|
112
|
+
- Where is this inserting the p tag? [\#317](https://github.com/gjtorikian/html-pipeline/issues/317)
|
|
113
|
+
- Update CHANGELOG [\#315](https://github.com/gjtorikian/html-pipeline/issues/315)
|
|
99
114
|
|
|
100
|
-
|
|
115
|
+
**Merged pull requests:**
|
|
101
116
|
|
|
102
|
-
|
|
117
|
+
- Make this list a const [\#320](https://github.com/gjtorikian/html-pipeline/pull/320) ([gjtorikian](https://github.com/gjtorikian))
|
|
118
|
+
- Add Rails 6.0 to appraisals [\#319](https://github.com/gjtorikian/html-pipeline/pull/319) ([smudge](https://github.com/smudge))
|
|
119
|
+
- Add ability to pass custom renderer to MarkdownFilter [\#318](https://github.com/gjtorikian/html-pipeline/pull/318) ([gjtorikian](https://github.com/gjtorikian))
|
|
120
|
+
- Update changelog [\#316](https://github.com/gjtorikian/html-pipeline/pull/316) ([sj26](https://github.com/sj26))
|
|
103
121
|
|
|
104
|
-
##
|
|
122
|
+
## [v2.12.0](https://github.com/gjtorikian/html-pipeline/tree/v2.12.0) (2019-08-12)
|
|
105
123
|
|
|
106
|
-
|
|
124
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.11.1...v2.12.0)
|
|
107
125
|
|
|
108
|
-
|
|
126
|
+
**Merged pull requests:**
|
|
109
127
|
|
|
110
|
-
|
|
128
|
+
- Team mention filter [\#314](https://github.com/gjtorikian/html-pipeline/pull/314) ([indigok](https://github.com/indigok))
|
|
111
129
|
|
|
112
|
-
##
|
|
130
|
+
## [v2.11.1](https://github.com/gjtorikian/html-pipeline/tree/v2.11.1) (2019-07-18)
|
|
113
131
|
|
|
114
|
-
|
|
115
|
-
* Fix typo [#239](https://github.com/jch/html-pipeline/pull/239)
|
|
116
|
-
* Test against Ruby 2.3.0 on Travis CI [#238](https://github.com/jch/html-pipeline/pull/238)
|
|
117
|
-
* use travis containers [#237](https://github.com/jch/html-pipeline/pull/237)
|
|
132
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.11.0...v2.11.1)
|
|
118
133
|
|
|
119
|
-
|
|
134
|
+
**Merged pull requests:**
|
|
120
135
|
|
|
121
|
-
|
|
122
|
-
|
|
136
|
+
- Freeze string literals in Ruby 2.3 and beyond [\#313](https://github.com/gjtorikian/html-pipeline/pull/313) ([ashmaroli](https://github.com/ashmaroli))
|
|
137
|
+
- Avoid YARD warning: Unknown tag @mention [\#309](https://github.com/gjtorikian/html-pipeline/pull/309) ([olleolleolle](https://github.com/olleolleolle))
|
|
123
138
|
|
|
124
|
-
##
|
|
139
|
+
## [v2.11.0](https://github.com/gjtorikian/html-pipeline/tree/v2.11.0) (2019-04-06)
|
|
125
140
|
|
|
126
|
-
|
|
141
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.10.0...v2.11.0)
|
|
127
142
|
|
|
128
|
-
|
|
143
|
+
**Merged pull requests:**
|
|
129
144
|
|
|
130
|
-
|
|
145
|
+
- CI: Use latest 2.4 [\#310](https://github.com/gjtorikian/html-pipeline/pull/310) ([olleolleolle](https://github.com/olleolleolle))
|
|
146
|
+
- CamoFilter: use String\#unpack to hexencode URLs [\#256](https://github.com/gjtorikian/html-pipeline/pull/256) ([glaszig](https://github.com/glaszig))
|
|
131
147
|
|
|
132
|
-
##
|
|
148
|
+
## [v2.10.0](https://github.com/gjtorikian/html-pipeline/tree/v2.10.0) (2019-01-06)
|
|
133
149
|
|
|
134
|
-
|
|
135
|
-
* Extract emoji image tag generation to own method [#195](https://github.com/jch/html-pipeline/pull/195)
|
|
136
|
-
* Update README.md [#211](https://github.com/jch/html-pipeline/pull/211)
|
|
137
|
-
* Add ImageFilter for image url to img tag conversion [#207](https://github.com/jch/html-pipeline/pull/207)
|
|
150
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.9.2...v2.10.0)
|
|
138
151
|
|
|
139
|
-
|
|
152
|
+
**Closed issues:**
|
|
140
153
|
|
|
141
|
-
|
|
154
|
+
- RFC5122: XMPP URI [\#289](https://github.com/gjtorikian/html-pipeline/issues/289)
|
|
142
155
|
|
|
143
|
-
|
|
144
|
-
* Add GitHub flavor Markdown Task List extension [#162](https://github.com/jch/html-pipeline/pull/162) @simeonwillbanks
|
|
145
|
-
* @mention allow for custom regex to identify usernames. [#157](https://github.com/jch/html-pipeline/pull/157) @brittballard
|
|
146
|
-
* EmojiFilter now requires gemoji ~> 2. [#159](https://github.com/jch/html-pipeline/pull/159) @jch
|
|
156
|
+
**Merged pull requests:**
|
|
147
157
|
|
|
148
|
-
|
|
158
|
+
- Add XMPP URI \#289 [\#307](https://github.com/gjtorikian/html-pipeline/pull/307) ([Neustradamus](https://github.com/Neustradamus))
|
|
149
159
|
|
|
150
|
-
|
|
151
|
-
* MentionFilter#link_to_mentioned_user: Replace String introspection with Regexp match [#172](https://github.com/jch/html-pipeline/pull/172) @simeonwillbanks
|
|
152
|
-
* Whitelist summary and details element. [#171](https://github.com/jch/html-pipeline/pull/171) @JuanitoFatas
|
|
153
|
-
* Support ~login for MentionFilter. [#167](https://github.com/jch/html-pipeline/pull/167) @JuanitoFatas
|
|
154
|
-
* Revert "Search for text nodes on DocumentFragments without root tags" [#158](https://github.com/jch/html-pipeline/pull/158) @jch
|
|
155
|
-
* Drop support for ruby ree, 1.9.2, 1.9.3 [#156](https://github.com/jch/html-pipeline/pull/156) @jch
|
|
156
|
-
* Skip EmojiFilter in `<tt>` tags [#147](https://github.com/jch/html-pipeline/pull/147) @moskvax
|
|
157
|
-
* Use Linguist lexers [#153](https://github.com/jch/html-pipeline/pull/153) @pchaigno
|
|
158
|
-
* Constrain Active Support >= 2, < 5 [#180](https://github.com/jch/html-pipeline/pull/180) @jch
|
|
160
|
+
## [v2.9.2](https://github.com/gjtorikian/html-pipeline/tree/v2.9.2) (2019-01-04)
|
|
159
161
|
|
|
160
|
-
|
|
162
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.9.1...v2.9.2)
|
|
161
163
|
|
|
162
|
-
|
|
163
|
-
* Don't filter @mentions in `<style>` tags #145 jch
|
|
164
|
-
* Prefer `http_url` in HttpsFilter. `base_url` still works. #142 bkeepers
|
|
165
|
-
* Remove duplicate check in EmojiFilter #141 Razer6
|
|
164
|
+
**Closed issues:**
|
|
166
165
|
|
|
167
|
-
|
|
166
|
+
- Why isn't \<span\> whitelisted by default? [\#183](https://github.com/gjtorikian/html-pipeline/issues/183)
|
|
168
167
|
|
|
169
|
-
|
|
170
|
-
* Add `details` to sanitization whitelist #139 tansaku
|
|
171
|
-
* Fix README spelling #137 Razer6
|
|
172
|
-
* Remove ActiveSupport `try` dependency #132 simeonwillbanks
|
|
168
|
+
**Merged pull requests:**
|
|
173
169
|
|
|
174
|
-
|
|
170
|
+
- Whitelist various inline semantic/formatting tags [\#306](https://github.com/gjtorikian/html-pipeline/pull/306) ([chris-morgan](https://github.com/chris-morgan))
|
|
175
171
|
|
|
176
|
-
|
|
177
|
-
* Clean up gemspec dependencies #130 mislav
|
|
178
|
-
* EmojiFilter compatibility with gemoji v2 #129 mislav
|
|
179
|
-
* Now using Minitest #126 simeonwillbanks
|
|
172
|
+
## [v2.9.1](https://github.com/gjtorikian/html-pipeline/tree/v2.9.1) (2018-11-13)
|
|
180
173
|
|
|
181
|
-
|
|
174
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.9.0...v2.9.1)
|
|
182
175
|
|
|
183
|
-
|
|
184
|
-
* Reorganize README and add table of contents #118 simeonwillbanks
|
|
176
|
+
**Merged pull requests:**
|
|
185
177
|
|
|
186
|
-
|
|
178
|
+
- Render irc and ircs URLs [\#191](https://github.com/gjtorikian/html-pipeline/pull/191) ([frozencemetery](https://github.com/frozencemetery))
|
|
187
179
|
|
|
188
|
-
|
|
189
|
-
* ruby 2.1.1 support #119 simeonwillbanks
|
|
180
|
+
## [v2.9.0](https://github.com/gjtorikian/html-pipeline/tree/v2.9.0) (2018-11-08)
|
|
190
181
|
|
|
191
|
-
|
|
182
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.8.4...v2.9.0)
|
|
192
183
|
|
|
193
|
-
|
|
194
|
-
* Add missing dependency for EmailReplyFilter #110 foca
|
|
195
|
-
* Fix deprecation warning for Digest::Digest #103 chrishunt
|
|
184
|
+
**Closed issues:**
|
|
196
185
|
|
|
197
|
-
|
|
186
|
+
- New feature request for hashtags \# filter [\#301](https://github.com/gjtorikian/html-pipeline/issues/301)
|
|
187
|
+
- Whitelist srcset for responsive images [\#233](https://github.com/gjtorikian/html-pipeline/issues/233)
|
|
198
188
|
|
|
199
|
-
|
|
189
|
+
**Merged pull requests:**
|
|
200
190
|
|
|
201
|
-
|
|
191
|
+
- Adds `UNSAFE` option to CommonMarker usage where needed [\#304](https://github.com/gjtorikian/html-pipeline/pull/304) ([diachini](https://github.com/diachini))
|
|
192
|
+
- Fix one more missing freeze [\#300](https://github.com/gjtorikian/html-pipeline/pull/300) ([stanhu](https://github.com/stanhu))
|
|
202
193
|
|
|
203
|
-
|
|
194
|
+
## [v2.8.4](https://github.com/gjtorikian/html-pipeline/tree/v2.8.4) (2018-07-24)
|
|
204
195
|
|
|
205
|
-
|
|
196
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.8.3...v2.8.4)
|
|
206
197
|
|
|
207
|
-
|
|
198
|
+
**Merged pull requests:**
|
|
208
199
|
|
|
209
|
-
|
|
200
|
+
- Freeze all elements in HTML::Pipeline::SanitizationFilter [\#299](https://github.com/gjtorikian/html-pipeline/pull/299) ([stanhu](https://github.com/stanhu))
|
|
210
201
|
|
|
211
|
-
##
|
|
202
|
+
## [v2.8.3](https://github.com/gjtorikian/html-pipeline/tree/v2.8.3) (2018-06-29)
|
|
212
203
|
|
|
213
|
-
|
|
204
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.8.2...v2.8.3)
|
|
214
205
|
|
|
215
|
-
|
|
206
|
+
**Closed issues:**
|
|
216
207
|
|
|
217
|
-
|
|
218
|
-
the filters. See [this section of the README](/README.md#dependencies) for
|
|
219
|
-
details.
|
|
208
|
+
- Accessibility-related HTML isn't whitelisted [\#215](https://github.com/gjtorikian/html-pipeline/issues/215)
|
|
220
209
|
|
|
221
|
-
|
|
222
|
-
* Add link_attr option to Autolink filter #89 from excid3/master
|
|
223
|
-
* Add ActiveSupport back in as dependency for xml-mini #85 from mojavelinux/xml-mini
|
|
210
|
+
**Merged pull requests:**
|
|
224
211
|
|
|
225
|
-
|
|
212
|
+
- Whitelist some accessibility properties [\#298](https://github.com/gjtorikian/html-pipeline/pull/298) ([gjtorikian](https://github.com/gjtorikian))
|
|
226
213
|
|
|
227
|
-
|
|
214
|
+
## [v2.8.2](https://github.com/gjtorikian/html-pipeline/tree/v2.8.2) (2018-06-27)
|
|
228
215
|
|
|
229
|
-
|
|
216
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.8.1...v2.8.2)
|
|
230
217
|
|
|
231
|
-
|
|
218
|
+
## [v2.8.1](https://github.com/gjtorikian/html-pipeline/tree/v2.8.1) (2018-06-26)
|
|
232
219
|
|
|
233
|
-
|
|
220
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.8.0...v2.8.1)
|
|
234
221
|
|
|
235
|
-
|
|
222
|
+
**Merged pull requests:**
|
|
236
223
|
|
|
237
|
-
|
|
224
|
+
- \[PATCH\] Fix XSS vulnerability on table of content generation [\#296](https://github.com/gjtorikian/html-pipeline/pull/296) ([gjtorikian](https://github.com/gjtorikian))
|
|
238
225
|
|
|
239
|
-
|
|
240
|
-
* TableOfContentsFilter generates list of sections #75 simeonwillbanks
|
|
226
|
+
## [v2.8.0](https://github.com/gjtorikian/html-pipeline/tree/v2.8.0) (2018-05-04)
|
|
241
227
|
|
|
242
|
-
|
|
228
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.7.2...v2.8.0)
|
|
243
229
|
|
|
244
|
-
|
|
245
|
-
changes and new features. Starting from this release, semver will be followed.
|
|
230
|
+
**Merged pull requests:**
|
|
246
231
|
|
|
247
|
-
|
|
248
|
-
* Update readme typo #57 envygeeks
|
|
249
|
-
* TOC unicode characters and anchor names for Ruby > 1.9 #64 jakedouglas/non_english_anchors
|
|
250
|
-
* Add :skip_tags option for AutolinkFilter #65 pengwynn
|
|
251
|
-
* Fix CI dependency issues #67 jch
|
|
252
|
-
* Fix ignored test and add Ruby 2.0 to CI. #71, #72 tricknotes
|
|
232
|
+
- Ensure \<pre\> nodes are not removed after syntax highlighting [\#295](https://github.com/gjtorikian/html-pipeline/pull/295) ([ianks](https://github.com/ianks))
|
|
253
233
|
|
|
254
|
-
##
|
|
234
|
+
## [v2.7.2](https://github.com/gjtorikian/html-pipeline/tree/v2.7.2) (2018-04-25)
|
|
255
235
|
|
|
256
|
-
|
|
236
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.7.1...v2.7.2)
|
|
257
237
|
|
|
258
|
-
|
|
238
|
+
**Closed issues:**
|
|
259
239
|
|
|
260
|
-
|
|
240
|
+
- emoji autocomplet/suggestion [\#294](https://github.com/gjtorikian/html-pipeline/issues/294)
|
|
241
|
+
- Bug in allowed attributes [\#287](https://github.com/gjtorikian/html-pipeline/issues/287)
|
|
242
|
+
- Github Flavoured Markdown table support [\#269](https://github.com/gjtorikian/html-pipeline/issues/269)
|
|
243
|
+
- Allow embedding of JSON-LD [\#250](https://github.com/gjtorikian/html-pipeline/issues/250)
|
|
261
244
|
|
|
262
|
-
|
|
245
|
+
**Merged pull requests:**
|
|
263
246
|
|
|
264
|
-
|
|
265
|
-
|
|
247
|
+
- Update README.md \[ci skip\] [\#293](https://github.com/gjtorikian/html-pipeline/pull/293) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
248
|
+
- Disable processing @mentions in \<script\> tag [\#292](https://github.com/gjtorikian/html-pipeline/pull/292) ([ashmaroli](https://github.com/ashmaroli))
|
|
249
|
+
- Update dependencies [\#291](https://github.com/gjtorikian/html-pipeline/pull/291) ([gjtorikian](https://github.com/gjtorikian))
|
|
250
|
+
- Apply mention filter & emoji filter on node text [\#290](https://github.com/gjtorikian/html-pipeline/pull/290) ([ashmaroli](https://github.com/ashmaroli))
|
|
266
251
|
|
|
267
|
-
##
|
|
252
|
+
## [v2.7.1](https://github.com/gjtorikian/html-pipeline/tree/v2.7.1) (2017-09-21)
|
|
268
253
|
|
|
269
|
-
|
|
254
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.7.0...v2.7.1)
|
|
270
255
|
|
|
271
|
-
|
|
256
|
+
**Closed issues:**
|
|
272
257
|
|
|
273
|
-
|
|
274
|
-
* add result[:mentioned_usernames] for MentionFilter fachen #42
|
|
258
|
+
- Eating LoadErrors can mask different problems [\#282](https://github.com/gjtorikian/html-pipeline/issues/282)
|
|
275
259
|
|
|
276
|
-
|
|
260
|
+
**Merged pull requests:**
|
|
277
261
|
|
|
278
|
-
|
|
279
|
-
|
|
262
|
+
- Reduce travis errors and move to trusty [\#285](https://github.com/gjtorikian/html-pipeline/pull/285) ([timdiggins](https://github.com/timdiggins))
|
|
263
|
+
- Output underlying load error when wrapping [\#284](https://github.com/gjtorikian/html-pipeline/pull/284) ([timdiggins](https://github.com/timdiggins))
|
|
264
|
+
- correct spelling mistake [\#281](https://github.com/gjtorikian/html-pipeline/pull/281) ([EdwardBetts](https://github.com/EdwardBetts))
|
|
280
265
|
|
|
281
|
-
## 0.0
|
|
266
|
+
## [v2.7.0](https://github.com/gjtorikian/html-pipeline/tree/v2.7.0) (2017-08-16)
|
|
282
267
|
|
|
283
|
-
|
|
268
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.6.0...v2.7.0)
|
|
284
269
|
|
|
285
|
-
|
|
270
|
+
**Closed issues:**
|
|
286
271
|
|
|
287
|
-
|
|
272
|
+
- github-markdown is abandonware. Lose it or resurrect+support it? [\#246](https://github.com/gjtorikian/html-pipeline/issues/246)
|
|
288
273
|
|
|
289
|
-
|
|
274
|
+
**Merged pull requests:**
|
|
290
275
|
|
|
291
|
-
|
|
276
|
+
- Fix CI~ [\#280](https://github.com/gjtorikian/html-pipeline/pull/280) ([kivikakk](https://github.com/kivikakk))
|
|
277
|
+
- Let users set the common marker extensions [\#279](https://github.com/gjtorikian/html-pipeline/pull/279) ([gwincr11](https://github.com/gwincr11))
|
|
278
|
+
- Update CHANGELOG for 2.6.0 [\#277](https://github.com/gjtorikian/html-pipeline/pull/277) ([carpodaster](https://github.com/carpodaster))
|
|
279
|
+
- Fix hyperlink in README [\#276](https://github.com/gjtorikian/html-pipeline/pull/276) ([jwilk](https://github.com/jwilk))
|
|
292
280
|
|
|
293
|
-
## 0.0
|
|
281
|
+
## [v2.6.0](https://github.com/gjtorikian/html-pipeline/tree/v2.6.0) (2017-05-23)
|
|
294
282
|
|
|
295
|
-
|
|
296
|
-
* gemspec cleanup: nbibler #23, jbarnette #24
|
|
297
|
-
* doc updates: jch #16, pborreli #17, wickedshimmy #18, benubois #19, blackerby #21
|
|
298
|
-
* loosen gemoji dependency: josh #15
|
|
283
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.5.0...v2.6.0)
|
|
299
284
|
|
|
300
|
-
|
|
285
|
+
**Merged pull requests:**
|
|
301
286
|
|
|
302
|
-
|
|
287
|
+
- Set instrumentation name [\#275](https://github.com/gjtorikian/html-pipeline/pull/275) ([gjtorikian](https://github.com/gjtorikian))
|
|
288
|
+
- Switch to CommonMark [\#274](https://github.com/gjtorikian/html-pipeline/pull/274) ([kivikakk](https://github.com/kivikakk))
|
|
289
|
+
- add korgi to 3rd party extensions \[ci skip\] [\#271](https://github.com/gjtorikian/html-pipeline/pull/271) ([jodeci](https://github.com/jodeci))
|
|
290
|
+
|
|
291
|
+
## [v2.5.0](https://github.com/gjtorikian/html-pipeline/tree/v2.5.0) (2017-01-13)
|
|
292
|
+
|
|
293
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.4.2...v2.5.0)
|
|
294
|
+
|
|
295
|
+
**Closed issues:**
|
|
296
|
+
|
|
297
|
+
- Add `<wbr>` to whitelist [\#265](https://github.com/gjtorikian/html-pipeline/issues/265)
|
|
298
|
+
- Missing context keys for HTML::Pipeline::EmojiFilter: :asset\_root [\#262](https://github.com/gjtorikian/html-pipeline/issues/262)
|
|
299
|
+
- Emoji \<img\> tags does not pass W3C validationg [\#234](https://github.com/gjtorikian/html-pipeline/issues/234)
|
|
300
|
+
- Incompatible character encodings: ASCII-8BIT and UTF-8 in EmailReplyFilter [\#229](https://github.com/gjtorikian/html-pipeline/issues/229)
|
|
301
|
+
|
|
302
|
+
**Merged pull requests:**
|
|
303
|
+
|
|
304
|
+
- Ruby 2.4 [\#268](https://github.com/gjtorikian/html-pipeline/pull/268) ([haileys](https://github.com/haileys))
|
|
305
|
+
|
|
306
|
+
## [v2.4.2](https://github.com/gjtorikian/html-pipeline/tree/v2.4.2) (2016-07-11)
|
|
307
|
+
|
|
308
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.4.1...v2.4.2)
|
|
309
|
+
|
|
310
|
+
**Closed issues:**
|
|
311
|
+
|
|
312
|
+
- Rails 5 support [\#252](https://github.com/gjtorikian/html-pipeline/issues/252)
|
|
313
|
+
|
|
314
|
+
**Merged pull requests:**
|
|
315
|
+
|
|
316
|
+
- Release v2.4.2 [\#260](https://github.com/gjtorikian/html-pipeline/pull/260) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
317
|
+
- Bump Active Support dependency to version \>= 2 [\#257](https://github.com/gjtorikian/html-pipeline/pull/257) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
318
|
+
|
|
319
|
+
## [v2.4.1](https://github.com/gjtorikian/html-pipeline/tree/v2.4.1) (2016-05-11)
|
|
320
|
+
|
|
321
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.4.0...v2.4.1)
|
|
322
|
+
|
|
323
|
+
**Merged pull requests:**
|
|
324
|
+
|
|
325
|
+
- Bump gem to 2.4.1 [\#255](https://github.com/gjtorikian/html-pipeline/pull/255) ([jch](https://github.com/jch))
|
|
326
|
+
- Regression in EmailReplyPipeline: unfiltered content is being ommitted [\#253](https://github.com/gjtorikian/html-pipeline/pull/253) ([oreoshake](https://github.com/oreoshake))
|
|
327
|
+
|
|
328
|
+
## [v2.4.0](https://github.com/gjtorikian/html-pipeline/tree/v2.4.0) (2016-04-11)
|
|
329
|
+
|
|
330
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.3.0...v2.4.0)
|
|
331
|
+
|
|
332
|
+
**Merged pull requests:**
|
|
333
|
+
|
|
334
|
+
- Release 2.4.0 [\#248](https://github.com/gjtorikian/html-pipeline/pull/248) ([jch](https://github.com/jch))
|
|
335
|
+
- Optionally filter email addresses [\#247](https://github.com/gjtorikian/html-pipeline/pull/247) ([oreoshake](https://github.com/oreoshake))
|
|
336
|
+
|
|
337
|
+
## [v2.3.0](https://github.com/gjtorikian/html-pipeline/tree/v2.3.0) (2016-01-20)
|
|
338
|
+
|
|
339
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.2.4...v2.3.0)
|
|
340
|
+
|
|
341
|
+
**Merged pull requests:**
|
|
342
|
+
|
|
343
|
+
- Release 2.3.0 [\#245](https://github.com/gjtorikian/html-pipeline/pull/245) ([jch](https://github.com/jch))
|
|
344
|
+
- Creating the option to pass in an anchor icon, instead of using octicons [\#244](https://github.com/gjtorikian/html-pipeline/pull/244) ([jonrohan](https://github.com/jonrohan))
|
|
345
|
+
|
|
346
|
+
## [v2.2.4](https://github.com/gjtorikian/html-pipeline/tree/v2.2.4) (2016-01-17)
|
|
347
|
+
|
|
348
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.2.3...v2.2.4)
|
|
349
|
+
|
|
350
|
+
**Merged pull requests:**
|
|
351
|
+
|
|
352
|
+
- Use entire namespace so exception constant is resolved [\#243](https://github.com/gjtorikian/html-pipeline/pull/243) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
353
|
+
|
|
354
|
+
## [v2.2.3](https://github.com/gjtorikian/html-pipeline/tree/v2.2.3) (2016-01-14)
|
|
355
|
+
|
|
356
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.2.2...v2.2.3)
|
|
357
|
+
|
|
358
|
+
**Closed issues:**
|
|
359
|
+
|
|
360
|
+
- `rescue LoadError; abort` flow for missing dependencies breaks client applications [\#240](https://github.com/gjtorikian/html-pipeline/issues/240)
|
|
361
|
+
|
|
362
|
+
**Merged pull requests:**
|
|
363
|
+
|
|
364
|
+
- Release 2.2.3 [\#242](https://github.com/gjtorikian/html-pipeline/pull/242) ([jch](https://github.com/jch))
|
|
365
|
+
- raise MissingDependencyError instead of aborting on missing dependency [\#241](https://github.com/gjtorikian/html-pipeline/pull/241) ([parkr](https://github.com/parkr))
|
|
366
|
+
- Fix typo [\#239](https://github.com/gjtorikian/html-pipeline/pull/239) ([rimenes](https://github.com/rimenes))
|
|
367
|
+
- Test against Ruby 2.3.0 on Travis CI [\#238](https://github.com/gjtorikian/html-pipeline/pull/238) ([tricknotes](https://github.com/tricknotes))
|
|
368
|
+
- use travis containers [\#237](https://github.com/gjtorikian/html-pipeline/pull/237) ([kbrock](https://github.com/kbrock))
|
|
369
|
+
|
|
370
|
+
## [v2.2.2](https://github.com/gjtorikian/html-pipeline/tree/v2.2.2) (2015-10-27)
|
|
371
|
+
|
|
372
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.2.1...v2.2.2)
|
|
373
|
+
|
|
374
|
+
**Closed issues:**
|
|
375
|
+
|
|
376
|
+
- 2.2.1 release [\#225](https://github.com/gjtorikian/html-pipeline/issues/225)
|
|
377
|
+
|
|
378
|
+
**Merged pull requests:**
|
|
379
|
+
|
|
380
|
+
- Release 2.2.2 [\#231](https://github.com/gjtorikian/html-pipeline/pull/231) ([jch](https://github.com/jch))
|
|
381
|
+
- Fix for calling mention\_link\_filter with only one argument [\#230](https://github.com/gjtorikian/html-pipeline/pull/230) ([benbalter](https://github.com/benbalter))
|
|
382
|
+
- Add html-pipeline-linkify\_github to 3rd Party Extensions \[ci skip\] [\#228](https://github.com/gjtorikian/html-pipeline/pull/228) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
383
|
+
|
|
384
|
+
## [v2.2.1](https://github.com/gjtorikian/html-pipeline/tree/v2.2.1) (2015-10-01)
|
|
385
|
+
|
|
386
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.2.0...v2.2.1)
|
|
387
|
+
|
|
388
|
+
**Merged pull requests:**
|
|
389
|
+
|
|
390
|
+
- Soften Nokogiri dependency to versions "\>= 1.4" [\#208](https://github.com/gjtorikian/html-pipeline/pull/208) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
391
|
+
|
|
392
|
+
## [v2.2.0](https://github.com/gjtorikian/html-pipeline/tree/v2.2.0) (2015-09-28)
|
|
393
|
+
|
|
394
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.1.0...v2.2.0)
|
|
395
|
+
|
|
396
|
+
**Merged pull requests:**
|
|
397
|
+
|
|
398
|
+
- Release 2.2.0 [\#224](https://github.com/gjtorikian/html-pipeline/pull/224) ([jch](https://github.com/jch))
|
|
399
|
+
- Only allow cite attribute on blockquote and restrict schemes [\#223](https://github.com/gjtorikian/html-pipeline/pull/223) ([btoews](https://github.com/btoews))
|
|
400
|
+
|
|
401
|
+
## [v2.1.0](https://github.com/gjtorikian/html-pipeline/tree/v2.1.0) (2015-09-22)
|
|
402
|
+
|
|
403
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.0...v2.1.0)
|
|
404
|
+
|
|
405
|
+
**Closed issues:**
|
|
406
|
+
|
|
407
|
+
- Add SmartQuotes filter [\#220](https://github.com/gjtorikian/html-pipeline/issues/220)
|
|
408
|
+
- Need help fixing a non-security issue… [\#214](https://github.com/gjtorikian/html-pipeline/issues/214)
|
|
409
|
+
- List GitHub-deployed versions somewhere? [\#201](https://github.com/gjtorikian/html-pipeline/issues/201)
|
|
410
|
+
- Support limited use of the HTML 'style' attribute [\#192](https://github.com/gjtorikian/html-pipeline/issues/192)
|
|
411
|
+
- Separate gems for versioning external dependencies [\#182](https://github.com/gjtorikian/html-pipeline/issues/182)
|
|
412
|
+
|
|
413
|
+
**Merged pull requests:**
|
|
414
|
+
|
|
415
|
+
- Release 2.1.0 [\#222](https://github.com/gjtorikian/html-pipeline/pull/222) ([jch](https://github.com/jch))
|
|
416
|
+
- Whitelist schemes for longdesc [\#221](https://github.com/gjtorikian/html-pipeline/pull/221) ([btoews](https://github.com/btoews))
|
|
417
|
+
- Update README.md [\#211](https://github.com/gjtorikian/html-pipeline/pull/211) ([st0012](https://github.com/st0012))
|
|
418
|
+
- Add ImageFilter for image url to img tag conversion [\#207](https://github.com/gjtorikian/html-pipeline/pull/207) ([st0012](https://github.com/st0012))
|
|
419
|
+
- Extract emoji image tag generation to own method [\#195](https://github.com/gjtorikian/html-pipeline/pull/195) ([kbrock](https://github.com/kbrock))
|
|
420
|
+
|
|
421
|
+
## [v2.0](https://github.com/gjtorikian/html-pipeline/tree/v2.0) (2015-07-20)
|
|
422
|
+
|
|
423
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.11.0...v2.0)
|
|
424
|
+
|
|
425
|
+
**Closed issues:**
|
|
426
|
+
|
|
427
|
+
- Feature request: Strikethrough if issue is closed [\#202](https://github.com/gjtorikian/html-pipeline/issues/202)
|
|
428
|
+
- how can i read this code? [\#198](https://github.com/gjtorikian/html-pipeline/issues/198)
|
|
429
|
+
- how can i read this code? [\#197](https://github.com/gjtorikian/html-pipeline/issues/197)
|
|
430
|
+
- Change github-markdown dependency to a free licensed parser [\#196](https://github.com/gjtorikian/html-pipeline/issues/196)
|
|
431
|
+
- possible bug? [\#193](https://github.com/gjtorikian/html-pipeline/issues/193)
|
|
432
|
+
- Support ftp scheme for markdown URLs [\#187](https://github.com/gjtorikian/html-pipeline/issues/187)
|
|
433
|
+
- Syntax highlighting example in Readme not working [\#186](https://github.com/gjtorikian/html-pipeline/issues/186)
|
|
434
|
+
- OSX HTML::Pipeline::MarkdownFilter Fails on Right Double Quotation Mark around email address [\#173](https://github.com/gjtorikian/html-pipeline/issues/173)
|
|
435
|
+
- Question - Can this work with Rouge? [\#166](https://github.com/gjtorikian/html-pipeline/issues/166)
|
|
436
|
+
- Question about github markdown filter \(low priority!\) [\#165](https://github.com/gjtorikian/html-pipeline/issues/165)
|
|
437
|
+
- Do not mention or emojify in a codeblock [\#163](https://github.com/gjtorikian/html-pipeline/issues/163)
|
|
438
|
+
- MentionFilter base\_url config question [\#161](https://github.com/gjtorikian/html-pipeline/issues/161)
|
|
439
|
+
- Feature Request: Add "details" tag to whitelist [\#138](https://github.com/gjtorikian/html-pipeline/issues/138)
|
|
440
|
+
|
|
441
|
+
**Merged pull requests:**
|
|
442
|
+
|
|
443
|
+
- Add three 3rd party filters. \[ci skip\] [\#185](https://github.com/gjtorikian/html-pipeline/pull/185) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
444
|
+
- \[MentionFilter\] Dup string before modifying [\#181](https://github.com/gjtorikian/html-pipeline/pull/181) ([jch](https://github.com/jch))
|
|
445
|
+
- Constrain active support \>= 2, \< 5 [\#180](https://github.com/gjtorikian/html-pipeline/pull/180) ([jch](https://github.com/jch))
|
|
446
|
+
- Release 2.0 [\#179](https://github.com/gjtorikian/html-pipeline/pull/179) ([jch](https://github.com/jch))
|
|
447
|
+
- \[ci skip\] Fix CHANGELOG.md rendering. [\#177](https://github.com/gjtorikian/html-pipeline/pull/177) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
448
|
+
- Restrict nokogiri to specific versions [\#176](https://github.com/gjtorikian/html-pipeline/pull/176) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
449
|
+
- Use svg build badge. \[ci skip\] [\#175](https://github.com/gjtorikian/html-pipeline/pull/175) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
450
|
+
- Add 3rd party gem: html-pipeline-rouge\_filter. [\#174](https://github.com/gjtorikian/html-pipeline/pull/174) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
451
|
+
- MentionFilter\#link\_to\_mentioned\_user: Replace String introspection with Regexp match [\#172](https://github.com/gjtorikian/html-pipeline/pull/172) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
452
|
+
- Whitelist summary and details element. [\#171](https://github.com/gjtorikian/html-pipeline/pull/171) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
453
|
+
- Implement new context option: ignored\_ancestor\_tags to accept more ignored tags. [\#170](https://github.com/gjtorikian/html-pipeline/pull/170) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
454
|
+
- Support ~login for MentionFilter. [\#167](https://github.com/gjtorikian/html-pipeline/pull/167) ([JuanitoFatas](https://github.com/JuanitoFatas))
|
|
455
|
+
- Add GitHub flavor Markdown Task List extension [\#162](https://github.com/gjtorikian/html-pipeline/pull/162) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
456
|
+
- Drop support for gemoji ~\> 1.0 [\#159](https://github.com/gjtorikian/html-pipeline/pull/159) ([jch](https://github.com/jch))
|
|
457
|
+
- Revert "Search for text nodes on DocumentFragments without root tags" [\#158](https://github.com/gjtorikian/html-pipeline/pull/158) ([jch](https://github.com/jch))
|
|
458
|
+
- @mention allow for custom regex to identify usernames. [\#157](https://github.com/gjtorikian/html-pipeline/pull/157) ([brittballard](https://github.com/brittballard))
|
|
459
|
+
- Drop support for ruby ree, 1.9.2 [\#156](https://github.com/gjtorikian/html-pipeline/pull/156) ([jch](https://github.com/jch))
|
|
460
|
+
- Use Linguist lexers [\#153](https://github.com/gjtorikian/html-pipeline/pull/153) ([pchaigno](https://github.com/pchaigno))
|
|
461
|
+
- Readme tweaks: add FAQ section, refresh 3rd party extensions [\#150](https://github.com/gjtorikian/html-pipeline/pull/150) ([jch](https://github.com/jch))
|
|
462
|
+
- \<tt\> tags are not skipped by EmojiFilter [\#147](https://github.com/gjtorikian/html-pipeline/pull/147) ([moskvax](https://github.com/moskvax))
|
|
463
|
+
|
|
464
|
+
## [v1.11.0](https://github.com/gjtorikian/html-pipeline/tree/v1.11.0) (2014-09-15)
|
|
465
|
+
|
|
466
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.10.0...v1.11.0)
|
|
467
|
+
|
|
468
|
+
**Closed issues:**
|
|
469
|
+
|
|
470
|
+
- @mention\_filter should not replace mentions in style blocks. [\#143](https://github.com/gjtorikian/html-pipeline/issues/143)
|
|
471
|
+
- EmojiFilter doesn't work on strings that don't contain HTML [\#133](https://github.com/gjtorikian/html-pipeline/issues/133)
|
|
472
|
+
|
|
473
|
+
**Merged pull requests:**
|
|
474
|
+
|
|
475
|
+
- Search for text nodes on DocumentFragments without root tags [\#146](https://github.com/gjtorikian/html-pipeline/pull/146) ([Razer6](https://github.com/Razer6))
|
|
476
|
+
- Don't filter @mentions in \<style\> tags [\#145](https://github.com/gjtorikian/html-pipeline/pull/145) ([jch](https://github.com/jch))
|
|
477
|
+
- Prefer http\_url in HttpsFilter [\#142](https://github.com/gjtorikian/html-pipeline/pull/142) ([bkeepers](https://github.com/bkeepers))
|
|
478
|
+
- Don't check twice if there is a ':' in content \(EmojiFilter\) [\#141](https://github.com/gjtorikian/html-pipeline/pull/141) ([Razer6](https://github.com/Razer6))
|
|
479
|
+
|
|
480
|
+
## [v1.10.0](https://github.com/gjtorikian/html-pipeline/tree/v1.10.0) (2014-09-05)
|
|
481
|
+
|
|
482
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.9.0...v1.10.0)
|
|
483
|
+
|
|
484
|
+
**Closed issues:**
|
|
485
|
+
|
|
486
|
+
- header tags are html-rendered with name="" instead of id="" [\#135](https://github.com/gjtorikian/html-pipeline/issues/135)
|
|
487
|
+
- Enable syntax highlighting for inline code [\#134](https://github.com/gjtorikian/html-pipeline/issues/134)
|
|
488
|
+
|
|
489
|
+
**Merged pull requests:**
|
|
490
|
+
|
|
491
|
+
- Use id instead of name for TableOfContentsFilter [\#140](https://github.com/gjtorikian/html-pipeline/pull/140) ([bkeepers](https://github.com/bkeepers))
|
|
492
|
+
- adding "details" to tag whitelist [\#139](https://github.com/gjtorikian/html-pipeline/pull/139) ([tansaku](https://github.com/tansaku))
|
|
493
|
+
- Fix spelling in readme [\#137](https://github.com/gjtorikian/html-pipeline/pull/137) ([Razer6](https://github.com/Razer6))
|
|
494
|
+
- Remove ActiveSupport try\(\) dependency [\#132](https://github.com/gjtorikian/html-pipeline/pull/132) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
495
|
+
|
|
496
|
+
## [v1.9.0](https://github.com/gjtorikian/html-pipeline/tree/v1.9.0) (2014-07-07)
|
|
497
|
+
|
|
498
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.8.0...v1.9.0)
|
|
499
|
+
|
|
500
|
+
**Closed issues:**
|
|
501
|
+
|
|
502
|
+
- Medico [\#128](https://github.com/gjtorikian/html-pipeline/issues/128)
|
|
503
|
+
- Support ActiveSupport 4.1 [\#125](https://github.com/gjtorikian/html-pipeline/issues/125)
|
|
504
|
+
- De-github https filter [\#123](https://github.com/gjtorikian/html-pipeline/issues/123)
|
|
505
|
+
|
|
506
|
+
**Merged pull requests:**
|
|
507
|
+
|
|
508
|
+
- Generalize https filter take 2 [\#131](https://github.com/gjtorikian/html-pipeline/pull/131) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
509
|
+
- Remove RUBY\_VERSION conditionals from gemspec [\#130](https://github.com/gjtorikian/html-pipeline/pull/130) ([mislav](https://github.com/mislav))
|
|
510
|
+
- Add compatibility with gemoji v2 [\#129](https://github.com/gjtorikian/html-pipeline/pull/129) ([mislav](https://github.com/mislav))
|
|
511
|
+
|
|
512
|
+
## [v1.8.0](https://github.com/gjtorikian/html-pipeline/tree/v1.8.0) (2014-04-04)
|
|
513
|
+
|
|
514
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.7.0...v1.8.0)
|
|
515
|
+
|
|
516
|
+
**Implemented enhancements:**
|
|
517
|
+
|
|
518
|
+
- Getting Started Guide [\#112](https://github.com/gjtorikian/html-pipeline/issues/112)
|
|
519
|
+
|
|
520
|
+
**Merged pull requests:**
|
|
521
|
+
|
|
522
|
+
- Adding support to supply the path to the emoji sprite in the emoji pipeline [\#122](https://github.com/gjtorikian/html-pipeline/pull/122) ([bradly](https://github.com/bradly))
|
|
523
|
+
- Initial Better README [\#118](https://github.com/gjtorikian/html-pipeline/pull/118) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
524
|
+
|
|
525
|
+
## [v1.7.0](https://github.com/gjtorikian/html-pipeline/tree/v1.7.0) (2014-03-11)
|
|
526
|
+
|
|
527
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.6.0...v1.7.0)
|
|
528
|
+
|
|
529
|
+
**Implemented enhancements:**
|
|
530
|
+
|
|
531
|
+
- Contributing Guidelines [\#113](https://github.com/gjtorikian/html-pipeline/issues/113)
|
|
532
|
+
|
|
533
|
+
**Closed issues:**
|
|
534
|
+
|
|
535
|
+
- cut a 1.6.0 release [\#116](https://github.com/gjtorikian/html-pipeline/issues/116)
|
|
536
|
+
- AutolinkFilter link\_attr doesn't seem to work [\#114](https://github.com/gjtorikian/html-pipeline/issues/114)
|
|
537
|
+
- Spaces inserted into code [\#109](https://github.com/gjtorikian/html-pipeline/issues/109)
|
|
538
|
+
|
|
539
|
+
**Merged pull requests:**
|
|
540
|
+
|
|
541
|
+
- Allow \<s\> and \<strike\> [\#120](https://github.com/gjtorikian/html-pipeline/pull/120) ([haileys](https://github.com/haileys))
|
|
542
|
+
- Ruby 2.1.1 [\#119](https://github.com/gjtorikian/html-pipeline/pull/119) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
543
|
+
- Notes on how to release a new gem version [\#117](https://github.com/gjtorikian/html-pipeline/pull/117) ([jch](https://github.com/jch))
|
|
544
|
+
- Initial Contributing Guidelines [\#115](https://github.com/gjtorikian/html-pipeline/pull/115) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
545
|
+
|
|
546
|
+
## [v1.6.0](https://github.com/gjtorikian/html-pipeline/tree/v1.6.0) (2014-02-14)
|
|
547
|
+
|
|
548
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.5.0...v1.6.0)
|
|
549
|
+
|
|
550
|
+
**Closed issues:**
|
|
551
|
+
|
|
552
|
+
- EmailReplyParser is undefined [\#107](https://github.com/gjtorikian/html-pipeline/issues/107)
|
|
553
|
+
- No stylesheets for SyntaxHighlightFilter [\#106](https://github.com/gjtorikian/html-pipeline/issues/106)
|
|
554
|
+
- Camo Filter doesn't return doc when disabled [\#102](https://github.com/gjtorikian/html-pipeline/issues/102)
|
|
555
|
+
- Passed content must be valid XML to be filtered [\#100](https://github.com/gjtorikian/html-pipeline/issues/100)
|
|
556
|
+
- Emoji syntax gravatars [\#56](https://github.com/gjtorikian/html-pipeline/issues/56)
|
|
557
|
+
|
|
558
|
+
**Merged pull requests:**
|
|
559
|
+
|
|
560
|
+
- EmailReplyFilter depends on EmailReplyParser [\#110](https://github.com/gjtorikian/html-pipeline/pull/110) ([foca](https://github.com/foca))
|
|
561
|
+
- Document generating CSS for HTML formatted code [\#108](https://github.com/gjtorikian/html-pipeline/pull/108) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
562
|
+
- Stop using deprecated OpenSSL::Digest::Digest [\#103](https://github.com/gjtorikian/html-pipeline/pull/103) ([chrishunt](https://github.com/chrishunt))
|
|
563
|
+
|
|
564
|
+
## [v1.5.0](https://github.com/gjtorikian/html-pipeline/tree/v1.5.0) (2014-01-22)
|
|
565
|
+
|
|
566
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.4.0...v1.5.0)
|
|
567
|
+
|
|
568
|
+
**Merged pull requests:**
|
|
569
|
+
|
|
570
|
+
- Allow customization of allowed \<a href\> URL schemes [\#98](https://github.com/gjtorikian/html-pipeline/pull/98) ([aroben](https://github.com/aroben))
|
|
571
|
+
|
|
572
|
+
## [v1.4.0](https://github.com/gjtorikian/html-pipeline/tree/v1.4.0) (2014-01-21)
|
|
573
|
+
|
|
574
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.3.0...v1.4.0)
|
|
575
|
+
|
|
576
|
+
**Merged pull requests:**
|
|
577
|
+
|
|
578
|
+
- Don't URI parse src before passing to camo [\#101](https://github.com/gjtorikian/html-pipeline/pull/101) ([josh](https://github.com/josh))
|
|
579
|
+
|
|
580
|
+
## [v1.3.0](https://github.com/gjtorikian/html-pipeline/tree/v1.3.0) (2014-01-14)
|
|
581
|
+
|
|
582
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.2.0...v1.3.0)
|
|
583
|
+
|
|
584
|
+
**Merged pull requests:**
|
|
585
|
+
|
|
586
|
+
- Remove 1.8 from Travis build [\#99](https://github.com/gjtorikian/html-pipeline/pull/99) ([josh](https://github.com/josh))
|
|
587
|
+
|
|
588
|
+
## [v1.2.0](https://github.com/gjtorikian/html-pipeline/tree/v1.2.0) (2014-01-09)
|
|
589
|
+
|
|
590
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.1.0...v1.2.0)
|
|
591
|
+
|
|
592
|
+
**Closed issues:**
|
|
593
|
+
|
|
594
|
+
- Allow SSH protocol links [\#95](https://github.com/gjtorikian/html-pipeline/issues/95)
|
|
595
|
+
- Straight quote → unicode curly quotes filter [\#94](https://github.com/gjtorikian/html-pipeline/issues/94)
|
|
596
|
+
|
|
597
|
+
**Merged pull requests:**
|
|
598
|
+
|
|
599
|
+
- Bump version 1.2.0 [\#97](https://github.com/gjtorikian/html-pipeline/pull/97) ([jch](https://github.com/jch))
|
|
600
|
+
- Camo Everything [\#96](https://github.com/gjtorikian/html-pipeline/pull/96) ([josh](https://github.com/josh))
|
|
601
|
+
|
|
602
|
+
## [v1.1.0](https://github.com/gjtorikian/html-pipeline/tree/v1.1.0) (2013-11-20)
|
|
603
|
+
|
|
604
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v1.0.0...v1.1.0)
|
|
605
|
+
|
|
606
|
+
**Merged pull requests:**
|
|
607
|
+
|
|
608
|
+
- Bump version 1.1.0 [\#93](https://github.com/gjtorikian/html-pipeline/pull/93) ([jch](https://github.com/jch))
|
|
609
|
+
- CGI.escape emoji name [\#92](https://github.com/gjtorikian/html-pipeline/pull/92) ([jayroh](https://github.com/jayroh))
|
|
610
|
+
|
|
611
|
+
## [v1.0.0](https://github.com/gjtorikian/html-pipeline/tree/v1.0.0) (2013-10-29)
|
|
612
|
+
|
|
613
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.3.1...v1.0.0)
|
|
614
|
+
|
|
615
|
+
**Closed issues:**
|
|
616
|
+
|
|
617
|
+
- Tagged releases for 0.3.0 and 0.3.1 [\#91](https://github.com/gjtorikian/html-pipeline/issues/91)
|
|
618
|
+
- Potential class loading conflict with add-on filters [\#88](https://github.com/gjtorikian/html-pipeline/issues/88)
|
|
619
|
+
- Place Dependency Management On Filters [\#77](https://github.com/gjtorikian/html-pipeline/issues/77)
|
|
620
|
+
- Decrease number of dependencies [\#48](https://github.com/gjtorikian/html-pipeline/issues/48)
|
|
621
|
+
|
|
622
|
+
**Merged pull requests:**
|
|
623
|
+
|
|
624
|
+
- Add link\_attr option to Autolink filter [\#89](https://github.com/gjtorikian/html-pipeline/pull/89) ([excid3](https://github.com/excid3))
|
|
625
|
+
- Update readme with link to asciidoc filter [\#87](https://github.com/gjtorikian/html-pipeline/pull/87) ([jch](https://github.com/jch))
|
|
626
|
+
- use xml\_mini extracted from activesupport [\#85](https://github.com/gjtorikian/html-pipeline/pull/85) ([mojavelinux](https://github.com/mojavelinux))
|
|
627
|
+
- Filters Manage Dependencies [\#80](https://github.com/gjtorikian/html-pipeline/pull/80) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
628
|
+
|
|
629
|
+
## [v0.3.1](https://github.com/gjtorikian/html-pipeline/tree/v0.3.1) (2013-09-16)
|
|
630
|
+
|
|
631
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.3.0...v0.3.1)
|
|
632
|
+
|
|
633
|
+
**Closed issues:**
|
|
634
|
+
|
|
635
|
+
- Tweaks to the email reply filter [\#82](https://github.com/gjtorikian/html-pipeline/issues/82)
|
|
636
|
+
|
|
637
|
+
**Merged pull requests:**
|
|
638
|
+
|
|
639
|
+
- Guard against nil node replacement results [\#84](https://github.com/gjtorikian/html-pipeline/pull/84) ([jbarnette](https://github.com/jbarnette))
|
|
640
|
+
|
|
641
|
+
## [v0.3.0](https://github.com/gjtorikian/html-pipeline/tree/v0.3.0) (2013-08-30)
|
|
642
|
+
|
|
643
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.2.1...v0.3.0)
|
|
644
|
+
|
|
645
|
+
**Closed issues:**
|
|
646
|
+
|
|
647
|
+
- Support for ActiveSupport 4 [\#76](https://github.com/gjtorikian/html-pipeline/issues/76)
|
|
648
|
+
|
|
649
|
+
**Merged pull requests:**
|
|
650
|
+
|
|
651
|
+
- Teach SyntaxHighlightFilter about default highlights [\#81](https://github.com/gjtorikian/html-pipeline/pull/81) ([jbarnette](https://github.com/jbarnette))
|
|
652
|
+
|
|
653
|
+
## [v0.2.1](https://github.com/gjtorikian/html-pipeline/tree/v0.2.1) (2013-08-20)
|
|
654
|
+
|
|
655
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.2.0...v0.2.1)
|
|
656
|
+
|
|
657
|
+
**Closed issues:**
|
|
658
|
+
|
|
659
|
+
- Implement an AsciiDoc filter based on Asciidoctor [\#59](https://github.com/gjtorikian/html-pipeline/issues/59)
|
|
660
|
+
|
|
661
|
+
**Merged pull requests:**
|
|
662
|
+
|
|
663
|
+
- Move activesupport to a development dependency [\#79](https://github.com/gjtorikian/html-pipeline/pull/79) ([jch](https://github.com/jch))
|
|
664
|
+
|
|
665
|
+
## [v0.2.0](https://github.com/gjtorikian/html-pipeline/tree/v0.2.0) (2013-07-31)
|
|
666
|
+
|
|
667
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.1.0...v0.2.0)
|
|
668
|
+
|
|
669
|
+
**Merged pull requests:**
|
|
670
|
+
|
|
671
|
+
- Generate Table of Contents [\#75](https://github.com/gjtorikian/html-pipeline/pull/75) ([simeonwillbanks](https://github.com/simeonwillbanks))
|
|
672
|
+
- Fix wrong class name at README.md [\#74](https://github.com/gjtorikian/html-pipeline/pull/74) ([tricknotes](https://github.com/tricknotes))
|
|
673
|
+
|
|
674
|
+
## [v0.1.0](https://github.com/gjtorikian/html-pipeline/tree/v0.1.0) (2013-07-16)
|
|
675
|
+
|
|
676
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.14...v0.1.0)
|
|
677
|
+
|
|
678
|
+
**Closed issues:**
|
|
679
|
+
|
|
680
|
+
- Fix travis-ci build [\#63](https://github.com/gjtorikian/html-pipeline/issues/63)
|
|
681
|
+
- Loosen Markdown Dependency. [\#62](https://github.com/gjtorikian/html-pipeline/issues/62)
|
|
682
|
+
- TocFilter: non-English characters in headers don't get proper anchor names [\#58](https://github.com/gjtorikian/html-pipeline/issues/58)
|
|
683
|
+
- Whitelist table sections \(thead, tbody, tfoot\) [\#54](https://github.com/gjtorikian/html-pipeline/issues/54)
|
|
684
|
+
- Warn if "pipelines" are out of order. [\#47](https://github.com/gjtorikian/html-pipeline/issues/47)
|
|
685
|
+
|
|
686
|
+
**Merged pull requests:**
|
|
687
|
+
|
|
688
|
+
- TocFilter: keep using the old punctuation stripping on 1.8.7 [\#73](https://github.com/gjtorikian/html-pipeline/pull/73) ([jakedouglas](https://github.com/jakedouglas))
|
|
689
|
+
- Add ruby 2.0.0 to .travis.yml [\#72](https://github.com/gjtorikian/html-pipeline/pull/72) ([tricknotes](https://github.com/tricknotes))
|
|
690
|
+
- Fix ignored test [\#71](https://github.com/gjtorikian/html-pipeline/pull/71) ([tricknotes](https://github.com/tricknotes))
|
|
691
|
+
- Improve to describe gem 'github-linguist' [\#69](https://github.com/gjtorikian/html-pipeline/pull/69) ([tricknotes](https://github.com/tricknotes))
|
|
692
|
+
- Bump version to 0.1.0. Follow semver. [\#68](https://github.com/gjtorikian/html-pipeline/pull/68) ([jch](https://github.com/jch))
|
|
693
|
+
- Scope gem versions for Travis CI [\#67](https://github.com/gjtorikian/html-pipeline/pull/67) ([jch](https://github.com/jch))
|
|
694
|
+
- Allow passing skip\_tags in autolink filter context [\#65](https://github.com/gjtorikian/html-pipeline/pull/65) ([pengwynn](https://github.com/pengwynn))
|
|
695
|
+
- Support non-English characters in anchor names [\#64](https://github.com/gjtorikian/html-pipeline/pull/64) ([jakedouglas](https://github.com/jakedouglas))
|
|
696
|
+
- Fix the `AutolinkFilter` constant name. [\#57](https://github.com/gjtorikian/html-pipeline/pull/57) ([envygeeks](https://github.com/envygeeks))
|
|
697
|
+
- resolves \#54 allow table section elements \(thead, tfoot, tbody\) [\#55](https://github.com/gjtorikian/html-pipeline/pull/55) ([mojavelinux](https://github.com/mojavelinux))
|
|
698
|
+
|
|
699
|
+
## [v0.0.14](https://github.com/gjtorikian/html-pipeline/tree/v0.0.14) (2013-05-22)
|
|
700
|
+
|
|
701
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.13...v0.0.14)
|
|
702
|
+
|
|
703
|
+
**Closed issues:**
|
|
704
|
+
|
|
705
|
+
- Give rsanheim rights to pushing gems [\#53](https://github.com/gjtorikian/html-pipeline/issues/53)
|
|
706
|
+
|
|
707
|
+
## [v0.0.13](https://github.com/gjtorikian/html-pipeline/tree/v0.0.13) (2013-05-13)
|
|
708
|
+
|
|
709
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.12...v0.0.13)
|
|
710
|
+
|
|
711
|
+
**Closed issues:**
|
|
712
|
+
|
|
713
|
+
- Can I use MentionFilter without MarkdownFilter [\#51](https://github.com/gjtorikian/html-pipeline/issues/51)
|
|
714
|
+
|
|
715
|
+
**Merged pull requests:**
|
|
716
|
+
|
|
717
|
+
- New octicon class names [\#52](https://github.com/gjtorikian/html-pipeline/pull/52) ([cameronmcefee](https://github.com/cameronmcefee))
|
|
718
|
+
- Strip contents of \<script\> tags. [\#50](https://github.com/gjtorikian/html-pipeline/pull/50) ([benubois](https://github.com/benubois))
|
|
719
|
+
|
|
720
|
+
## [v0.0.12](https://github.com/gjtorikian/html-pipeline/tree/v0.0.12) (2013-04-01)
|
|
721
|
+
|
|
722
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.11...v0.0.12)
|
|
723
|
+
|
|
724
|
+
**Merged pull requests:**
|
|
725
|
+
|
|
726
|
+
- Include output and results to filter, pipeline event payload [\#46](https://github.com/gjtorikian/html-pipeline/pull/46) ([mtodd](https://github.com/mtodd))
|
|
727
|
+
|
|
728
|
+
## [v0.0.11](https://github.com/gjtorikian/html-pipeline/tree/v0.0.11) (2013-03-29)
|
|
729
|
+
|
|
730
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.10...v0.0.11)
|
|
731
|
+
|
|
732
|
+
**Merged pull requests:**
|
|
733
|
+
|
|
734
|
+
- Instrument filters in the pipeline [\#45](https://github.com/gjtorikian/html-pipeline/pull/45) ([mtodd](https://github.com/mtodd))
|
|
735
|
+
|
|
736
|
+
## [v0.0.10](https://github.com/gjtorikian/html-pipeline/tree/v0.0.10) (2013-03-21)
|
|
737
|
+
|
|
738
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.8.1...v0.0.10)
|
|
739
|
+
|
|
740
|
+
**Closed issues:**
|
|
741
|
+
|
|
742
|
+
- Executable for previewing [\#43](https://github.com/gjtorikian/html-pipeline/issues/43)
|
|
743
|
+
|
|
744
|
+
**Merged pull requests:**
|
|
745
|
+
|
|
746
|
+
- Add an html-pipeline executable to the gem [\#44](https://github.com/gjtorikian/html-pipeline/pull/44) ([indirect](https://github.com/indirect))
|
|
747
|
+
- add result\[:mentioned\_usernames\] for MentionFilter [\#42](https://github.com/gjtorikian/html-pipeline/pull/42) ([fahchen](https://github.com/fahchen))
|
|
748
|
+
|
|
749
|
+
## [v0.0.8.1](https://github.com/gjtorikian/html-pipeline/tree/v0.0.8.1) (2013-03-03)
|
|
750
|
+
|
|
751
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.9...v0.0.8.1)
|
|
752
|
+
|
|
753
|
+
## [v0.0.9](https://github.com/gjtorikian/html-pipeline/tree/v0.0.9) (2013-02-27)
|
|
754
|
+
|
|
755
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.8...v0.0.9)
|
|
756
|
+
|
|
757
|
+
**Closed issues:**
|
|
758
|
+
|
|
759
|
+
- Better error notification on missing linguist dependency? [\#36](https://github.com/gjtorikian/html-pipeline/issues/36)
|
|
760
|
+
|
|
761
|
+
**Merged pull requests:**
|
|
762
|
+
|
|
763
|
+
- Bump escape\_utils [\#41](https://github.com/gjtorikian/html-pipeline/pull/41) ([brianmario](https://github.com/brianmario))
|
|
764
|
+
- Don't monkeypatch Nokogiri in 1.9 [\#40](https://github.com/gjtorikian/html-pipeline/pull/40) ([defunkt](https://github.com/defunkt))
|
|
765
|
+
|
|
766
|
+
## [v0.0.8](https://github.com/gjtorikian/html-pipeline/tree/v0.0.8) (2013-02-07)
|
|
767
|
+
|
|
768
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.7...v0.0.8)
|
|
769
|
+
|
|
770
|
+
**Closed issues:**
|
|
771
|
+
|
|
772
|
+
- Optionally require github-linguist [\#33](https://github.com/gjtorikian/html-pipeline/issues/33)
|
|
773
|
+
|
|
774
|
+
**Merged pull requests:**
|
|
775
|
+
|
|
776
|
+
- Raise the roof---I mean, error [\#37](https://github.com/gjtorikian/html-pipeline/pull/37) ([gjtorikian](https://github.com/gjtorikian))
|
|
777
|
+
|
|
778
|
+
## [v0.0.7](https://github.com/gjtorikian/html-pipeline/tree/v0.0.7) (2013-01-30)
|
|
779
|
+
|
|
780
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.6...v0.0.7)
|
|
781
|
+
|
|
782
|
+
**Closed issues:**
|
|
783
|
+
|
|
784
|
+
- Where to report custom filters? [\#30](https://github.com/gjtorikian/html-pipeline/issues/30)
|
|
785
|
+
|
|
786
|
+
**Merged pull requests:**
|
|
787
|
+
|
|
788
|
+
- Remove github-linguist dependency [\#35](https://github.com/gjtorikian/html-pipeline/pull/35) ([jch](https://github.com/jch))
|
|
789
|
+
- Delete erroneous trailing {}s from README [\#34](https://github.com/gjtorikian/html-pipeline/pull/34) ([mrb](https://github.com/mrb))
|
|
790
|
+
|
|
791
|
+
## [v0.0.6](https://github.com/gjtorikian/html-pipeline/tree/v0.0.6) (2012-12-11)
|
|
792
|
+
|
|
793
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.5...v0.0.6)
|
|
794
|
+
|
|
795
|
+
**Merged pull requests:**
|
|
796
|
+
|
|
797
|
+
- use \#gsub instead of \#gsub! in MarkdownFilter\#initialize [\#32](https://github.com/gjtorikian/html-pipeline/pull/32) ([jakedouglas](https://github.com/jakedouglas))
|
|
798
|
+
|
|
799
|
+
## [v0.0.5](https://github.com/gjtorikian/html-pipeline/tree/v0.0.5) (2012-12-10)
|
|
800
|
+
|
|
801
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.4...v0.0.5)
|
|
802
|
+
|
|
803
|
+
**Merged pull requests:**
|
|
804
|
+
|
|
805
|
+
- Fix XSS vulnerability in sanitization filter [\#31](https://github.com/gjtorikian/html-pipeline/pull/31) ([jch](https://github.com/jch))
|
|
806
|
+
- Fix typo on readme in "AutolinkFilter" doc [\#29](https://github.com/gjtorikian/html-pipeline/pull/29) ([dmarcotte](https://github.com/dmarcotte))
|
|
807
|
+
- fix syntax highlighting example in Readme [\#27](https://github.com/gjtorikian/html-pipeline/pull/27) ([mislav](https://github.com/mislav))
|
|
808
|
+
- remove github-linguist dependency [\#26](https://github.com/gjtorikian/html-pipeline/pull/26) ([mislav](https://github.com/mislav))
|
|
809
|
+
- Retrigger Travis build for debugging [\#25](https://github.com/gjtorikian/html-pipeline/pull/25) ([jch](https://github.com/jch))
|
|
810
|
+
- Use consistent quotes in gemspec [\#24](https://github.com/gjtorikian/html-pipeline/pull/24) ([jbarnette](https://github.com/jbarnette))
|
|
811
|
+
- Add MIT license indicator to the gemspec. [\#23](https://github.com/gjtorikian/html-pipeline/pull/23) ([nbibler](https://github.com/nbibler))
|
|
812
|
+
- Context validation [\#22](https://github.com/gjtorikian/html-pipeline/pull/22) ([benubois](https://github.com/benubois))
|
|
813
|
+
- Corrected a little typo [\#21](https://github.com/gjtorikian/html-pipeline/pull/21) ([blackerby](https://github.com/blackerby))
|
|
814
|
+
- Added an example of a custom filter. [\#19](https://github.com/gjtorikian/html-pipeline/pull/19) ([benubois](https://github.com/benubois))
|
|
815
|
+
- Use correct OSS Manifesto link. [\#18](https://github.com/gjtorikian/html-pipeline/pull/18) ([wickedshimmy](https://github.com/wickedshimmy))
|
|
816
|
+
- Fixed typos [\#17](https://github.com/gjtorikian/html-pipeline/pull/17) ([pborreli](https://github.com/pborreli))
|
|
817
|
+
- What is the github filter chain? [\#16](https://github.com/gjtorikian/html-pipeline/pull/16) ([geemus](https://github.com/geemus))
|
|
818
|
+
- Loosen Gemoji restriction [\#15](https://github.com/gjtorikian/html-pipeline/pull/15) ([josh](https://github.com/josh))
|
|
819
|
+
|
|
820
|
+
## [v0.0.4](https://github.com/gjtorikian/html-pipeline/tree/v0.0.4) (2012-11-06)
|
|
821
|
+
|
|
822
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v0.0.3...v0.0.4)
|
|
823
|
+
|
|
824
|
+
**Implemented enhancements:**
|
|
825
|
+
|
|
826
|
+
- Detect asset pipeline availability [\#1](https://github.com/gjtorikian/html-pipeline/issues/1)
|
|
827
|
+
|
|
828
|
+
**Fixed bugs:**
|
|
829
|
+
|
|
830
|
+
- @mention at end of parenthetical sentence doesn't get linked [\#11](https://github.com/gjtorikian/html-pipeline/issues/11)
|
|
831
|
+
|
|
832
|
+
**Closed issues:**
|
|
833
|
+
|
|
834
|
+
- Open source, transferring repo ownership [\#12](https://github.com/gjtorikian/html-pipeline/issues/12)
|
|
835
|
+
- Ensure we get the latest from github/github [\#10](https://github.com/gjtorikian/html-pipeline/issues/10)
|
|
836
|
+
- Rename repository to html-pipeline [\#7](https://github.com/gjtorikian/html-pipeline/issues/7)
|
|
837
|
+
|
|
838
|
+
**Merged pull requests:**
|
|
839
|
+
|
|
840
|
+
- HTML::Pipeline::Pipeline [\#13](https://github.com/gjtorikian/html-pipeline/pull/13) ([jbarnette](https://github.com/jbarnette))
|
|
841
|
+
|
|
842
|
+
## [v0.0.3](https://github.com/gjtorikian/html-pipeline/tree/v0.0.3) (2012-10-03)
|
|
843
|
+
|
|
844
|
+
[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/a08f65df81dba0004c2de429848cd9a202917d04...v0.0.3)
|
|
845
|
+
|
|
846
|
+
**Closed issues:**
|
|
847
|
+
|
|
848
|
+
- History [\#3](https://github.com/gjtorikian/html-pipeline/issues/3)
|
|
849
|
+
|
|
850
|
+
**Merged pull requests:**
|
|
851
|
+
|
|
852
|
+
- Ensure required context values are present [\#9](https://github.com/gjtorikian/html-pipeline/pull/9) ([juliamae](https://github.com/juliamae))
|
|
853
|
+
- emoji filter requires the emoji gem [\#8](https://github.com/gjtorikian/html-pipeline/pull/8) ([atmos](https://github.com/atmos))
|
|
854
|
+
- De-Github and opensource [\#6](https://github.com/gjtorikian/html-pipeline/pull/6) ([jch](https://github.com/jch))
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
|
@@ -38,7 +38,8 @@ module HTML
|
|
|
38
38
|
def call
|
|
39
39
|
found_hidden = nil
|
|
40
40
|
paragraphs = EmailReplyParser.read(text.dup).fragments.map do |fragment|
|
|
41
|
-
pieces = [
|
|
41
|
+
pieces = [CGI.escapeHTML(fragment.to_s.strip).gsub(/^\s*(>|>)/, '')]
|
|
42
|
+
|
|
42
43
|
if fragment.quoted?
|
|
43
44
|
if context[:hide_quoted_email_addresses]
|
|
44
45
|
pieces.map! do |piece|
|
|
@@ -47,7 +47,7 @@ module HTML
|
|
|
47
47
|
uniq = headers[id] > 0 ? "-#{headers[id]}" : ''
|
|
48
48
|
headers[id] += 1
|
|
49
49
|
if header_content = node.children.first
|
|
50
|
-
result[:toc] << %(<li><a href="##{id}#{uniq}">#{
|
|
50
|
+
result[:toc] << %(<li><a href="##{id}#{uniq}">#{CGI.escape_html(text)}</a></li>\n)
|
|
51
51
|
header_content.add_previous_sibling(%(<a id="#{id}#{uniq}" class="anchor" href="##{id}#{uniq}" aria-hidden="true">#{anchor_icon}</a>))
|
|
52
52
|
end
|
|
53
53
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html-pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.14.
|
|
4
|
+
version: 2.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Tomayko
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-10-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|