Skip to content

Latest commit

 

History

History
227 lines (93 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

227 lines (93 loc) · 7.69 KB

2.0.8 (2023-04-13)

Bug Fixes

2.0.7 (2022-11-18)

Bug Fixes

  • updated nuxt dependency, replaced addAutoImport with addImports (7d98d17)

2.0.6 (2022-09-13)

Bug Fixes

  • add Graph type to top level type (92a9e19), closes #940

2.0.5 (2022-09-05)

Bug Fixes

  • update nuxt version constraint (e1f4707)

2.0.3 (2022-04-18)

Bug Fixes

  • fix a bug of Options API jsonld (48e5ef1)

2.0.2 (2022-04-16)

2.0.1 (2022-04-16)

Features

BREAKING CHANGES

  • Works with Nuxt3

1.5.3 (2021-10-25)

Bug Fixes

1.5.2 (2021-08-04)

Bug Fixes

  • use json attribute of vue-meta to sanitize content (f0313f4), closes #671
    • delete space option because this script does not use JSON.stringify().

1.5.1 (2021-05-21)

Bug Fixes

1.5.0 (2020-09-17)

Bug Fixes

  • make hash from json object to generate hid (b5326e4), closes #219

Features

  • use schema-dts for return type (4c5bc33)

1.4.10 (2020-06-15)

Bug Fixes

  • return value types of jsonld (4ceee10)

1.4.9 (2020-04-24)

Bug Fixes

  • fix bug that head method can not access data of 'this' context (c94e297), closes #347

1.4.6 (2020-04-21)

Bug Fixes

1.4.5 (2019-12-22)

Bug Fixes

  • do not use hash to make hid (e743b99)

1.4.4 (2019-09-23)

Bug Fixes

  • only inject metainfo into correct components (5c08259)
  • removed dependency and hashing, removed spread in reduce (5880435)
  • restored hash and associated tests (e79db81)

Performance Improvements

  • refactored head to use computed (d7f7785)

1.4.3 (2019-09-06)

Bug Fixes

1.4.2 (2019-08-20)

Bug Fixes

  • bug that jsonlds are sanitized with nuxt2.9 (cb976f0)

1.4.1 (2019-07-03)

Bug Fixes

  • not use counter for hid not to change hid every request (ae1cccb), closes #58

1.4.0 (2019-06-07)

Features

  • 🎸 not make jsonld tags when jsonld method returns null (c4c8b0d), closes #23

1.3.4 (2019-05-31)

Bug Fixes

1.3.3 (2019-05-31)

Bug Fixes

  • make type for target and don't use "any" (57cd665)

1.3.2 (2019-05-31)

Bug Fixes

1.3.1 (2019-05-31)

Bug Fixes

1.3.0 (2019-05-31)

Features

  • typescript: improve typescript support (830957f), closes #18

1.2.0 (2019-05-31)

Features

  • add types and decorator for typescript (bdddcf3), closes #16

1.1.0 (2019-05-13)

Features

  • 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)

Features

  • nuxt-jsonld: customizing indentation implementation (fe6da56), closes #7

BREAKING CHANGES

  • nuxt-jsonld: deprecate the static mixin and here comes createMixin, the mixin constructor, as the new public API