mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-09 23:57:20 +09:00
update CHANGELOG.md
This commit is contained in:
parent
120a446ac9
commit
d5d48bbcc1
@ -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
|
||||||
------------------
|
------------------
|
||||||
|
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user