- 1.0.0
- ADD: Implement amp-img layout attribute
- UPDATE: dependencies: cheerio
- 0.7.0
- ADD: Implement amp-form tag
- ADD: Implement amp-iframe tags
- 0.6.0
- ADD: Ability to concat all custom styles to a single
style
tag - ADD: Ability to add canonical URL
- ADD: Ability to remove inline-styles
- UPDATE: dependencies: axios, clean-css, image-size, jest, eslint
- UPDATE: examples dependencies
- UPDATE: documentation
- ADD: Ability to concat all custom styles to a single
- 0.5.0
- BUG: fetching CSS from another host
- BUG: fetching images from another host
- UPDATE: dependencies: express, jest
- UPDATE: documentation
- 0.4.2
- UPDATE: documentation
- 0.4.1
- BUG: not properly handling self enclosed tags
- 0.4.0
- ADD:
amp-youtube
handles different versions of youtube links inclusing https - BUG: images css selector
- ADD:
- 0.3.0
- ADD:
amp-youtube
- ADD:
amp-analytics
(Google Analytics) - UPDATE: replace
sync-request
withrequest
- UPDATE: replace
Gulp
withnpm
scripts - UPDATE: replace
JSHint
withESLint
- UPDATE: replace
Mocha
+Chai
withJest
- UPDATE: unit tests
- UPDATE: readme documentation
- ADD:
- 0.2.6
- UPDATE: unit tests
- 0.2.5
- UPDATE: head tag charset order
- UPDATE: remove invalid
img
tag - UPDATE: unit tests
- UPDATE: readme documentation
- UPDATE: package.json
- 0.2.4
- UPDATE: package.json
- 0.2.3
- ADD:
meta
tag viewport - ADD: style amp-boilerplate
- ADD:
- 0.2.2
- ADD:
meta
tag charset - ADD: AMP library
script
tag - BUG: Options parameter not passing
- ADD:
- 0.2.1
- ADD: inline styles
- ADD:
amp-img
tag - ADD:
amp-video
tag - ADD: unit tests
- 0.1.0
- ADD: AMP html tag
- Work in progress