Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

60 lines (32 loc) · 2.96 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2020-02-14)

Bug Fixes

  • amp-fx: provide amp-fx regex (348aad5)

0.2.2 (2020-01-24)

Bug Fixes

  • route-alis: preserve route previous aliases (#91) (91f3c80)
  • Support amp-bind alternative syntax (#85) (b39b846)

0.2.1 (2019-10-25)

Features

  • 404: return 404 on unavailable amp pages (79e6d76)
  • 404: return 404 on unavailable amp pages (#80) (fd397f3)

0.2.0 (2019-09-21)

⚠ BREAKING CHANGES

  • with introducing ampLayout there no need to force '.amp` posix foa layouts.
  • global-amp-mode: module does not provide middleware anymore

Bug Fixes

  • custom-layout: change to function factory, prevent cache (71e11e3)
  • do not add .amp posix to page layout (f5abdcb)
  • fix route generation when in combination with other modules (03ca25c)
  • fixed route processing, added condition on meta tags (492d547)
  • removed double check (fe67f00)

Features

  • global-amp-mode: configurable global default ampMode (0048a20)

0.1.1 (2019-09-13)

Bug Fixes

  • amp-validator: fix amp detection in render hook (9b3a168)
  • remove empty space in youtube tag (#43) (cb4406b)
  • nuxt-generate: generate canonical link using module option (0f5e5ad)

0.1.0 (2019-09-10)

Initial Release