Skip to content

Releases: rocktimsaikia/meta-fetcher

v3.1.1

12 Jun 15:26
Compare
Choose a tag to compare

Adds the property attribute as a fallback to og: image lookup if not found in the name attribute. #9

v3.1.0

04 May 03:54
Compare
Choose a tag to compare

Notable changes (SEMVER-MINOR)

  • Merge similar properties into one (#8)
  • Remove unnecessary fields from the output ie. twitter-card
  • Add new field themeColor
  • Rename basic-metadata to metadata

v3.0.2

04 May 02:41
Compare
Choose a tag to compare

Notable changes (SEMVER-MINOR)

  • Restructure the project.
  • Remove tsdx and use rollup to create builds.

v3.0.1 tag is not released here on Github as I had to fall back to older v2 when the new version which used tsdx, didn't have default import support for common.js. Now with this v3.0.2 cjs default import is supported again.

v3.0.0

30 Apr 17:25
0a42013
Compare
Choose a tag to compare

Notable changes (SEMVER-MAJOR)

  • Remove the additional options ie, the option to change the user agent and email
  • Switch to isomorphic-unfetch from node-fetch for smaller build size
  • Move to GitHub actions from TravisCI
  • Use tsdx to redo the project structure
  • Switch to jest from ava for testing

The version v3.0.0 starts with the new branch main. All the other previous versions are on the branch master

v2.0.1

08 Mar 12:34
Compare
Choose a tag to compare

Early return the url if the favicon path is absolute, fixed in #7

v2.0.0

14 Oct 17:10
Compare
Choose a tag to compare

Breaking changes

  • added default export support (removed export)

Tweaks

  • Switched to Ava from Jest
  • Updated the test files accordingly
  • removed redundant packages

v1.0.1

13 Sep 14:49
Compare
Choose a tag to compare

Add missing repo name and homepage details in package.json

v1.0.0

12 Sep 14:31
Compare
Choose a tag to compare

Initial release