UNPKG

@bradymholt/ampify

Version:

Convert plain HTML to Google Accelerated Mobile Pages (AMP)

49 lines (47 loc) 1.26 kB
# Release History * 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 * 0.3.0 * ADD: `amp-youtube` * ADD: `amp-analytics` (Google Analytics) * UPDATE: replace `sync-request` with `request` * UPDATE: replace `Gulp` with `npm` scripts * UPDATE: replace `JSHint` with `ESLint` * UPDATE: replace `Mocha` + `Chai` with `Jest` * UPDATE: unit tests * UPDATE: readme documentation * 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 * 0.2.2 * ADD: `meta` tag charset * ADD: AMP library `script` tag * BUG: Options parameter not passing * 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