2.0.8 (2023-04-13)
2.0.7 (2022-11-18)
- updated nuxt dependency, replaced addAutoImport with addImports (7d98d17)
2.0.6 (2022-09-13)
2.0.5 (2022-09-05)
- update nuxt version constraint (e1f4707)
2.0.3 (2022-04-18)
- fix a bug of Options API jsonld (48e5ef1)
2.0.2 (2022-04-16)
2.0.1 (2022-04-16)
- nuxt3 (93b415d)
- Works with Nuxt3
1.5.3 (2021-10-25)
- fix types (9eaf3c8)
1.5.2 (2021-08-04)
- use json attribute of vue-meta to sanitize content (f0313f4), closes #671
- delete space option because this script does not use
JSON.stringify()
.
- delete space option because this script does not use
1.5.1 (2021-05-21)
1.5.0 (2020-09-17)
- use schema-dts for return type (4c5bc33)
1.4.10 (2020-06-15)
- return value types of jsonld (4ceee10)
1.4.9 (2020-04-24)
1.4.6 (2020-04-21)
1.4.5 (2019-12-22)
- do not use hash to make hid (e743b99)
1.4.4 (2019-09-23)
- only inject metainfo into correct components (5c08259)
- removed dependency and hashing, removed spread in reduce (5880435)
- restored hash and associated tests (e79db81)
- refactored head to use computed (d7f7785)
1.4.3 (2019-09-06)
1.4.2 (2019-08-20)
- bug that jsonlds are sanitized with nuxt2.9 (cb976f0)
1.4.1 (2019-07-03)
1.4.0 (2019-06-07)
1.3.4 (2019-05-31)
- return type (62a8d59)
1.3.3 (2019-05-31)
- make type for target and don't use "any" (57cd665)
1.3.2 (2019-05-31)
- fix bug of type (9e7c807)
1.3.1 (2019-05-31)
- fix to export types (2020749)
1.3.0 (2019-05-31)
1.2.0 (2019-05-31)
1.1.0 (2019-05-13)
- Insert newlines at the beginning and end of the stringified json when a space option is not 0 (337f5f9)
1.0.0 (2019-05-13)
- nuxt-jsonld: deprecate the static
mixin
and here comescreateMixin
, the mixin constructor, as the new public API