Releases: blakeembrey/node-htmlmetaparser
Releases · blakeembrey/node-htmlmetaparser
Add language to HTML result
Fixed
- Add missing language to HTML result (#36)
- Updated
providers.jsonwith latest OEmbed JSON
Handle invalid URL resolution
Enforce stricter type safety
Changed
- Remove usage of
anyfrom TypeScript interface
Use global `URL` class
Changed
- Use global
URLfor resolving URLs
Include Apple Touch Icons
Added
- Include
appleicons in icons list
Fix HTML Title Selection
Fixed
- Fix selection of
<title />tag outside of HTML<body />
Fix Incomplete Stream Issues
Fixed
- Handle undefined when using
popandlast, occurs when HTML stream is ended prematurely
Remove `@graph` from RDFa and Microdata
Changed
- Remove
@graphfrom RDFa and microdata output, always returns an array of JSON-LD nodes
Modernized Package
Changed
- Update
providers.jsonfor OEmbed - Emitting ES2018 compatible code
Merge JSON-LD Scripts
Fixed
- Merge multiple JSON-LD script elements
Changed
- Updated OEmbed providers