Amperize Versions Save

AMP up your plain HTML

v0.6.1

4 years ago

Changelog:

  • :bug: Correctly sanitize certain iframe attributes (fixes #126).

v0.6.0

4 years ago

Changelog:

  • ✨ Added conversion to <amp-youtube> for iframes with YouTube src attributes

v0.5.2

4 years ago

Changelog:

  • 🐛 Fixed fallback to image-size when an image src url contains uppercase extension or query param

v0.5.1

4 years ago

Changelog:

  • Fixed regression in conversion of the src attribute of tags from http to https

v0.5.0

4 years ago

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

4 years ago

Update got to v9.6.0 (drops support EOL node versions 4 and 6)

v0.3.7

6 years ago

Added test for images w/o extensions (#109) and new user-agent for image requests

v0.3.6

6 years ago
  • Support for Node v8
  • Added ESLINT
  • Dependency updates

v0.3.5

6 years ago
  • 🐛 get image size error handling
  • Added .DS_Store to .gitignore (#100)
  • 🐛 Fixed following redirects for images (#101)