Ecosyste.ms: OpenCollective

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

github.com/electron/docs-parser

Parse Electron docs in a lossless way into a JSON file
https://github.com/electron/docs-parser

fix: ensure that sub keys can only be consumed by a single type (the first one) (#10)

This ensures that types like Object | String don't both try to enumerate
the sub keys.

d4d62e1ac0c32f732d0bde55e2ca06116490875b authored over 5 years ago
fix: ensure we capture all the documentation tags

6fcb1173b6ad14055b49a57570f2a32dc4e0b9d5 authored over 5 years ago
feat: expose OS/stability tags in the API structure (#8)

e9f7c10e84a6b48d1d2fd154f4eb6bae42354793 authored over 5 years ago
fix: allow normal quotes as well as oxford commas (#7)

* fix: allow normal quotes as well as oxford commas

* also update valuePattern

* test sing...

809c982558be1484fd352dc91a94d558bae28d6c authored over 5 years ago
feat: ignore modules with "(Draft)" in title (#5)

50a9fed02542b5ab2660006cf2021f5a1b339c10 authored over 5 years ago
fix: nondeterminism in file reading order (#4)

0c29cfc99de9f4a81b895b36342ca7a9eec4a843 authored over 5 years ago
build(deps): bump fstream from 1.0.11 to 1.0.12 (#3)

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

e56144c32f8b5863e9ec6ff5ede06fa09e516588 authored over 5 years ago
fix: enforce lowercase optional, no 'Optional' allowed

3bb5f99f2bf10bde8e61ac061889b8babe51f5bf authored over 5 years ago
feat: add enforcement for optional parameters that the docs and the signature match

25e2a09df8b17247faa91c677242f4d79c3b6c7d authored over 5 years ago
fix: support complex and nested inner types (#2)

b2d95bf901be5aeb3d8aadee4044555aba589066 authored over 5 years ago
fix: use the sublist for function param types is they are not provided in the generic

5bcfc9459652c9a806690df82735da99f344fa2d authored over 5 years ago
fix: get the boolean the right way round

132b6f36db0c5f4a21d22b4971fcc5f6de24477f authored almost 6 years ago
fix: mark properties as optional correctly

ee864beb3f2d928f1e78500739ed96947e3c723a authored almost 6 years ago
fix: expose a electron-docs-linter bin entry to be backwards compat with docs-linter

9266db6158b76248f8518294fb79b1967edc476a authored almost 6 years ago
fix: parse tag attribitues as properties correctly

e7cdebc3abd318578bc1d8fb9325a40c41f54b6d authored almost 6 years ago
fix: patch release

44ba2f70cd1bf0e44ca9364dcd1f4863a607dae7 authored almost 6 years ago
build: enable CFA

fef35c58414bb002520c8586af3c337e10b0a9a5 authored almost 6 years ago
build: reset version number

d9a760ef5dd72acaf7c3bfaf4172b71a201e82ee authored almost 6 years ago
chore: fixup for TS generator and error handling

cdf8caf81085376350f3853ea8bd4f5362a40a76 authored almost 6 years ago
build: add more things to the npmignore

24b42f702b494b68f4518520511c46cc5d52b91a authored almost 6 years ago
build: enable circleci + CFA

c39a16a6f1f929424f8910a1c90e98239e5f65f2 authored almost 6 years ago
chore: upgrade all dependencies

e341a96ae590a092975ab704b1b84566fd61764a authored almost 6 years ago
0.1.0

61411a8969adfc9a30e89e964510cccbbb34af52 authored about 6 years ago
feat: add ability to extract string possible values from description

29ef69ab4986ce124dbc1173a96eb43149fcaf69 authored about 6 years ago
chore: add README

e0cb4dee493f6f1427929f1276ee0dd3e6cf80f4 authored about 6 years ago
0.0.2

14e289ed80407820ab05aa83340c390098a1f54f authored about 6 years ago
fix: make the bin file executable

e2bebd91cc245e181fcfb9bd90c1d95ab3bc486f authored about 6 years ago
chore: add bin entry

d0dce120b226a57b7e163aacd1cb6d1c9fe32c39 authored about 6 years ago
chore: add LICENSE and test script

a7f9dbba7c7fd071dd372bd7fe0dbfb8085b3f4c authored about 6 years ago
fix: we do not publish to the @electron scope

b9ae81990032e851c3853f8a2dd3e0c5d70fcb79 authored about 6 years ago
chore: make the CLI better and prettier

4dafd0bb938dd8330bae625c30ee302ab11eb95c authored about 6 years ago
spec: add basic tests

55ce2f43b36da3b43064dd8ef1930c6a6c3fe380 authored about 6 years ago
feat: add support for module events, class events and module methods

cd49ad71dc7fb80c59401e41e76f794a3cdb4517 authored about 6 years ago
feat: add support for module methods, string enums and method return types

edc3da66669d7f6b529c1888d1686fde743a559c authored about 6 years ago
feat: initial commit

* Structures supported
* Class basic info supported
* Module basic info supported
* Class static...

8d61f97498942812d92d31286576c933e1b50d55 authored about 6 years ago