forked from OP-Engineering/link-preview-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vinayak Kulkarni <[email protected]>
- Loading branch information
1 parent
b4d1efc
commit f8152a2
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## 0.1.0 (2024-04-30) | ||
|
||
* 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: pin node to LTS 🎉 ([b4d1efc](https://github.com/dscvr-one/link-preview-js/commit/b4d1efc)) | ||
* 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: 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)) | ||
* 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)) | ||
* 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)) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters