Releases: jbhannah/amperize
Releases · jbhannah/amperize
v0.6.1
Changelog:
🐛 Correctly sanitize certain iframe
attributes (fixes #126 ).
v0.6.0
Changelog:
✨ Added conversion to <amp-youtube>
for iframes with YouTube src
attributes
v.0.5.2
Changelog:
🐛 Fixed fallback to image-size when an image src url contains uppercase extension or query param
v.0.5.1
Changelog:
Fixed regression in conversion of the src
attribute of tags from http to https
v.0.5.0
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
Update got to v9.6.0 (drops support EOL node versions 4 and 6)
v0.3.7
Added test for images w/o extensions (#109 ) and new user-agent for image requests
v0.3.6
Support for Node v8
Added ESLINT
Dependency updates
v.0.3.5
🐛 get image size error handling
Added .DS_Store to .gitignore (#100 )
🐛 Fixed following redirects for images (#101 )