Releases: jbhannah/amperize
Releases · jbhannah/amperize
v0.6.1
26 Feb 19:59
Compare
Sorry, something went wrong.
No results found
Changelog:
🐛 Correctly sanitize certain iframe attributes (fixes #126 ).
v0.6.0
23 Jul 10:34
Compare
Sorry, something went wrong.
No results found
Changelog:
✨ Added conversion to <amp-youtube> for iframes with YouTube src attributes
v.0.5.2
11 Jun 11:01
Compare
Sorry, something went wrong.
No results found
Changelog:
🐛 Fixed fallback to image-size when an image src url contains uppercase extension or query param
v.0.5.1
10 Jun 10:09
Compare
Sorry, something went wrong.
No results found
Changelog:
Fixed regression in conversion of the src attribute of tags from http to https
v.0.5.0
10 Jun 08:19
Compare
Sorry, something went wrong.
No results found
Changelog:
🚀 Massively speed up fetching of image dimensions
use probe-image-size to fetch the minimum data needed to read the dimensions of each image
separate the tag conversion into a separate parsing step and run up to 10 network requests in parallel
v0.4.0
05 Jun 15:57
Compare
Sorry, something went wrong.
No results found
Update got to v9.6.0 (drops support EOL node versions 4 and 6)
v0.3.7
04 Jan 11:05
Compare
Sorry, something went wrong.
No results found
Added test for images w/o extensions (#109 ) and new user-agent for image requests
v0.3.6
20 Nov 08:29
Compare
Sorry, something went wrong.
No results found
Support for Node v8
Added ESLINT
Dependency updates
v.0.3.5
03 Oct 11:52
Compare
Sorry, something went wrong.
No results found
🐛 get image size error handling
Added .DS_Store to .gitignore (#100 )
🐛 Fixed following redirects for images (#101 )