We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5f735 commit b89d663Copy full SHA for b89d663
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 6.8.0
4
+
5
+- Updating how `onlyGetOpenGraphInfo` works. By default it is `false` but now it accepts an array of properties for which no fallback should be used.
6
+- Updating how you get types `import { SuccessResult } from 'open-graph-scraper/types';`. See readme for details.
7
+- Updating dependencies
8
9
## 6.7.2
10
11
- Adding `types` to the npm export. You can now use `import { SuccessResult } from 'open-graph-scraper/types/lib/types';`
0 commit comments