All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.3 (2020-02-14)
- amp-fx: provide amp-fx regex (348aad5)
0.2.2 (2020-01-24)
- route-alis: preserve route previous aliases (#91) (91f3c80)
- Support amp-bind alternative syntax (#85) (b39b846)
0.2.1 (2019-10-25)
- 404: return 404 on unavailable amp pages (79e6d76)
- 404: return 404 on unavailable amp pages (#80) (fd397f3)
0.2.0 (2019-09-21)
- with introducing
ampLayout
there no need to force '.amp` posix foa layouts. - global-amp-mode: module does not provide middleware anymore
- 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)
- global-amp-mode: configurable global default ampMode (0048a20)
0.1.1 (2019-09-13)
- 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)
Initial Release