All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.4 (2024-06-01)
- unsuccessful check in CI due to formatting (89fc0cf)
- use Astro.site property to generate canonical urls (3fc0612)
0.8.3 (2024-03-03)
0.8.2 (2024-02-19)
- Add sizes attribute to Link type
0.8.1 (2024-02-18)
0.8.0 (2023-08-27)
- add support for media attribute on extended meta tags (8f8d2c7)
0.7.6 (2023-08-21)
- improper use of null when interface asks for undefined (93df7c8)
- improper use of null when interface asks for undefined (0447eb3)
0.7.5 (2023-07-11)
0.7.4 (2023-06-06)
- issues with pr (efea507)
0.7.3 (2023-06-06)
- issues with pr (efea507)
0.7.2 (2023-03-23)
- add option to surpress warnings (a2d2385)
- add tsconfig.json to fix TS error (9433e11)
- example code in readme (1b13ddc)
- fix TS errors (fee197a)
- typo in src/components/ExtendedTags.astro (526f0b5)
0.7.1 (2023-02-18)
0.7.0 (2023-01-16)
- add rest of twitter tags
- add rest of twitter tags (c168701)
- add support for crossorigin links (3c01b1e)
0.6.1 (2022-12-19)
0.6.0 (2022-08-24)
0.5.2 (2022-08-24)
0.5.1 (2022-07-27)
0.5.0 (2022-04-06)
- upgrade to Astro v0.26 (03b0039)
0.4.4 (2022-03-29)
0.4.3 (2022-03-29)
0.4.2 (2021-11-09)
- added src/components to package.json (a7c711f)
0.4.1 (2021-11-08)
- added components to files in package.json (0d7e3ef)
0.4.0 (2021-11-06)
0.3.15 (2021-11-06)
- upgrade for [email protected] (ed3b2ee)
- OpenGraphImageTags: destructer basic.image prop (6c6b35d)
0.3.14 (2021-10-30)
- change robots meta tag formatting (7a35ada)
0.3.13 (2021-10-19)
0.3.12 (2021-10-06)
- change description check to title check (caec994)
0.3.11 (2021-09-26)
- add support for OG article tags (9615bfa)
0.3.10 (2021-09-04)
- add support for basic twitter tags (ab90b55)
- log warning when
openGraph.basic.image
ist set, butopenGraph.image.alt
is not (1fc3df8)
0.3.9 (2021-09-03)
- add support for Open Graph image tags (8e61ff6)
- implemen og:image:secure_url tag (205eb69)
- log warning when
description
andopenGraph.optional.description
are set to same value (91e2fba) - set
og:image:url
content to openGraph.basic.image (4ff103c)
- reference typo to canonical variable (3493392)
0.3.8 (2021-09-01)
- typos (e182fcb)
0.3.7 (2021-08-29)
- make desrciption tag work correctly (d19cedf)
0.3.6 (2021-08-29)
0.3.5 (2021-08-29)
- use of wrong object for localAlternate (a588be4)
0.3.4 (2021-08-29)
- test if basic OG properties are null or undefined (edbc136)
0.3.3 (2021-08-29)
- raise an error when OG prop is passed w/o basics (ee8ea09)
0.3.2 (2021-08-29)
- wrap basic OG tags in fragment (bc8da49)
0.3.1 (2021-08-29)
- add OG optional properties (3581649)