Skip to content

2022.1.0

Latest
Compare
Choose a tag to compare
@voluntas voluntas released this 29 Jan 04:01
· 526 commits to develop since this release
  • [CHANGE] packege.json の devDependencies を最新へ追従する
    • rollup^2.66.1 へ上げる
    • rollup-plugin-terser^7.0.2 へ上げる
    • rollup-plugin-node-resolve@rollup/plugin-node-resolve ^13.1.3 に切り替える
    • rollup-plugin-typescript2@rollup/plugin-typescript ^8.3.0 に切り替える
    • typescript^4.5.5 に上げる
    • @typescript-eslint/eslint-plugin^5.10. に上げる
    • @typescript-eslint/parse^5.10. に上げる
    • @types/node^16.11.7 へ上げる
    • @types/webrtc^0.0.31 へ上げる
    • eslint^8.8.0 に上げる
    • eslint-config-prettier^8.3.0 に上げる
    • eslint-plugin-import^2.25.4 に上げる
    • @voluntas
  • [CHANGE] esdoc を削除
  • [CHANGE] yarn の利用をやめ npm に切り替える
  • [CHANGE] .eslintrc.js から prettier/@typescript-eslint を削除
  • [CHANGE] GitHub Actions の node-version を 16 固定にする
  • [CHANGE] Google STUN サーバを削除
  • [CHANGE] tsconfig.json の設定を変更
    • target / module を es2020 へ変更
    • newLine を追加
    • declarationDir を追加
    • @voluntas
  • [UPDATE] rollup.config.js の設定を変更
    • sourceMap を sourcemap へ変更
    • entry を削除
    • rollup-plugin-node-resolve を @rollup/plugin-node-resolve へ変更
    • rollup-plugin-typescript2 を @rollup/plugin-typescript へ変更
    • format: 'module' で mjs を出力する
    • @voluntas
  • [UPDATE] GitHub Actions の actions/checkout を v2 に上げる
  • [ADD] .prettierrc.json を追加
  • [ADD] VideoCodecOption に AV1H.265 を追加
  • [ADD] npm run doc コマンド追加
    • TypeDoc により apidoc/ に出力
    • @voluntas