Skip to content

Latest commit

 

History

History
142 lines (62 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

142 lines (62 loc) · 5.13 KB

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