- センシティブフラグの判定を
<meta property="rating">
およびrating
ヘッダでも行うように - 依存関係の更新
- eslintの設定を更新
- GETリクエストよりも前にHEADリクエストを送信し、その結果を使用して検証するように (#22)
- 下記のパラメータを
summaly
メソッドのオプションに追加- userAgent
- responseTimeout
- operationTimeout
- contentLengthLimit
- contentLengthRequired
- Fix .github/workflows/npm-publish.yml
- Fix .github/workflows/npm-publish.yml
- Fix .github/workflows/npm-publish.yml
- support
<link rel="alternate" type="application/activitypub+json" href="{href}">
#10, #11- 結果の
activityPub
プロパティでherfの内容を取得できます
- 結果の
- branch.ioを用いたディープリンク(spotify.link)などでパースに失敗する問題を修正 #13
- Twitter Cardが読めていない問題を修正 #15
- 'mixi:content-rating'をsensitive判定で見ることで、dlsiteなどでセンシティブ情報を得れるように #16
- sitenameをURLから生成する場合、ポートを含むように (URL.hostname → URL.host)
Summary
型にurl
プロパティを追加したSummalyResult
型をexportするようにIPlugin
インターフェースをSummalyPlugin
に改称
- YouTubeをフルスクリーンにできない問題を修正
- oEmbedの読み込みでエラーが発生した際は、エラーにせずplayerの中身をnullにするように
- oEmbed type=richの制限的なサポート
- プラグインの引数がWHATWG URLになりました
- 不要な依存関係を除去
- agentが指定されている(もしくはagentが空のオブジェクトの)場合はプライベートIPのリクエストを許可
- Fastifyのルーティングを'/url'から'/'に
- ES Moduleになりました
import { summaly } from 'summaly';
で関数をインポートします- デフォルトエクスポートはFastifyプラグインになります
- https/http agents options
- サーバーのコマンドはnpm run serveになりました
- accept XHTML
- update got to 11.8.5
- Improve player detection
- プライベートIPアドレス等は拒否するように
- Update dependencies
- Fix amazon support
- Update dependencies
- Lang support
- Add standalone server
- Fix bug
- Fix bug
- Fix bug
- Fix bug
- Add twitter:player support
- Dependency updates
- Fix bug
- Fix bug
- Dependencies update
- Improve title cleanuping
- Support more favicon cases #64
- Update some dependencies
- Bug fix
- Update some dependencies
- Some refactors
- [BREAKING CHANGE] Renamed: Plugins: Method
summary
is nowsummarize
- Some refactors
- Fix the incorrect type definition
- Add user-defined plugin support #22
- Add
followRedirects
option #16 - Add
url
property to result #15
- Improve: Check favicon exist #7
- [Plugin:Wikipedia] Improve: Clip description #11
- Fix: Import the missing function
- [Plugin:Wikipedia] Fix bug
- Follow redirects #5
- Improve: Better Wikipedia support #2
- Remove babel completely
- iroiro
- Remove babel
- Bug fix
- Fix type definitions problem
- Fix: Add missing dependency
- Improvement
- Bug fix
- Some improvements
- Some bug fixes
- Amazon support
- [Plugin:Wikipedia] Bug fix
- Bug fix
- Bug fix
- Some improvements
[BREAKING CHANGE] なんかもうめっちゃ変えた
- 🐛 Some bug fixes
Initial release