Commit graph

1140 commits

Author SHA1 Message Date
AkiraFukushima d2fd031741 Bump to version 3.6.1 2021-04-05 01:49:29 +09:00
AkiraFukushima 1c431bfa71
Merge pull request #722 from h3poteto/comments
Add method comments for request headers
2021-04-05 01:46:19 +09:00
AkiraFukushima 67f8c23f02
Merge pull request #712 from h3poteto/dependabot/npm_and_yarn/example/browser/webpack-cli-4.6.0
Bump webpack-cli from 4.5.0 to 4.6.0 in /example/browser
2021-04-05 01:43:03 +09:00
AkiraFukushima 04358856b5 Add method comments for request headers 2021-04-05 01:42:43 +09:00
AkiraFukushima 30aaff2572
Merge pull request #721 from h3poteto/iss-714-fix
refs #714 Don't call getHeaders of FormData when platform is browser
2021-04-05 01:38:35 +09:00
dependabot-preview[bot] ae49e99abc
Bump webpack-cli from 4.5.0 to 4.6.0 in /example/browser
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-04 16:37:56 +00:00
AkiraFukushima e0c4f11b46
Merge pull request #715 from h3poteto/dependabot/npm_and_yarn/types/ws-7.4.1
Bump @types/ws from 7.4.0 to 7.4.1
2021-04-05 01:36:59 +09:00
AkiraFukushima fc77afe09a
Merge pull request #713 from h3poteto/dependabot/npm_and_yarn/y18n-4.0.1
[Security] Bump y18n from 4.0.0 to 4.0.1
2021-04-05 01:36:48 +09:00
AkiraFukushima b5a33610c3
Merge pull request #711 from h3poteto/dependabot/npm_and_yarn/example/browser/ts-loader-8.1.0
Bump ts-loader from 8.0.18 to 8.1.0 in /example/browser
2021-04-05 01:36:35 +09:00
AkiraFukushima e40cb45c17
Merge pull request #710 from h3poteto/dependabot/npm_and_yarn/example/typescript/types/node-14.14.37
Bump @types/node from 14.14.35 to 14.14.37 in /example/typescript
2021-04-05 01:36:27 +09:00
AkiraFukushima 216ac0e581
Merge pull request #708 from h3poteto/dependabot/npm_and_yarn/types/jest-26.0.22
Bump @types/jest from 26.0.21 to 26.0.22
2021-04-05 01:36:19 +09:00
AkiraFukushima 0610c8ee4a
Merge pull request #706 from h3poteto/dependabot/npm_and_yarn/typedoc-0.20.34
Bump typedoc from 0.20.33 to 0.20.34
2021-04-05 01:36:12 +09:00
AkiraFukushima a96acb19ec refs #714 Don't call getHeaders of FormData when platform is browser
Because getHeaders method is only implemented on nodejs.
And it is not required to post media.
2021-04-05 01:35:13 +09:00
dependabot-preview[bot] 508a4b3c0f
Bump @types/jest from 26.0.21 to 26.0.22
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-04 16:08:21 +00:00
dependabot-preview[bot] b489464850
Bump @types/node from 14.14.35 to 14.14.37 in /example/typescript
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-04 16:08:00 +00:00
AkiraFukushima 4550bda08f
Merge pull request #720 from h3poteto/iss-714-fix
refs #714 Fix upload media from nodejs
2021-04-05 01:06:45 +09:00
AkiraFukushima d047c7242b refs #714 Fix tests for axiosCancelToken 2021-04-05 01:02:54 +09:00
AkiraFukushima e2518d5af4 refs #714 Fix misskey access token when body is form data 2021-04-05 00:54:23 +09:00
AkiraFukushima 5ae2f25d3b refs #714 Add cancel token handler for api client 2021-04-05 00:27:53 +09:00
AkiraFukushima 4f51fb9fe5 refs #714 Add headers for misskey api_clients 2021-04-05 00:22:36 +09:00
AkiraFukushima 3271084da5 refs #714 Add headers for mastodon api_clients 2021-04-05 00:21:38 +09:00
AkiraFukushima f382e65da7 refs #714 Add headers for pleroma api_clients 2021-04-04 23:16:07 +09:00
AkiraFukushima 46ae259232
Merge pull request #719 from h3poteto/interfaces
User interface for api_client
2021-04-04 23:05:13 +09:00
AkiraFukushima 72436b2942 Use interface in misskey for api client 2021-04-04 23:02:04 +09:00
AkiraFukushima 0f416b196a Use interface in mastodon for api client 2021-04-04 22:56:58 +09:00
AkiraFukushima e464fb3148 Use interface in pleroma for api client 2021-04-04 21:06:22 +09:00
AkiraFukushima 06b4044bb9
Merge pull request #718 from h3poteto/iss-714
refs #714 Add example codes to test upload media
2021-04-04 20:59:24 +09:00
AkiraFukushima 333e7067be refs #714 Add example codes to test upload media 2021-04-04 20:56:50 +09:00
dependabot-preview[bot] 3b6c4a321c
Bump @types/ws from 7.4.0 to 7.4.1
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-04 07:44:54 +00:00
AkiraFukushima f72c1e58b1
Merge pull request #717 from h3poteto/iss-714
refs #714 Add form-data as dependency
2021-04-04 16:43:20 +09:00
AkiraFukushima b26f0b75f4 refs #714 Add form-data as dependency 2021-04-04 16:40:42 +09:00
dependabot-preview[bot] 38e4606b33
[Security] Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 17:36:03 +00:00
dependabot-preview[bot] 93558a206a
Bump ts-loader from 8.0.18 to 8.1.0 in /example/browser
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.18 to 8.1.0.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.18...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 07:45:16 +00:00
dependabot-preview[bot] d2cabb911f
Bump typedoc from 0.20.33 to 0.20.34
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.33 to 0.20.34.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.33...v0.20.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-25 06:22:27 +00:00
AkiraFukushima 6f39b573d8 Bump to version 3.6.0 2021-03-23 01:03:11 +09:00
AkiraFukushima 6de1833bd8
Merge pull request #705 from h3poteto/update/webpack/5.x
Update webpack 5.x and fix configuration
2021-03-23 00:58:31 +09:00
AkiraFukushima fc2e875ed4 Update webpack 5.x and fix configuration 2021-03-23 00:53:37 +09:00
AkiraFukushima d02ed79b7a
Merge pull request #704 from h3poteto/update/doc
Update documents
2021-03-22 23:41:59 +09:00
AkiraFukushima ba53aab4b8 Update documents 2021-03-22 23:36:22 +09:00
AkiraFukushima 86019e99b1
Merge pull request #702 from h3poteto/dependabot/npm_and_yarn/typedoc-0.20.33
Bump typedoc from 0.20.32 to 0.20.33
2021-03-22 23:35:26 +09:00
AkiraFukushima 297857de77
Merge pull request #703 from h3poteto/iss-701
refs #701 Divide poll vote and poll expired event in notification
2021-03-22 23:35:12 +09:00
AkiraFukushima b54f046a34 refs #701 Divide poll vote and poll expired event in notification 2021-03-22 22:48:30 +09:00
dependabot-preview[bot] c84ac1866f
Bump typedoc from 0.20.32 to 0.20.33
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.33.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 06:58:51 +00:00
AkiraFukushima d0d86bd6a3 Bump to version 3.5.2 2021-03-22 00:20:53 +09:00
AkiraFukushima d5d7503a05
Merge pull request #694 from h3poteto/dependabot/npm_and_yarn/ts-jest-26.5.4
Bump ts-jest from 26.5.3 to 26.5.4
2021-03-22 00:20:10 +09:00
dependabot-preview[bot] 4326e9705e
Bump ts-jest from 26.5.3 to 26.5.4
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.3 to 26.5.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.3...v26.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-21 15:17:10 +00:00
AkiraFukushima 894a431a46
Merge pull request #700 from h3poteto/fix/misskey/poll
Fix poll options in Misskey
2021-03-22 00:08:23 +09:00
AkiraFukushima f294c62312 Fix poll options in Misskey 2021-03-21 23:26:08 +09:00
AkiraFukushima 49ccc936d1 Bump to version 3.5.1 2021-03-21 18:53:07 +09:00
AkiraFukushima 70fe85b235
Merge pull request #698 from h3poteto/dependabot/npm_and_yarn/example/browser/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /example/browser
2021-03-21 18:30:53 +09:00