update CHANGELOG.md

This commit is contained in:
tamaina 2023-02-12 12:15:08 +00:00
parent 120a446ac9
commit d5d48bbcc1
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,10 @@
*.*.* / 2023-2-** 3.0.0 / 2023-02-12
------------------ ------------------
* * ES Moduleになりました
- `import { summaly } from 'summaly';`で関数をインポートします
- デフォルトエクスポートはFastifyプラグインになります
* https/http agents options * https/http agents options
* サーバーのコマンドはnpm run serveになりました
2.7.0 / 2022-07-09 2.7.0 / 2022-07-09
------------------ ------------------

View File

@ -8,7 +8,7 @@ summaly
Installation Installation
---------------------------------------------------------------- ----------------------------------------------------------------
``` ```
npm install git+https://github.com/misskey-dev/summalygit npm install git+https://github.com/misskey-dev/summaly.git
``` ```
Usage Usage
@ -33,6 +33,9 @@ fastify.register(Summaly[, opts])
Run the server: Run the server:
``` ```
git clone https://github.com/misskey-dev/summaly.git
cd summaly
NODE_ENV=development npm install
npm run build npm run build
npm run serve npm run serve
``` ```