-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
139 lines (112 loc) · 4.18 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Revision history for perl distribution LinkEmbedder
1.20 2021-07-18T08:42:15+0900
- Fix not showing double HTML entities
- Fix not adding extra newline #21
1.19 2021-06-09T09:32:08+0900
- Fix Mojolicious version after v1.18 #23
- Fix direct video links not rendering correctly #26
Contributor: Bruno Ramos
- Fix Metacpan author_name detection and tests #29
Contributor: Bruno Ramos
- Add paste.debian.net support #19 #28
Contributor: Bruno Ramos
- Add support for https://youtu.be links #25 #27
Contributor: Bruno Ramos
1.18 2021-03-24T09:29:43+0900
- Fix compatibility with Mojolicious 9.11
1.17 2021-02-03T10:35:43+0900
- Add support for https://www.webex.com/
- Add support for https://meet.google.com/
- Add "le-video-chat" class to video chat resources
- Removed embed support for Instagram, since it does not work without a key
- Renamed "AppearIn" to "Whereby"
1.16 2021-01-05T08:15:56+0900
- Fix handling pastebin with child nodes
1.15 2020-11-30T11:40:00+0900
- Will also detect Jitsi links by looking at "title"
1.15 2020-11-25T10:43:25+0900
- Add support for Jitsi links
1.14 2020-09-21T08:47:37+0900
- Select github line ranges when specified
Contributor: Joel Berger
1.13 2020-09-17T13:08:51+0900
- Fix parsing imgur links #17
- Fix parsing metacpan.org links
- Fix parsing pastebini.com links
- Fix parsing xkcd.com links
- Add support for Instagram photos inside iframe #15
- Add support for rendering GitHub source code #16
- Add support for extracting "application/ld+json" information
- Add support for paste.centos.org (replaced fedoraproject paste)
- Changed to use twitframe.com to embed twitter posts
1.12 2020-03-24T12:12:10+0900
- Add support for reading X-Provider-Name from headers
- Will serve plain text as a paste
1.11 2020-01-07T09:24:53+0900
- Add support for fortunecowsay.com
1.10 2019-12-23T13:23:49+0900
- Fix Can't locate object method "clone" via package ...
1.09 2019-12-23T11:20:51+0900
- Fix loading google images by setting "User-Agent" header #13
- Removed default placeholder_url
1.08 2019-11-12T16:04:56+0900
- Fix "Can't call method "host" on an undefined"
1.07 2019-10-30T09:12:36+0900
- Add support for force_secure
- Replaced most of the insecure "http:" links #11
- Changed appear.in to whereby.com #11
1.06 2019-10-16T18:55:09+0900
- Add support for NHL videos #12
- Fixed a bunch of failing tests #12
- Make sure error() is always a hash-ref
1.05 2019-04-17T18:33:02+0700
- No longer EXPERIMENTAL
- Replaced a bunch of outdated example links
1.04 2019-04-03T16:21:20+0700
- Fix https://app.thorsen.pm/linkembedder demo links #10
1.03 2018-12-25T11:18:02+0900
- Add support for X-Request-Base to example app
- Fix serve() would render multiple responses for "json"
1.02 2018-12-14T12:32:49+0900
- Add get() again
1.01 2018-09-26T13:44:46+0900
- Forgot to remove Carp::Always
- Add support for https://perlbot.pl #1
- Add support for https://paste.fedoraproject.org #2
- Add support for https://bitbucket.org #3
1.00 2018-09-26T01:22:18+0900
- Compatible with Mojolicious 8.00
- Converted from delay to promises
0.05 2017-05-01T22:35:47+0200
- Fix terrible class names from provider_name()
- Add support for using <link rel="icon" ...> for images
0.04 2017-04-03T10:01:10+0200
- Add support for anonymous gist
0.03 2017-04-01T16:10:27+0200
- Add example script
- Add support for gist.github.com
- Updated template structure
0.02 2017-04-01T01:18:42+0200
- Add support for App::mojopaste and other pastebins with simple markup
- Add LinkEmbedder::Link::template() attribute
- Improved documentation
0.01 2017-04-01T00:16:41+0200
- Started replacing Mojolicious::Plugin::LinkEmbedder
- Add support for appear.in
- Add support for git.io
- Add support for github.com
- Add support for google
- Add support for imgur.com
- Add support for ix.io
- Add support for instagram.com
- Add support for metacpan.org
- Add support for paste.opensuse.org
- Add support for paste.scsys.co.uk
- Add support for pastebin.com
- Add support for spotify
- Add support for ted.com
- Add support for travis-ci.org
- Add support for twitter.com
- Add support for vimeo.com
- Add support for xkcd.com
- Add support for youtube.com