Releases: Financial-Times/next-json-ld
Releases · Financial-Times/next-json-ld
v2.3.2
What's Changed
- add list of authors to json-ld by @juanSanchezAlcala in #37
- [CI-669] Circle CI config to wait on approval on renovate and nori by @AlbertoCuberoNavas in #38
- [CI-669] Circle CI configuration to wait for approval for renovate PRs on our repos by @AlbertoCuberoNavas in #39
- Add .circleci/config.yml by @AliceArmstrong in #40
New Contributors
- @AlbertoCuberoNavas made their first contribution in #38
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
Added liveblog update field to liveblog function
Merge pull request #29 from Financial-Times/add-liveblogupdate-field added liveblog update field to liveblog type
Added liveblog posting
This release adds liveblog posting schema and function.
Release v2.1.0
Check if we can use plain text for the articleBody property which will reduce the amount of time it takes to generate JSON-LD for articles.
Release version 2.0.0
Potentially breaking change to how the underlying parser works so skipping unstable version to version 2.
html-to-text
has been upgraded to make use of a newer HTML parser which is faster and may remove bottlenecks in consuming applications.
Changes impact the article type articleBody
property output, in testing we found only minor whitespace differences between the two versions.
Use https for ft logo
Merge pull request #22 from taktran/patch-1 [SP-267] Use https for ft logo
Add `isPartOf` schema with content Access Level ProductIds
- Markup content with
isPartOf
schema which contains information about the accessLevel requirements - Add a barrier markup type
add isAccessibleForFree to article schema
v0.2.2 Update article.js (#10)