Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/typescript-definitions

Convert the Electron API JSON file to electron.d.ts
https://github.com/electron/typescript-definitions

Merge pull request #157 from nornagon/patch-1

fix: _actually_ fix typed arrays being treated as builtins

429ce105b8522382fdf897418447ba41b89aca62 authored over 5 years ago
fix: _actually_ fix typed arrays being treated as builtins

Same as #156 but it works.

f963bb4042a0c8731c0d87af4cc1177e39d7373f authored over 5 years ago
Merge pull request #156 from nornagon/patch-1

fix: recognize typed arrays as builtins

c1c4c708cdda9ef5d82bf1bf0024dd132ed8e664 authored over 5 years ago
fix: recognize typed arrays as builtins

78a7816238014537331f7659c2802ea5ffdd3e80 authored over 5 years ago
fix: do not pass invalid types to the description stripper

3a436a68812fbf08e5d66bf53eab2d9a564e363e authored over 5 years ago
feat: do not default to the any type when a type is incorrect, missing or invalid

Implicitly making things "any" made our types Worse and there was no
need for it, this PR makes ...

3a1481d0ea1e6fa1b871f26009e1ddcb1e4ec1ad authored over 5 years ago
fix: handle an method parameter being an enum type with one part of enum being a dynamic struct (#153)

9ef6fed09c74cc38d8ca8b0f7f64590c879bb962 authored over 5 years ago
fix: ensure that `readonly` is space separated from `static` (#152)

98764b6ef0740252598e9bf600bf8712abee6e72 authored over 5 years ago
chore: remove the cli.js development utility (#151)

* chore: remove the cli.js development utility

Also, add a `CONTRIBUTING.md` file to document...

62bfaf5b7579ad2a10801034d0cba2bca91b7c23 authored over 5 years ago
feat: expose deprecated,readonly and platform annotations in the ts defs (#150)

b81bb04fd59f17a32bc7508ece8b7740c736bb8f authored over 5 years ago
feat: support Partial<T> style types (#149)

33a3603519366ca45697d06dc83d4ff5206819ef authored over 5 years ago
fix: overzealous EventEmitter typings (#148)

7ff1d87ea536f405e063014dbbbe5bff7ebbfee2 authored over 5 years ago
build(deps): bump lodash from 4.17.11 to 4.17.13 (#147)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](htt...

073e62b4497b512170502e7c5ca8fc4d60749c81 authored over 5 years ago
build(deps): bump js-yaml from 3.12.2 to 3.13.1 (#144)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1.
- [Release notes](htt...

37b5ae0c0bfb025ed567d453253fe1baf3164971 authored over 5 years ago
build(deps): bump handlebars from 4.1.0 to 4.1.2 (#143)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release not...

8092d7ebc4b96e125955399cb3593575bc1603d7 authored over 5 years ago
build(deps): bump fstream from 1.0.11 to 1.0.12 (#142)

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https:...

ca5f60674bee789752935da1aae929d202b485dc authored over 5 years ago
fix: upgrade inner docs-parser dependency

ff18c113efac6b9b9674f61e8df248f3747a0061 authored over 5 years ago
fix: mark instance properties as optional correctly

6571659605a4ddc5f09f633bb91f870c9aec9b39 authored almost 6 years ago
fix: ensure the bin path is correct

14470812554b49a59d20f48c971ea393259529c8 authored almost 6 years ago
fix: ensure that string enum collections arent made into double collections

91fd778d0ca2fef98396695966c43e8d7e974217 authored almost 6 years ago
fix: trigger release

17572f60fd55ed49a24edd1468d6f602a9e51786 authored almost 6 years ago
refactor: use the new @electron/docs-parser module and rewrite in TS (#139)

7d0f4f1e0d5424b7dfd08fd6aff82bb4d2749a78 authored almost 6 years ago
build: use node LTS

c23d2b9728a5ce41c1e3d0a5960f7c4236e2eec2 authored almost 6 years ago
feat: add support for inner type objects

515fcaf795857fc48e8cf2945592051ce94dddf3 authored almost 6 years ago
fix: prefix inner types for safety (#136)

b065807fac4e20cb2624e4727d4e7b366dbb5571 authored almost 6 years ago
build: move to circleci and use CFA (#137)

6da58ba394f1d985f6779f78fcaf67ef08736577 authored almost 6 years ago
fix: crashreporter is not an EventEmitter (#135)

42064450b8c9f4deae128edaf2d0c7070c483dbe authored almost 6 years ago
feat: add support for Record<A, B> (#134)

fa913c45e6abdc82905c34099bad386895a58a45 authored almost 6 years ago
fix: update eventNames API signature to match node (#133)

474b97c023d1b211a8a3a6a2fdae8c1fad79e01e authored almost 6 years ago
feat: add new known VoidFunction type (#132)

* feat: add new known VoidFunction type

* fix paren wrapping

342f98518dae5a29242da1c731b7922f4d3b1fd3 authored almost 6 years ago
feat: remove Event interface from hardcoded types (#131)

BREAKING CHANGE: * refactor: remove Event interface from hardcoded types

* feat: support 'ext...

6c5184dbcda05e15d2fa5c14b520ba5617721a76 authored almost 6 years ago
build: only run on node 10 (#130)

a581d76ddb4cff3c00af09faed7a345f61320d99 authored almost 6 years ago
feat: force major release

BREAKING CHANGE: this broke somethings (see previous commits)

dc49f77fd316f0082e3fa3cc2fa1d232b41c5c4f authored almost 6 years ago
test: remove test-smoke (#129)

* test: remove test-smoke

* no need to lint smoke

* fix pretest

40f827337db274491a3b7ef033f170b43f80e878 authored almost 6 years ago
fix: Update tests for new schemes api (#125)

BREAKING CHANGE: Update tests for new schemes api

* update electron commit

316eb8f484914282da5e0d33b40bee2a7eb5d979 authored about 6 years ago
fix: Add builtins check for return type (#124)

* fix: Add builtins check for return type

* export isBuiltIn

dc4c6e54ae5581676fb8f414e0a3a178459dea9c authored about 6 years ago
chore: bump ELECTRON_COMMIT for cookie promises api (#122)

BREAKING CHANGE: changed promise API

* chore: bump ELECTRON_COMMIT for cookie promises api

...

593abe2ba46f5a4626f22bc6c779e517fbba492b authored about 6 years ago
fix: update zoom fns for sync

BREAKING CHANGE: update zoom fns for sync versions

252f6a055a8a29c32199d5e91fe659e83b6343c4 authored about 6 years ago
Revert "fix: update zoom fns for sync (#119)" (#120)

This reverts commit 9a4ac2257733c62daa6ca709c184bd7d0f140a53.

2f2201f7422604557f669d004a09bea8e804eed1 authored about 6 years ago
fix: update zoom fns for sync (#119)

* fix: update zoom fns for sync

* update ref commit

9a4ac2257733c62daa6ca709c184bd7d0f140a53 authored about 6 years ago
fix: Update spellcheck API in smoketest (#116)

BREAKING CHANGE: changed spellchecker API

b1e69e1722f4f5f2a0d0330fc4fcf16757c0302e authored over 6 years ago
fix: wrap multi-type in brackets to ensure scoping is correct

5df1623a9d1993885e1a77b9a1e3e71f0d6abece authored over 6 years ago
feat: support inner types like Promise<boolean> (#115)

* chore: fix the npm audit issues

* feat: support inner types for things like Promise<Boolean>

66b3d45f291ef4071f209484c83cb2a26b80490b authored over 6 years ago
chore: fix the npm audit issues (#114)

7dc0f04d358efa00bf5347c5c271a89edb50da42 authored over 6 years ago
fix: handle top level primitives in the process module (#113)

ef066191efcac11a96c399d5978510e803412a8d authored over 6 years ago
fix: run major release

BREAKING CHANGE: changed menu API

bc9cea7cc37609a2c8f76ac39a1308d65b7c88cd authored over 6 years ago
BREAKING CHANGE: `position` is dead, long live `before/after` (#112)

* fix: position is no longer a thing

* :wrench: Change target commit

042a21e8c7fe269b20c2a333053b0ca600950926 authored over 6 years ago
fix: Revert "fix: `position` is dead, long live `before/after` (#110)" (#111)

This reverts commit 541f4149f02a654204908ee07dea0d6d5c7b1797.

a88bca4320b8c8c92a35d3dd0058e202059639b7 authored over 6 years ago
fix: `position` is dead, long live `before/after` (#110)

BREAKING CHANGE

For reference, see electron/electron#12362.

541f4149f02a654204908ee07dea0d6d5c7b1797 authored over 6 years ago
fix: Revert "fix: `position` is dead, long live `before/after` (#108)" (#109)

This reverts commit 4e830d7b9cda33e9ba4ff946ccebe23cd52945a4.

6f768ecf05dca55b0b351d8fc68faadd1f803e1b authored over 6 years ago
fix: `position` is dead, long live `before/after` (#108)

* fix: position is no longer a thing

* :wrench: Change target commit

4e830d7b9cda33e9ba4ff946ccebe23cd52945a4 authored over 6 years ago
fix: Special case ReadableStream type to mean Node.js ReadableStream (#99)

* Special case ReadableStream type to mean Node.js ReadableStream

* doh, typo

d5fc6b551c7256a37728a7f3a91c1e3315c2e9dc authored over 6 years ago
fix: allow primitives in NodeJS.Process modifications (#107)

8eb892f52b9a50ad31ead6aa0f79f30d1261e03a authored over 6 years ago
fix: trigger semantic release (#106)

b970d51b347746cc0399db2d758e5c5b795d6787 authored over 6 years ago
nothing (#105)

* fix: nothing

* fix: nothing

816bc6d040ac021d443e035d4f0d3e10a475f257 authored over 6 years ago
remove reference to webFrame.registerURLSchemeAsSecure (#104)

0ea002d4ca3e0a4302eddd5bdb2747aa4c31528d authored over 6 years ago
fix: update standard and use its fix flag (#91)

* update standard and use its fix flag

* fix: use standard@11

dcdf377a3ede91b9bd6ea846a4481650f89e1054 authored over 6 years ago
Merge pull request #102 from electron/new-single-instance

new requestSingleInstanceLock api

0874721d5859c906bb036dd78483eede9b8ec956 authored over 6 years ago
fix: new requestSingleInstanceLock api

dc2f363995aa65f20ea0f72e71c87eab8bbb07d0 authored over 6 years ago
Move project URL to electronjs.org (#100)

20474866c09e01f2bac742b2caaf9de3b9d23b36 authored over 6 years ago
Merge pull request #96 from electron/major

fix: update to new menu.popup syntax

16b5b2b21ed73bb0a373672dc59e0c76d3b26e13 authored almost 7 years ago
fix: update to new menu.popup syntax

BREAKING CHANGE

85258982b31ea2375dc272db729fba4e020eadf4 authored almost 7 years ago
BREAKING CHANGE:chore: update menu.popup() API

sync menu.popup signature to breaking change in Electron 2.0

83a999c6845745dfc4c970519fc40b458117f865 authored almost 7 years ago
BREAKING CHANGE:chore: update menu.popup() API

d34627b3ee83bf1c61d1e12d7d721d7f2f290a11 authored almost 7 years ago
aim ELECTRON_COMMIT at refactor-menu-popup branch

947cbdf186c9f2d5f0f5d04b89c7150e643dc40c authored almost 7 years ago
sync menu.popup signature to breaking change in Electron 2.0

fc0e20084a7bfbc7291fa684968c280aafbfe9c7 authored almost 7 years ago
Merge pull request #94 from electron/new-auto-update

Update autoUpdater smoke tests for new API

ea70664021e7584e2d81d41b369106bb4291609f authored almost 7 years ago
Update autoUpdater smoke tests for new API

c9d947e3545e5400298034351b7606028e771bd0 authored almost 7 years ago
fix: avoid leaking secrets (#93)

3dc271b7739f1ac2e222cc71078fd526f88cbd2e authored almost 7 years ago
fix: nothing (#92)

667a255c0ba77a7bc190a58dc642236229d4aaff authored almost 7 years ago
Merge pull request #90 from electron/touch-bar-item

Add support for abstract TouchBarItem

85104b9d7d3e8ac1ebc7631a60de16cc7661a1a0 authored almost 7 years ago
feat: add support for abstract TouchBarItem

0352a2255a96244781dc48b4aaea65294ec6e008 authored almost 7 years ago
feat: set up semantic-release (#87)

9fa8efa8ad69ccda7f18e4f5b057fece70d889bb authored about 7 years ago
1.2.11

1ef2b33fb785e41c2db1127e9e26bdbfe9892da6 authored about 7 years ago
do not ignore package-lock.json

219ad3e5197b0c26e1e8458991af2bce19a35946 authored about 7 years ago
Merge pull request #86 from electron/use-latest-electon-docs-linter

use latest electon-docs-linter

67866a7a5f6f919fbefe7f0516e9bc91656ae437 authored about 7 years ago
bump test timeout to 30 seconds

d989323e524d835d95c41e0821d739cd251028dd authored about 7 years ago
bump test timeout to 30 seconds

fb6b304d9b1a1f258f13eaf394cebfc8bb5eb3cc authored about 7 years ago
use latest electon-docs-linter

da632a3e0e16b4da8675783222c03551ebadde0c authored about 7 years ago
Merge pull request #84 from electron/fix-array-multi-type

Fix multi array type

030a01b21e7f81839e69332bd209adaa1dcab45f authored about 7 years ago
Add touchbar smoke tests

b9aa71b122b8eff2b223fe19aebeac2062c44674 authored about 7 years ago
Fix multi array type

e3d810c5e272b390f8cb56ad1115f5de1c92117b authored about 7 years ago
Appease the linter

44e165d1735c8be8ea3da0a439df4c817e0c8088 authored about 7 years ago
Add smoke test for array multi type

e860cb97ceb62029a38741c0149ae6842e4b4997 authored about 7 years ago
Handle the possibility a function is in a multi-type literal

830d0c34ba69a4f39117ba88aabd30dd838d16f7 authored about 7 years ago
Merge pull request #82 from electron/multi-type-function

Handle the possibility a function is in a multi-type literal

5ff6101678e38af1e93e35141fefdb6e75c6846a authored about 7 years ago
Better detect dupplicate declarations of the same interface

* Ignore required
* Ignore collection
* Ignore description

Only properties / parameters should ...

9b9ca25287088dcefcbc5cea560e97dfbfa84914 authored about 7 years ago
Appease the linter

3a780a91b28de57f476fe7fb28ca73766edd91cd authored over 7 years ago
Handle the possibility a function is in a multi-type literal

948b17f64fdcb77529c207bf382cc05ae905d33a authored over 7 years ago
Merge pull request #81 from sandersn/add-EventListener-overloads-from-HtmlElement

Add add/removeEventListener overloads from HTMLElement

f304ea6a09ef26257455288713fa666b8e037ff6 authored over 7 years ago
1.2.10

483eb2f463cbd742359531ed120f450b0bfaf58c authored over 7 years ago
Merge pull request #80 from robinwassen/display-balloon-content

Added required content parameter to displayBalloon

c045c5b9f45cc81211adc74b1c28acd7a10193b0 authored over 7 years ago
Add add/removeEventListener overloads from HTMLElement

WebviewTag adds electron-specific overloads to addEventListener and
removeEventListener when it ...

087a0e770153c958275379e613d9ef7c45cc54a3 authored over 7 years ago
Added required content parameter to displayBalloon

ca4f3146b9d2b1d89e2cff39aedd219c237aa238 authored over 7 years ago
1.2.9

cb892a82bed8caf8bc1706159b19697052c051ae authored over 7 years ago
Merge pull request #78 from NaridaL/master

Changed `declare module "electron"` to export = Electron

805b3e57c6300049da9a43ae8a2939053d834191 authored over 7 years ago
Removed @deprecated on namespace Electron.

fc8e8968cc558eb194b174296e56193523988950 authored over 7 years ago
Fixed mocha tests.

f0699df86d6c8bfd91f1d5adec98c95037f65fa0 authored over 7 years ago
Changed `declare module "electron"` to export = Electron

and added const declarations so that `app` etc are accessible.

3a1557d752fdea982b8ea19f1b8849917f913446 authored over 7 years ago
Merge pull request #76 from electron/dont-do-things-twice-on-ci

Don't do the tests and stuff multiple times on CI, it takes AGGEESSS

54fcd2ad79cbfbd693ffe39cf7222f85449fdb0c authored over 7 years ago