Releases: blakeembrey/node-htmlmetaparser
Releases · blakeembrey/node-htmlmetaparser
Add language to HTML result
Fixed
- Add missing language to HTML result (#36)
- Updated
providers.json
with latest OEmbed JSON
Handle invalid URL resolution
Enforce stricter type safety
Changed
- Remove usage of
any
from TypeScript interface
Use global `URL` class
Changed
- Use global
URL
for resolving URLs
Include Apple Touch Icons
Added
- Include
apple
icons 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
pop
andlast
, occurs when HTML stream is ended prematurely
Remove `@graph` from RDFa and Microdata
Changed
- Remove
@graph
from RDFa and microdata output, always returns an array of JSON-LD nodes
Modernized Package
Changed
- Update
providers.json
for OEmbed - Emitting ES2018 compatible code
Merge JSON-LD Scripts
Fixed
- Merge multiple JSON-LD script elements
Changed
- Updated OEmbed providers