Skip to content

Releases: jbhannah/amperize

v0.6.1

26 Feb 19:59
116562f
Compare
Choose a tag to compare

Changelog:

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

v0.6.0

23 Jul 10:34
c3fc380
Compare
Choose a tag to compare

Changelog:

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

v.0.5.2

11 Jun 11:01
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog:

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

v.0.5.0

10 Jun 08:19
Compare
Choose a tag to compare

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
Choose a tag to compare

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

v0.3.7

04 Jan 11:05
Compare
Choose a tag to compare

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

v0.3.6

20 Nov 08:29
Compare
Choose a tag to compare
  • Support for Node v8
  • Added ESLINT
  • Dependency updates

v.0.3.5

03 Oct 11:52
Compare
Choose a tag to compare
  • 🐛 get image size error handling
  • Added .DS_Store to .gitignore (#100)
  • 🐛 Fixed following redirects for images (#101)