Граф коммитов

61 Коммитов

Автор SHA1 Сообщение Дата
Kristján Oddsson 08b891014e
Merge pull request #13 from josh/ts-error
Add ErrorWithResponse to TypeScript definitions
2019-09-24 18:01:12 +01:00
Joshua Peek 7349508d71 Add ErrorWithResponse to TypeScript definitions 2019-09-23 14:12:46 -07:00
Kristján Oddsson d11f7a22b0
0.0.9 2019-09-06 11:06:05 +01:00
Kristján Oddsson 5cc3e86b5f
Merge pull request #11 from github/allow-promises-in-handler-return-value
add `Promise<void>` to handlers return types
2019-09-06 11:05:14 +01:00
Kristján Oddsson 0f694cad1e
Merge pull request #12 from github/dependabot/npm_and_yarn/eslint-utils-1.4.2
Bump eslint-utils from 1.3.1 to 1.4.2
2019-09-06 10:36:30 +01:00
dependabot[bot] 86efa429a3
Bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-06 09:34:29 +00:00
Kristján Oddsson 6b1ee48d26
add `Promise<void>` to handlers return types 2019-09-06 10:27:57 +01:00
Kristján Oddsson 5cd02b28d8
0.0.8 2019-08-23 11:25:31 +01:00
Kristján Oddsson 23a859cf0c
Merge pull request #8 from github/add-typescript-definition-file
Add typescript definition file
2019-08-23 11:23:19 +01:00
Kristján Oddsson a28805d8d4
change callback return types to `void` from `mixed` 2019-08-20 18:08:41 +01:00
Kristján Oddsson 934692784c
Merge branch 'master' of github.com:github/remote-form into add-typescript-definition-file 2019-08-19 09:24:12 +01:00
Kristján Oddsson fe300bafa7
Merge pull request #10 from github/ci
Use GitHub CI
2019-08-19 09:23:23 +01:00
Kristján Oddsson d27c2f347f
Use GitHub CI 2019-08-19 09:19:27 +01:00
Kristján Oddsson 9e361d2ae0
statusText is not nullable 2019-08-19 09:10:53 +01:00
Kristján Oddsson 4f07da1d45
`SimpleRequest.body` cannot be `undefined`
Co-Authored-By: Mu-An 慕安 <me@muanchiou.com>
2019-08-19 09:06:25 +01:00
Kristján Oddsson c4ca873cf6
0.0.7 2019-08-08 10:05:28 +01:00
Kristján Oddsson f82d305967
Merge pull request #9 from github/publish-to-gpr-as-well
Publish to GPR as a postpublish step
2019-08-08 10:04:37 +01:00
Kristján Oddsson 2cc3fa8028
publish to GPR as a postpublish step 2019-08-07 16:48:17 +01:00
Kristján Oddsson fe5a42b283
fix LICENSE link 2019-08-05 09:33:26 +01:00
Kristján Oddsson 070893dab1
Create CODE_OF_CONDUCT.md 2019-07-31 13:29:21 +01:00
Kristján Oddsson 4a60c28526
Create CONTRIBUTING.md 2019-07-31 13:25:57 +01:00
Kristján Oddsson fa7c3ae4ad
use long form of a optional type 2019-07-30 16:45:13 +01:00
Kristján Oddsson d02d369ae1
add typescript definition file 2019-07-29 13:46:08 +01:00
Kristján Oddsson 7c7cbe7426
0.0.6 2019-07-23 15:35:48 +01:00
Kristján Oddsson ef7a85c632
npm audit fix 2019-07-23 15:35:19 +01:00
Kristján Oddsson ffea302866
Merge pull request #7 from github/update-deps
Update dependencies
2019-07-23 15:32:52 +01:00
Kristján Oddsson 2b3433580f
update eslint, eslint-plugin-github and flow-bin manually to latest versiosn 2019-07-02 15:54:00 +01:00
Kristján Oddsson 42880eef94
run `npm update` 2019-07-02 15:53:11 +01:00
Kristján Oddsson 13ad4fcb8c
0.0.5 2019-05-23 10:13:15 +01:00
Kristján Oddsson 0a0daa3cb3
Merge pull request #6 from github/fix-flow-file-declaraation
Fix flow declaration file
2019-05-23 10:12:01 +01:00
Kristján Oddsson 69b3d5a285
move flow declarations out of module scope 2019-05-22 16:44:27 +01:00
Kristján Oddsson 4d46fb2083
don't declare types 2019-05-22 16:42:54 +01:00
Kristján Oddsson 86bfa7e7be
0.0.4 2019-05-21 17:10:35 +01:00
Kristján Oddsson cdf1b6245c
declare SimpleRequest type 2019-05-21 17:07:41 +01:00
Kristján Oddsson c625cb6bee
actually set flow annotation comment 2019-05-21 17:07:28 +01:00
Kristján Oddsson a67012415f
0.0.3 2019-05-21 14:28:36 +01:00
Kristján Oddsson af3f6f3758
copy flow definitions to dist folder 2019-05-21 14:27:48 +01:00
Kristján Oddsson c03cca00f4
0.0.2 2019-05-21 14:23:47 +01:00
Kristján Oddsson ffe23d4885
Merge pull request #5 from github/add-flow-definition
add a flow definition file
2019-05-20 16:36:42 +01:00
Kristján Oddsson a1f6c62d8f
s/CallbackFormat/RemoteFormhandler/ 2019-05-20 16:36:19 +01:00
Kristján Oddsson 9d4850b2a9
add a flow definition file 2019-05-20 14:18:25 +01:00
Mu-An 慕安 025cb0530e
Merge pull request #4 from github/muan-patch-1
Update README HTML
2019-05-17 15:56:15 -04:00
Kristján Oddsson eaeea6e30a
Merge pull request #3 from github/add-examples-page
Add example page
2019-05-17 16:54:54 +01:00
Mu-An 慕安 52546ad45f
Update README HTML 2019-05-17 10:38:31 -04:00
Kristján Oddsson d77198e362
link to latest version on demo page
Co-Authored-By: Mu-An 慕安 <muan@github.com>
2019-05-17 15:29:36 +01:00
Kristján Oddsson 8df3c59031
add example page 2019-05-17 15:08:50 +01:00
Kristján Oddsson 234f942ecf
Merge pull request #1 from github/init
Init
2019-05-13 15:44:30 +01:00
Kristján Oddsson 12b08beba0
clean up eslint configuration 2019-05-13 15:41:41 +01:00
Kristján Oddsson 9775661b3c
remove unused header in tests 2019-05-13 15:32:59 +01:00
Kristján Oddsson 989b8d6424
replace rollup with babel 2019-05-10 11:18:00 +01:00