From 3ba7bbdbe024eb1c842f88cd2f35e2e9352dc25e Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Wed, 1 May 2024 02:15:59 +0530 Subject: [PATCH] chore: release v0.1.0 (#3) Signed-off-by: Vinayak Kulkarni --- CHANGELOG.md | 390 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 393 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ee5277e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,390 @@ +## 0.1.0 (2024-04-30) + +* chore: add `.eslintignore` ([58f32e4](https://github.com/dscvr-one/link-preview-js/commit/58f32e4)) +* chore: add `.gitattributes` ([53ac311](https://github.com/dscvr-one/link-preview-js/commit/53ac311)) +* chore: add shipjs missing devDep ๐Ÿคทโ€โ™‚๏ธ ([9cc2c43](https://github.com/dscvr-one/link-preview-js/commit/9cc2c43)) +* chore: minor housekeeping ([cf360b8](https://github.com/dscvr-one/link-preview-js/commit/cf360b8)) +* chore: update `.gitignore` to adhere Node.gitignore ([69781e6](https://github.com/dscvr-one/link-preview-js/commit/69781e6)) +* test: add ts-node and fix jest config ([f731889](https://github.com/dscvr-one/link-preview-js/commit/f731889)) +* test: fix typings for response ([a6a72ea](https://github.com/dscvr-one/link-preview-js/commit/a6a72ea)) +* test: update snapshot ([8d50206](https://github.com/dscvr-one/link-preview-js/commit/8d50206)) +* fix: add prepare ([46c2f02](https://github.com/dscvr-one/link-preview-js/commit/46c2f02)) +* fix: change module + target ([f506cf3](https://github.com/dscvr-one/link-preview-js/commit/f506cf3)) +* fix: load body only for unknown mime types + finish conversion to esm ([270ea0b](https://github.com/dscvr-one/link-preview-js/commit/270ea0b)) +* fix: publish package to npm registry ([420f2a6](https://github.com/dscvr-one/link-preview-js/commit/420f2a6)) +* fix: remove custom URL regexp ([6e1f487](https://github.com/dscvr-one/link-preview-js/commit/6e1f487)) +* fix: remove usage of urlobj ([9c5fb12](https://github.com/dscvr-one/link-preview-js/commit/9c5fb12)) +* fix: test ([abf3ec9](https://github.com/dscvr-one/link-preview-js/commit/abf3ec9)) +* fix: update unit tests + convert to es module format ([c216847](https://github.com/dscvr-one/link-preview-js/commit/c216847)) +* fix(deps): update file-type dep ([945ec72](https://github.com/dscvr-one/link-preview-js/commit/945ec72)) +* fix(package.json): scope package name ([019d769](https://github.com/dscvr-one/link-preview-js/commit/019d769)) +* feat: add capability to autodetect if content header is ambiguous + wrap up esm transition (#1) ([a53e371](https://github.com/dscvr-one/link-preview-js/commit/a53e371)), closes [#1](https://github.com/dscvr-one/link-preview-js/issues/1) +* feat: add husky & commitlint ๐ŸŽ‰ ([f219417](https://github.com/dscvr-one/link-preview-js/commit/f219417)) +* feat: add node meta / config file(s) ๐Ÿš€ ([94dc3d8](https://github.com/dscvr-one/link-preview-js/commit/94dc3d8)) +* feat: add ship.js for automated releases โ›ด๏ธ ([e797f3c](https://github.com/dscvr-one/link-preview-js/commit/e797f3c)) +* feat: add support for editorconfig ([2a1e51e](https://github.com/dscvr-one/link-preview-js/commit/2a1e51e)) +* docs: update README ๐Ÿš€ ([7e9289c](https://github.com/dscvr-one/link-preview-js/commit/7e9289c)) +* refactor: convert to fn to consts ([d6b6c30](https://github.com/dscvr-one/link-preview-js/commit/d6b6c30)) +* refactor: migrate tests to Vitest ๐Ÿงช ([5010344](https://github.com/dscvr-one/link-preview-js/commit/5010344)) +* style: fix lint issues ๐Ÿ’„ ([f492389](https://github.com/dscvr-one/link-preview-js/commit/f492389)) +* build: cleanup CI workflow ([57125ae](https://github.com/dscvr-one/link-preview-js/commit/57125ae)) +* Bump @babel/traverse from 7.18.8 to 7.23.2 ([c0ae666](https://github.com/dscvr-one/link-preview-js/commit/c0ae666)) +* README update ([51fb101](https://github.com/dscvr-one/link-preview-js/commit/51fb101)) +* Update README.md ([6880a38](https://github.com/dscvr-one/link-preview-js/commit/6880a38)) + + + +## 3.0.5 (2023-08-16) + +* Added more redirect status codes for the manual redirect option. Added resolveDNSHost check for manu ([61231de](https://github.com/dscvr-one/link-preview-js/commit/61231de)) +* Adds safe access to nodeType and nodeSecureUrl in getVideos ([2c68219](https://github.com/dscvr-one/link-preview-js/commit/2c68219)) +* Adds test ([775561e](https://github.com/dscvr-one/link-preview-js/commit/775561e)) +* Apply suggestions from code review ([1a3b8ce](https://github.com/dscvr-one/link-preview-js/commit/1a3b8ce)) +* bump ([35ddb83](https://github.com/dscvr-one/link-preview-js/commit/35ddb83)) +* Bump json5 from 2.2.1 to 2.2.3 ([c8b4186](https://github.com/dscvr-one/link-preview-js/commit/c8b4186)) +* Bump minimatch from 3.0.4 to 3.1.2 ([208595f](https://github.com/dscvr-one/link-preview-js/commit/208595f)) +* Bump semver from 6.3.0 to 6.3.1 ([c351779](https://github.com/dscvr-one/link-preview-js/commit/c351779)) +* Bump version ([3ef3f89](https://github.com/dscvr-one/link-preview-js/commit/3ef3f89)) +* Bump version ([f451efa](https://github.com/dscvr-one/link-preview-js/commit/f451efa)) +* Bump version ([ebc118c](https://github.com/dscvr-one/link-preview-js/commit/ebc118c)) +* Clear timeout handle when request fails ([e04b284](https://github.com/dscvr-one/link-preview-js/commit/e04b284)) +* Fix typescript errors in tests ([f03d14e](https://github.com/dscvr-one/link-preview-js/commit/f03d14e)) +* Fixed an issue in checking the redirect response status ([6993e59](https://github.com/dscvr-one/link-preview-js/commit/6993e59)) +* handleRedirects option example more clear now ([9462e35](https://github.com/dscvr-one/link-preview-js/commit/9462e35)) +* README update ([dd630bc](https://github.com/dscvr-one/link-preview-js/commit/dd630bc)) +* Refactored ([e36f06d](https://github.com/dscvr-one/link-preview-js/commit/e36f06d)) +* Removes unnecessary expect in test ([c12bd4d](https://github.com/dscvr-one/link-preview-js/commit/c12bd4d)) +* Return charset ([aefead4](https://github.com/dscvr-one/link-preview-js/commit/aefead4)) +* Return charset in response ([5862ee8](https://github.com/dscvr-one/link-preview-js/commit/5862ee8)) +* Update README.md ([9d4c839](https://github.com/dscvr-one/link-preview-js/commit/9d4c839)) +* Update README.md ([ed6b7e8](https://github.com/dscvr-one/link-preview-js/commit/ed6b7e8)) + + + +## 3.0.0 (2022-07-09) + +* Add `package.json` to package exports ([bd65392](https://github.com/dscvr-one/link-preview-js/commit/bd65392)) +* Add dns resolver ([b66cd63](https://github.com/dscvr-one/link-preview-js/commit/b66cd63)) +* Add handleRedirects example ([40abb01](https://github.com/dscvr-one/link-preview-js/commit/40abb01)) +* Add prettier and clean some errors ([a77e69d](https://github.com/dscvr-one/link-preview-js/commit/a77e69d)) +* Add timeout support ([733b420](https://github.com/dscvr-one/link-preview-js/commit/733b420)) +* add type to getDescription ([e64a937](https://github.com/dscvr-one/link-preview-js/commit/e64a937)) +* add type to getFavicons ([e81d104](https://github.com/dscvr-one/link-preview-js/commit/e81d104)) +* add type to getImages ([d888406](https://github.com/dscvr-one/link-preview-js/commit/d888406)) +* add type to getMediaType ([9ba84b9](https://github.com/dscvr-one/link-preview-js/commit/9ba84b9)) +* add type to getSiteName ([e55f786](https://github.com/dscvr-one/link-preview-js/commit/e55f786)) +* add type to getTitle ([c3ddc74](https://github.com/dscvr-one/link-preview-js/commit/c3ddc74)) +* add type to getVideos ([614cbf4](https://github.com/dscvr-one/link-preview-js/commit/614cbf4)) +* add type to metaTag ([58d5db5](https://github.com/dscvr-one/link-preview-js/commit/58d5db5)) +* add type to metaTagContent ([f8aec9a](https://github.com/dscvr-one/link-preview-js/commit/f8aec9a)) +* added followRedirects for test ([7ce4af8](https://github.com/dscvr-one/link-preview-js/commit/7ce4af8)) +* Added handler function to handle manual redirections ([37d1f74](https://github.com/dscvr-one/link-preview-js/commit/37d1f74)) +* bump ([3e367f2](https://github.com/dscvr-one/link-preview-js/commit/3e367f2)) +* Bump ansi-regex from 4.1.0 to 4.1.1 ([b8e068e](https://github.com/dscvr-one/link-preview-js/commit/b8e068e)) +* Bump cross-fetch from 3.1.4 to 3.1.5 ([484b2d9](https://github.com/dscvr-one/link-preview-js/commit/484b2d9)) +* Bump minimist from 1.2.5 to 1.2.6 ([ddc6943](https://github.com/dscvr-one/link-preview-js/commit/ddc6943)) +* Bump nth-check from 2.0.0 to 2.0.1 ([b8ab6f9](https://github.com/dscvr-one/link-preview-js/commit/b8ab6f9)) +* Bump tmpl from 1.0.4 to 1.0.5 ([341c5a0](https://github.com/dscvr-one/link-preview-js/commit/341c5a0)) +* bump version ([2956c6a](https://github.com/dscvr-one/link-preview-js/commit/2956c6a)) +* Bump version ([219a044](https://github.com/dscvr-one/link-preview-js/commit/219a044)) +* Bump version ([3329d92](https://github.com/dscvr-one/link-preview-js/commit/3329d92)) +* Bump version ([1e12f17](https://github.com/dscvr-one/link-preview-js/commit/1e12f17)) +* Bump version ([9784f60](https://github.com/dscvr-one/link-preview-js/commit/9784f60)) +* Bump version ([b2bade8](https://github.com/dscvr-one/link-preview-js/commit/b2bade8)) +* Bump version ([e863943](https://github.com/dscvr-one/link-preview-js/commit/e863943)) +* Bump version ([0d6a99e](https://github.com/dscvr-one/link-preview-js/commit/0d6a99e)) +* Bump version ([f06faf4](https://github.com/dscvr-one/link-preview-js/commit/f06faf4)) +* Bump version ([37dd693](https://github.com/dscvr-one/link-preview-js/commit/37dd693)) +* Bump version ([3c3f9a5](https://github.com/dscvr-one/link-preview-js/commit/3c3f9a5)) +* Bump version ([cb77113](https://github.com/dscvr-one/link-preview-js/commit/cb77113)) +* Bump version ([1884a54](https://github.com/dscvr-one/link-preview-js/commit/1884a54)) +* Bump version once more ([55543ce](https://github.com/dscvr-one/link-preview-js/commit/55543ce)) +* Change script from prepare to prepublishOnly ([d566c64](https://github.com/dscvr-one/link-preview-js/commit/d566c64)) +* Check for loopback via regex ([a3b2b52](https://github.com/dscvr-one/link-preview-js/commit/a3b2b52)) +* Dns resolve should be hostname ([4cd2749](https://github.com/dscvr-one/link-preview-js/commit/4cd2749)) +* Fix exports ([bfbdf3a](https://github.com/dscvr-one/link-preview-js/commit/bfbdf3a)) +* Fix failing test ([e339ecc](https://github.com/dscvr-one/link-preview-js/commit/e339ecc)) +* Fix for SSRF vulnerability ([5981dbe](https://github.com/dscvr-one/link-preview-js/commit/5981dbe)) +* fix node and src type in getFavicons function ([7791c29](https://github.com/dscvr-one/link-preview-js/commit/7791c29)) +* fix node and src type in getImages function ([42b035d](https://github.com/dscvr-one/link-preview-js/commit/42b035d)) +* fix node type in getVideos function ([51a653e](https://github.com/dscvr-one/link-preview-js/commit/51a653e)) +* fix response type ([bc453d1](https://github.com/dscvr-one/link-preview-js/commit/bc453d1)) +* fix typo ([9fd427f](https://github.com/dscvr-one/link-preview-js/commit/9fd427f)) +* Fix typo ([66a49ff](https://github.com/dscvr-one/link-preview-js/commit/66a49ff)) +* Fixed tests for old followRedirects option and added more tests ([85f03ed](https://github.com/dscvr-one/link-preview-js/commit/85f03ed)) +* Fixed typo for forwardedURL ([66f9dde](https://github.com/dscvr-one/link-preview-js/commit/66f9dde)) +* install @types/cheerio ([64c4b78](https://github.com/dscvr-one/link-preview-js/commit/64c4b78)) +* Major version bump ([7420ade](https://github.com/dscvr-one/link-preview-js/commit/7420ade)) +* new test for `followRedirects: false` ([b45ab1c](https://github.com/dscvr-one/link-preview-js/commit/b45ab1c)) +* package changes ([4116d2f](https://github.com/dscvr-one/link-preview-js/commit/4116d2f)) +* refactor code ([6329a2e](https://github.com/dscvr-one/link-preview-js/commit/6329a2e)) +* Refactoring ([45a97b7](https://github.com/dscvr-one/link-preview-js/commit/45a97b7)) +* remove eslint config ([1af77ce](https://github.com/dscvr-one/link-preview-js/commit/1af77ce)) +* Remove failing test ([f2d5125](https://github.com/dscvr-one/link-preview-js/commit/f2d5125)) +* remove publish script ([b3ef65e](https://github.com/dscvr-one/link-preview-js/commit/b3ef65e)) +* Revert bump ([dcd49e3](https://github.com/dscvr-one/link-preview-js/commit/dcd49e3)) +* Revert transpilation target to ES5 ([b6858c7](https://github.com/dscvr-one/link-preview-js/commit/b6858c7)) +* Update action tests name ([61660ea](https://github.com/dscvr-one/link-preview-js/commit/61660ea)) +* update bump script ([119bed3](https://github.com/dscvr-one/link-preview-js/commit/119bed3)) +* Update dependencies ([66fee36](https://github.com/dscvr-one/link-preview-js/commit/66fee36)) +* Update dependencies and get rid of eslint ([d4f4131](https://github.com/dscvr-one/link-preview-js/commit/d4f4131)) +* Update image on readme ([ab0323e](https://github.com/dscvr-one/link-preview-js/commit/ab0323e)) +* Update readme ([0bbf512](https://github.com/dscvr-one/link-preview-js/commit/0bbf512)) +* Update readme ([eec1860](https://github.com/dscvr-one/link-preview-js/commit/eec1860)) +* Update readme ([5f2714e](https://github.com/dscvr-one/link-preview-js/commit/5f2714e)) +* Update readme ([002905d](https://github.com/dscvr-one/link-preview-js/commit/002905d)) +* Update readme ([62940d3](https://github.com/dscvr-one/link-preview-js/commit/62940d3)) +* Update README ([450084d](https://github.com/dscvr-one/link-preview-js/commit/450084d)) +* update README.md ([8c400a9](https://github.com/dscvr-one/link-preview-js/commit/8c400a9)) +* Update README.md ([9753022](https://github.com/dscvr-one/link-preview-js/commit/9753022)) +* Update README.md ([39943c4](https://github.com/dscvr-one/link-preview-js/commit/39943c4)) +* Update README.md ([70b89b9](https://github.com/dscvr-one/link-preview-js/commit/70b89b9)) +* Update README.md ([e1eab3e](https://github.com/dscvr-one/link-preview-js/commit/e1eab3e)) +* Update README.md ([fa8994f](https://github.com/dscvr-one/link-preview-js/commit/fa8994f)) +* Update README.md ([da85c13](https://github.com/dscvr-one/link-preview-js/commit/da85c13)) +* Update README.md ([8003ea9](https://github.com/dscvr-one/link-preview-js/commit/8003ea9)) +* Update README.md ([bdac921](https://github.com/dscvr-one/link-preview-js/commit/bdac921)) +* Update README.md ([ace49ff](https://github.com/dscvr-one/link-preview-js/commit/ace49ff)) +* Update README.md ([5b854a4](https://github.com/dscvr-one/link-preview-js/commit/5b854a4)) +* Update README.md ([e8dd4f2](https://github.com/dscvr-one/link-preview-js/commit/e8dd4f2)) +* Update README.md ([fcd9d17](https://github.com/dscvr-one/link-preview-js/commit/fcd9d17)) +* Update README.md ([7a1bec5](https://github.com/dscvr-one/link-preview-js/commit/7a1bec5)) +* Update README.md ([c3ec065](https://github.com/dscvr-one/link-preview-js/commit/c3ec065)) +* Update README.md ([d770169](https://github.com/dscvr-one/link-preview-js/commit/d770169)) +* Update README.md ([0dead58](https://github.com/dscvr-one/link-preview-js/commit/0dead58)) +* Update README.md ([b4877e0](https://github.com/dscvr-one/link-preview-js/commit/b4877e0)) +* Update README.md ([cd59960](https://github.com/dscvr-one/link-preview-js/commit/cd59960)) +* Update README.md ([9bdd768](https://github.com/dscvr-one/link-preview-js/commit/9bdd768)) +* Update README.md ([bf9eaf2](https://github.com/dscvr-one/link-preview-js/commit/bf9eaf2)) +* Update README.md ([35c9b3a](https://github.com/dscvr-one/link-preview-js/commit/35c9b3a)) +* Update README.md ([587e4f1](https://github.com/dscvr-one/link-preview-js/commit/587e4f1)) +* Update README.md ([e4d56a9](https://github.com/dscvr-one/link-preview-js/commit/e4d56a9)) +* Update README.md ([8fddce4](https://github.com/dscvr-one/link-preview-js/commit/8fddce4)) +* Update README.md ([ef5e8bc](https://github.com/dscvr-one/link-preview-js/commit/ef5e8bc)) +* Update README.md ([be78516](https://github.com/dscvr-one/link-preview-js/commit/be78516)) +* Update workflow to run tests on PRs ([a476eeb](https://github.com/dscvr-one/link-preview-js/commit/a476eeb)) + + + +## 2.1.2 (2020-12-23) + +* Add npmignore ([e9b5134](https://github.com/dscvr-one/link-preview-js/commit/e9b5134)) +* Fix jest types ([1c18bbe](https://github.com/dscvr-one/link-preview-js/commit/1c18bbe)) +* Remove cheerio-without-native dependency ([ad04102](https://github.com/dscvr-one/link-preview-js/commit/ad04102)) +* Remove non necessary files (travis, build folder, vscode) ([cd452dc](https://github.com/dscvr-one/link-preview-js/commit/cd452dc)) +* Update bug_report.md ([d73bfed](https://github.com/dscvr-one/link-preview-js/commit/d73bfed)) +* Update issue templates ([8a49e21](https://github.com/dscvr-one/link-preview-js/commit/8a49e21)) +* Update README.md ([240e1f9](https://github.com/dscvr-one/link-preview-js/commit/240e1f9)) + + + +## 2.1.1 (2020-12-11) + +* Add travis config file ([bf3ac55](https://github.com/dscvr-one/link-preview-js/commit/bf3ac55)) +* Add warnings to README ([6c52a42](https://github.com/dscvr-one/link-preview-js/commit/6c52a42)) +* Adds getPreviewFromContent() method. ([fe1d6ee](https://github.com/dscvr-one/link-preview-js/commit/fe1d6ee)) +* Better eslinting and code cleanse ([dfd512a](https://github.com/dscvr-one/link-preview-js/commit/dfd512a)) +* Bump lodash from 4.17.15 to 4.17.19 ([09f06e5](https://github.com/dscvr-one/link-preview-js/commit/09f06e5)) +* Bump version, add todo for tests and build distributable ([18a4212](https://github.com/dscvr-one/link-preview-js/commit/18a4212)) +* Bump versions ([d0be766](https://github.com/dscvr-one/link-preview-js/commit/d0be766)) +* Clean up of parsingResponse PR ([abd03ac](https://github.com/dscvr-one/link-preview-js/commit/abd03ac)) +* Compile lib to ES6 ([9d2f1eb](https://github.com/dscvr-one/link-preview-js/commit/9d2f1eb)) +* Create publish command (doesn't work) and bump version to publish 2.0.4 ([cbd5f2f](https://github.com/dscvr-one/link-preview-js/commit/cbd5f2f)) +* Create test_workflow.yml ([16ed8d5](https://github.com/dscvr-one/link-preview-js/commit/16ed8d5)) +* first pass at adding support for meta tag name attribute ([ffbb26e](https://github.com/dscvr-one/link-preview-js/commit/ffbb26e)) +* first pass at support for proxy url option for use with react native web ([0ee2a2b](https://github.com/dscvr-one/link-preview-js/commit/0ee2a2b)) +* Fix flaky test ([46eb2c4](https://github.com/dscvr-one/link-preview-js/commit/46eb2c4)) +* Fix json ([c42f404](https://github.com/dscvr-one/link-preview-js/commit/c42f404)) +* fix linting ([7287245](https://github.com/dscvr-one/link-preview-js/commit/7287245)) +* fix linting and more robust check on node value ([1dd9075](https://github.com/dscvr-one/link-preview-js/commit/1dd9075)) +* handle urls with unknown content type ([4f772e6](https://github.com/dscvr-one/link-preview-js/commit/4f772e6)) +* made optional ([274571f](https://github.com/dscvr-one/link-preview-js/commit/274571f)) +* Minor bump ([05bc384](https://github.com/dscvr-one/link-preview-js/commit/05bc384)) +* more robust node check value for getVideos ([a512ebe](https://github.com/dscvr-one/link-preview-js/commit/a512ebe)) +* move proxyUrl concat logic ([e6f7e00](https://github.com/dscvr-one/link-preview-js/commit/e6f7e00)) +* Remove duplicated code and add tests for getPreviewFromContent ([0fb4d24](https://github.com/dscvr-one/link-preview-js/commit/0fb4d24)) +* Remove failing test because website changed ([a735d3b](https://github.com/dscvr-one/link-preview-js/commit/a735d3b)) +* Remove yarn from dependencies ([ab80271](https://github.com/dscvr-one/link-preview-js/commit/ab80271)) +* Revert "Support urls without protocol prefixes" ([a9fdc30](https://github.com/dscvr-one/link-preview-js/commit/a9fdc30)) +* test for proxy url ([7547d00](https://github.com/dscvr-one/link-preview-js/commit/7547d00)) +* Typo ([d3a80e0](https://github.com/dscvr-one/link-preview-js/commit/d3a80e0)) +* Update readme and fix tests ([5a60901](https://github.com/dscvr-one/link-preview-js/commit/5a60901)) +* Update README.md ([bd83431](https://github.com/dscvr-one/link-preview-js/commit/bd83431)) +* Update README.md ([212dfc9](https://github.com/dscvr-one/link-preview-js/commit/212dfc9)) +* Update README.md ([cbc3a57](https://github.com/dscvr-one/link-preview-js/commit/cbc3a57)) +* Update README.md ([387a51c](https://github.com/dscvr-one/link-preview-js/commit/387a51c)) +* Update README.md ([0b1d88d](https://github.com/dscvr-one/link-preview-js/commit/0b1d88d)) +* Update README.md ([7d06fdb](https://github.com/dscvr-one/link-preview-js/commit/7d06fdb)) +* Update test CI workflow ([8afb24e](https://github.com/dscvr-one/link-preview-js/commit/8afb24e)) +* update test script ([3f74498](https://github.com/dscvr-one/link-preview-js/commit/3f74498)) +* Update travis node version ([6da8edf](https://github.com/dscvr-one/link-preview-js/commit/6da8edf)) +* Updates README ([7d16b7a](https://github.com/dscvr-one/link-preview-js/commit/7d16b7a)) +* chore: upgrade cross-fetch to prevent Denial of Service vulnerability ([87f6d7d](https://github.com/dscvr-one/link-preview-js/commit/87f6d7d)) +* feat: REGEX_VALID_URL to detect urls without protocols ([4aa51b6](https://github.com/dscvr-one/link-preview-js/commit/4aa51b6)) +* feat: verify if detect url contains protocol ([ee70051](https://github.com/dscvr-one/link-preview-js/commit/ee70051)) +* test: test no protocol url prefix ([79b25d9](https://github.com/dscvr-one/link-preview-js/commit/79b25d9)) + + + +## 2.0.0 (2020-01-07) + +* Typescript Rewrite ([a9a567f](https://github.com/dscvr-one/link-preview-js/commit/a9a567f)) + + + +## 1.6.0 (2020-01-03) + +* add header support ([a91f6c7](https://github.com/dscvr-one/link-preview-js/commit/a91f6c7)) +* add readme ([fd186da](https://github.com/dscvr-one/link-preview-js/commit/fd186da)) +* Bump versions ([f9eab1a](https://github.com/dscvr-one/link-preview-js/commit/f9eab1a)) +* Create CONTRIBUTING.md ([786d70d](https://github.com/dscvr-one/link-preview-js/commit/786d70d)) +* Create LICENSE ([7c084f0](https://github.com/dscvr-one/link-preview-js/commit/7c084f0)) +* Update issue templates ([ae8dd14](https://github.com/dscvr-one/link-preview-js/commit/ae8dd14)) +* Update README.md ([f1c3325](https://github.com/dscvr-one/link-preview-js/commit/f1c3325)) +* Update README.md ([b7ebe01](https://github.com/dscvr-one/link-preview-js/commit/b7ebe01)) + + + +## 1.5.0 (2019-10-31) + +* Add circle CI integration ([449ef9a](https://github.com/dscvr-one/link-preview-js/commit/449ef9a)) +* add language to options, fix #46 ([6a7bed8](https://github.com/dscvr-one/link-preview-js/commit/6a7bed8)), closes [#46](https://github.com/dscvr-one/link-preview-js/issues/46) +* Add site name to text responses ([723817d](https://github.com/dscvr-one/link-preview-js/commit/723817d)) +* Bump version ([4e45e05](https://github.com/dscvr-one/link-preview-js/commit/4e45e05)) +* Bump versions ([96ddec5](https://github.com/dscvr-one/link-preview-js/commit/96ddec5)) +* Correcting test, thought we weren't receiving site name for YouTube. ([7505321](https://github.com/dscvr-one/link-preview-js/commit/7505321)) +* Remove unnecessary fallback ([ab1dd3c](https://github.com/dscvr-one/link-preview-js/commit/ab1dd3c)) +* return correct videos height ([33119df](https://github.com/dscvr-one/link-preview-js/commit/33119df)) +* Update index.spec.js ([ba3e3f0](https://github.com/dscvr-one/link-preview-js/commit/ba3e3f0)) +* Update node engine for circleCI ([84d037f](https://github.com/dscvr-one/link-preview-js/commit/84d037f)) +* Update Readme ([a40ff33](https://github.com/dscvr-one/link-preview-js/commit/a40ff33)) +* Update README.md ([b2872aa](https://github.com/dscvr-one/link-preview-js/commit/b2872aa)) + + + +## 1.4.3 (2019-10-07) + +* Create FUNDING.yml ([08cc7ea](https://github.com/dscvr-one/link-preview-js/commit/08cc7ea)) +* Fix continue flow after handler error, add return in all rejects ([494104a](https://github.com/dscvr-one/link-preview-js/commit/494104a)) +* Rename package and bump version ([415868c](https://github.com/dscvr-one/link-preview-js/commit/415868c)) +* Reset cheerio without node to a working version ([e785280](https://github.com/dscvr-one/link-preview-js/commit/e785280)) +* Update dependencies ([2a12b68](https://github.com/dscvr-one/link-preview-js/commit/2a12b68)) +* Update README ([5fcc002](https://github.com/dscvr-one/link-preview-js/commit/5fcc002)) +* Update README.md ([0be3e95](https://github.com/dscvr-one/link-preview-js/commit/0be3e95)) +* Update README.md ([6b30e6c](https://github.com/dscvr-one/link-preview-js/commit/6b30e6c)) +* Update README.md ([f91430b](https://github.com/dscvr-one/link-preview-js/commit/f91430b)) +* Update README.md ([652494c](https://github.com/dscvr-one/link-preview-js/commit/652494c)) +* Update README.md ([13abe5a](https://github.com/dscvr-one/link-preview-js/commit/13abe5a)) +* uppen version ([71fd23a](https://github.com/dscvr-one/link-preview-js/commit/71fd23a)) + + + +## 1.4.0 (2019-02-05) + +* Add donate button ([6f03db4](https://github.com/dscvr-one/link-preview-js/commit/6f03db4)) +* Fix merge conflicts with constants file ([cef7401](https://github.com/dscvr-one/link-preview-js/commit/cef7401)) +* Update dependencies to get of security warnings and restore cross-fetch ([12aeaf7](https://github.com/dscvr-one/link-preview-js/commit/12aeaf7)) +* Uppen version ([085948c](https://github.com/dscvr-one/link-preview-js/commit/085948c)) +* videoType null handled ([c5bad83](https://github.com/dscvr-one/link-preview-js/commit/c5bad83)) + + + +## 1.3.5 (2018-11-08) + +* Removed native dependencies ([9ea92ef](https://github.com/dscvr-one/link-preview-js/commit/9ea92ef)) +* Update README.md ([167fe75](https://github.com/dscvr-one/link-preview-js/commit/167fe75)) +* Updated README.md ([ec60e35](https://github.com/dscvr-one/link-preview-js/commit/ec60e35)) + + + +## 1.3.4 (2018-06-20) + +* Added different response objects depending on content type returned in HTTP response headers. Also f ([1a47ca4](https://github.com/dscvr-one/link-preview-js/commit/1a47ca4)) +* Added support for fetching favicon images. ([477249a](https://github.com/dscvr-one/link-preview-js/commit/477249a)) +* Cleanup of readme ([7da7ff7](https://github.com/dscvr-one/link-preview-js/commit/7da7ff7)) +* Fixed content type check so that it works on React Native. ([1a7b01c](https://github.com/dscvr-one/link-preview-js/commit/1a7b01c)) +* Fixed tests and modified findById function to lowercase property names before checking for matches. ([dc535d0](https://github.com/dscvr-one/link-preview-js/commit/dc535d0)) +* Full compatibility with es5 ([3d89398](https://github.com/dscvr-one/link-preview-js/commit/3d89398)) +* Handle newlines at the end of the string ([31d4a53](https://github.com/dscvr-one/link-preview-js/commit/31d4a53)) +* Promise polyfill ([3673578](https://github.com/dscvr-one/link-preview-js/commit/3673578)) +* Remove destructuring ([e24f3e5](https://github.com/dscvr-one/link-preview-js/commit/e24f3e5)) +* Replae *all* occurrances of newline with spaces ([7347d39](https://github.com/dscvr-one/link-preview-js/commit/7347d39)) +* Use XMLHttpRequest instead of fetch API ([e223eef](https://github.com/dscvr-one/link-preview-js/commit/e223eef)) +* Version up ([c3752c1](https://github.com/dscvr-one/link-preview-js/commit/c3752c1)) + + + +## 1.3.0 (2017-12-28) + +* [FEATURE] Add options object, change imageProperty implementation and uppen version ([3e5f178](https://github.com/dscvr-one/link-preview-js/commit/3e5f178)) +* #comment Get only images with special property type ([56323eb](https://github.com/dscvr-one/link-preview-js/commit/56323eb)) +* renaming the android package name from com.reactlibrary to io.linkpreview ([92d0026](https://github.com/dscvr-one/link-preview-js/commit/92d0026)) +* Version up ([ace737f](https://github.com/dscvr-one/link-preview-js/commit/ace737f)) + + + +## 1.2.1 (2017-10-20) + +* change deps ([152fe84](https://github.com/dscvr-one/link-preview-js/commit/152fe84)) +* Delete .babelrc ([e5e5c03](https://github.com/dscvr-one/link-preview-js/commit/e5e5c03)) +* fix bug ([318e63b](https://github.com/dscvr-one/link-preview-js/commit/318e63b)) +* increment ([537b72e](https://github.com/dscvr-one/link-preview-js/commit/537b72e)) +* move dep from dev-dep to dep ([bd0e759](https://github.com/dscvr-one/link-preview-js/commit/bd0e759)) +* remove underscores as this is no longer a class ([f62f4c2](https://github.com/dscvr-one/link-preview-js/commit/f62f4c2)) +* Update .babelrc ([62c4785](https://github.com/dscvr-one/link-preview-js/commit/62c4785)) +* Update constants.js ([6f6c8c7](https://github.com/dscvr-one/link-preview-js/commit/6f6c8c7)) +* Update index.js ([a64ae76](https://github.com/dscvr-one/link-preview-js/commit/a64ae76)) +* Update index.js ([f615c83](https://github.com/dscvr-one/link-preview-js/commit/f615c83)) +* Update readme ([20a257b](https://github.com/dscvr-one/link-preview-js/commit/20a257b)) +* Use es5 syntax to allow usage from regular node. ([b457ae5](https://github.com/dscvr-one/link-preview-js/commit/b457ae5)) +* use node-fetch ([3237407](https://github.com/dscvr-one/link-preview-js/commit/3237407)) + + + +## 1.2.0 (2017-08-18) + +* [ENH] More thorough image parsing, guaranteed to return images, bump version to 1.2 ([73c8690](https://github.com/dscvr-one/link-preview-js/commit/73c8690)) + + + +## 1.1.2 (2017-08-18) + +* Increase version ([f88f391](https://github.com/dscvr-one/link-preview-js/commit/f88f391)) +* Prefer og:title over the title ([63da0c8](https://github.com/dscvr-one/link-preview-js/commit/63da0c8)) +* remove @Override to fix compile on android react-native 0.47 ([64104cd](https://github.com/dscvr-one/link-preview-js/commit/64104cd)) + + + +## 1.1.0 (2017-04-02) + +* [ENHANCEMENT] Add more tests ([85a3a3c](https://github.com/dscvr-one/link-preview-js/commit/85a3a3c)) +* Detect only well formed URLs by running them against a valid URL regex ([b9df3df](https://github.com/dscvr-one/link-preview-js/commit/b9df3df)) +* Remove autolinker dependency, use simplier string parsing ([53d5ec8](https://github.com/dscvr-one/link-preview-js/commit/53d5ec8)) + + + +## 1.0.7 (2017-03-19) + +* [ENHANCEMENT] Clean code, use es-lint, add basic library test, update Read Me, uppen release version ([baec055](https://github.com/dscvr-one/link-preview-js/commit/baec055)) +* [ENHANCEMENT] Improve code quality a bit ([3e12c03](https://github.com/dscvr-one/link-preview-js/commit/3e12c03)) +* [ENHANCEMENT] Improve readme ([8d0d7f8](https://github.com/dscvr-one/link-preview-js/commit/8d0d7f8)) +* [ENHANCEMENT] Use babel-preset-react-native ([759665d](https://github.com/dscvr-one/link-preview-js/commit/759665d)) +* [ENHANCEMENT] Version up ([620ff05](https://github.com/dscvr-one/link-preview-js/commit/620ff05)) +* Add missing const ([bf74076](https://github.com/dscvr-one/link-preview-js/commit/bf74076)) + + + +## 1.0.4 (2016-12-06) + +* bump version ([7000592](https://github.com/dscvr-one/link-preview-js/commit/7000592)) +* Change API a bit ([6723324](https://github.com/dscvr-one/link-preview-js/commit/6723324)) +* Fix readme ([a59d904](https://github.com/dscvr-one/link-preview-js/commit/a59d904)) +* increase version ([7424a11](https://github.com/dscvr-one/link-preview-js/commit/7424a11)) +* remove react-native peer dependency ([0d15fc5](https://github.com/dscvr-one/link-preview-js/commit/0d15fc5)) +* Update package.json ([761614f](https://github.com/dscvr-one/link-preview-js/commit/761614f)) +* Update readme and package.json ([9014875](https://github.com/dscvr-one/link-preview-js/commit/9014875)) +* update version ([1cf7fa7](https://github.com/dscvr-one/link-preview-js/commit/1cf7fa7)) +* use native fetch().text() instead FileReader ([636fa85](https://github.com/dscvr-one/link-preview-js/commit/636fa85)) + + + diff --git a/package-lock.json b/package-lock.json index 3d99405..9770714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dscvr-one/link-preview-js", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dscvr-one/link-preview-js", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index 23b7076..8fe4a66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dscvr-one/link-preview-js", "description": "JavaScript module to extract and fetch HTTP link information from blocks of text.", - "version": "0.0.0", + "version": "0.1.0", "sideEffects": false, "type": "module", "files": [