Skip to content

Releases: blakeembrey/node-htmlmetaparser

Add language to HTML result

07 Dec 08:49
fb12463
Compare
Choose a tag to compare

Fixed

  • Add missing language to HTML result (#36)
  • Updated providers.json with latest OEmbed JSON

Handle invalid URL resolution

26 Jul 05:27
cf6c4e4
Compare
Choose a tag to compare

Fixed

  • Handle invalid URLs when resolving (#34) 4b68d01

Other changes

v2.1.1...v2.1.2

Enforce stricter type safety

27 Jan 07:18
Compare
Choose a tag to compare

Changed

  • Remove usage of any from TypeScript interface

Use global `URL` class

25 Jan 04:25
Compare
Choose a tag to compare

Changed

  • Use global URL for resolving URLs

Include Apple Touch Icons

25 Feb 18:21
Compare
Choose a tag to compare

Added

  • Include apple icons in icons list

Fix HTML Title Selection

10 Feb 07:55
Compare
Choose a tag to compare

Fixed

  • Fix selection of <title /> tag outside of HTML <body />

Fix Incomplete Stream Issues

09 Feb 06:54
Compare
Choose a tag to compare

Fixed

  • Handle undefined when using pop and last, occurs when HTML stream is ended prematurely

Remove `@graph` from RDFa and Microdata

05 Feb 19:41
Compare
Choose a tag to compare

Changed

  • Remove @graph from RDFa and microdata output, always returns an array of JSON-LD nodes

Modernized Package

01 Feb 23:41
Compare
Choose a tag to compare

Changed

  • Update providers.json for OEmbed
  • Emitting ES2018 compatible code

Merge JSON-LD Scripts

26 Jun 03:15
Compare
Choose a tag to compare

Fixed

  • Merge multiple JSON-LD script elements

Changed

  • Updated OEmbed providers