Fabio Berger
|
e47e9c5b34
|
Fix external exports section name
|
2018-08-16 15:01:52 -07:00 |
|
Fabio Berger
|
8e3df2b5ae
|
Render external dep exports
|
2018-08-16 14:57:45 -07:00 |
|
Fabio Berger
|
bf9ee82d9f
|
Remove stray console log
|
2018-08-16 13:59:50 -07:00 |
|
Fabio Berger
|
a8d44ccc48
|
Move external types to link mapping to doc generation util and refactor typedocUtils to be a class to avoid excessive param passing
|
2018-08-15 11:36:45 -07:00 |
|
Fabio Berger
|
83e3bb899e
|
Move purging private underscored items to the doc json generation phase
|
2018-08-14 17:41:03 -07:00 |
|
Fabio Berger
|
cb5d8d75bf
|
Link class reference types exported in same package to their declaration
|
2018-08-14 17:24:48 -07:00 |
|
Fabio Berger
|
2f2582a0da
|
Merge development
|
2018-08-14 14:21:47 -07:00 |
|
Alex Browne
|
fadd292ecf
|
Publish
- 0x.js@1.0.1-rc.3
- @0xproject/abi-gen@1.0.5
- @0xproject/assert@1.0.5
- @0xproject/base-contract@2.0.0-rc.1
- @0xproject/connect@1.0.5
- @0xproject/contract-wrappers@1.0.1-rc.3
- contracts@2.1.40
- @0xproject/dev-utils@1.0.4
- ethereum-types@1.0.4
- @0xproject/fill-scenarios@1.0.1-rc.3
- @0xproject/json-schemas@1.0.1-rc.4
- @0xproject/metacoin@0.0.15
- @0xproject/migrations@1.0.4
- @0xproject/monorepo-scripts@1.0.5
- @0xproject/order-utils@1.0.1-rc.3
- @0xproject/order-watcher@1.0.1-rc.3
- @0xproject/react-docs@1.0.5
- @0xproject/react-docs-example@0.0.20
- @0xproject/react-shared@1.0.6
- @0xproject/sol-compiler@1.0.5
- @0xproject/sol-cov@2.0.0
- @0xproject/sol-resolver@1.0.5
- @0xproject/sra-api@1.0.1-rc.4
- @0xproject/sra-report@1.0.5
- @0xproject/subproviders@1.0.5
- @0xproject/testnet-faucets@1.0.41
- @0xproject/tslint-config@1.0.5
- @0xproject/types@1.0.1-rc.4
- @0xproject/typescript-typings@1.0.4
- @0xproject/utils@1.0.5
- @0xproject/web3-wrapper@1.2.0
- @0xproject/website@0.0.44
|
2018-08-13 18:34:51 -07:00 |
|
Alex Browne
|
7c8a7a2420
|
Updated CHANGELOGS
|
2018-08-13 18:34:37 -07:00 |
|
Alex Browne
|
f3761af567
|
fix: Update dependencies
|
2018-08-09 11:35:54 -07:00 |
|
Alex Browne
|
6e2e658162
|
Update TypeScript to version 2.9.2
|
2018-08-08 11:27:38 -07:00 |
|
Fabio Berger
|
386b5bb122
|
Add back hashSpy
|
2018-08-08 09:33:20 -04:00 |
|
Fabio Berger
|
ca67e7d36f
|
Remove console.log
|
2018-08-08 09:32:32 -04:00 |
|
Fabio Berger
|
1a89905ab9
|
Remove hash spy for now
|
2018-08-06 15:39:21 -04:00 |
|
Fabio Berger
|
b2b3c24fd2
|
Remove console.log
|
2018-08-06 15:39:11 -04:00 |
|
Fabio Berger
|
6182d2c7f6
|
Pass in typeDefinitionByName so that type declarations also link to inner-types and show the popover
|
2018-08-06 15:28:21 -04:00 |
|
Fabio Berger
|
af90a777c6
|
Update types
|
2018-08-06 15:27:39 -04:00 |
|
Fabio Berger
|
fdcb42d8e1
|
Fix bug where we only rendered one TypeDoc JSON key per export, instead of all of them
|
2018-08-06 15:27:28 -04:00 |
|
Fabio Berger
|
ea5684e054
|
Remove unused imports
|
2018-08-06 11:01:12 -04:00 |
|
Fabio Berger
|
ff3c77f7c4
|
Remove stray console.lgos
|
2018-08-06 10:48:18 -04:00 |
|
Fabio Berger
|
4527e9ce00
|
Remove prefix hack and add prefix for objectLiteral functions
|
2018-08-04 10:09:59 +02:00 |
|
Fabio Berger
|
d9f09b5e1e
|
Make rendering of individually exported functions lighter-weight
|
2018-08-03 19:45:09 +02:00 |
|
Fabio Berger
|
c17d6c47c3
|
Properly render class/objectLiteral properties that are simple variables
|
2018-08-03 19:24:58 +02:00 |
|
Fabio Berger
|
0e82be1bda
|
Remove react-docs-example package and links to it
|
2018-08-03 17:18:18 +02:00 |
|
Fabio Berger
|
0d3d9dad84
|
Don't process functions beginning with underscores
|
2018-08-03 17:14:14 +02:00 |
|
Fabio Berger
|
b8c8258404
|
Don't render object literal properties that start with underscore since are private
|
2018-08-03 17:13:38 +02:00 |
|
Fabio Berger
|
d136df7679
|
Color-code basic type arrays orange aswell
|
2018-08-03 13:02:14 +02:00 |
|
Fabio Berger
|
4a2a22a43b
|
Refactor logic for clarity
|
2018-08-03 11:44:50 +02:00 |
|
Fabio Berger
|
90ead59d34
|
Add support for rendering nested IndexSignatures
|
2018-08-02 21:09:18 +02:00 |
|
Fabio Berger
|
9a3b630b19
|
prettier
|
2018-08-02 17:27:29 +02:00 |
|
Fabio Berger
|
b3473ff89f
|
Remove unused var
|
2018-08-02 17:27:10 +02:00 |
|
Fabio Berger
|
2494af99aa
|
Prefix menu and sections with markdown as that is all the should now be defined
|
2018-08-01 21:00:45 +02:00 |
|
Fabio Berger
|
e5b93d1f02
|
Add callpath to properties
|
2018-08-01 20:48:19 +02:00 |
|
Fabio Berger
|
32e1c2ac97
|
Add padding above anchor titles so they show up nice when scrolled to
|
2018-08-01 19:02:20 +02:00 |
|
Fabio Berger
|
5e3bbbbb3c
|
Use our fork of react-scroll that fixes scrolling within an absolutely positioned div to work correctly. See: https://github.com/fisshy/react-scroll/pull/330
|
2018-08-01 18:56:31 +02:00 |
|
Fabio Berger
|
3bdf6004ca
|
Start refactoring docs to remove unnecessary configs given more concise TypeDoc JSON
|
2018-08-01 17:36:37 +02:00 |
|
Fabio Berger
|
11869122b4
|
Update React-scroll, getting rid of the need to manually set the url hash
|
2018-08-01 17:33:28 +02:00 |
|
Fabio Berger
|
f4a2e227e1
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate release note publishing to publish script
|
2018-07-29 21:58:39 +02:00 |
|
Fabio Berger
|
95c627f581
|
Publish
- 0x.js@1.0.1-rc.2
- @0xproject/abi-gen@1.0.4
- @0xproject/assert@1.0.4
- @0xproject/base-contract@1.0.4
- @0xproject/connect@1.0.4
- @0xproject/contract-wrappers@1.0.1-rc.2
- contracts@2.1.39
- @0xproject/dev-utils@1.0.3
- @0xproject/fill-scenarios@1.0.1-rc.2
- @0xproject/json-schemas@1.0.1-rc.3
- @0xproject/metacoin@0.0.14
- @0xproject/migrations@1.0.3
- @0xproject/order-utils@1.0.1-rc.2
- @0xproject/order-watcher@1.0.1-rc.2
- @0xproject/react-docs@1.0.4
- @0xproject/react-docs-example@0.0.19
- @0xproject/react-shared@1.0.5
- @0xproject/sol-compiler@1.0.4
- @0xproject/sol-cov@1.0.3
- @0xproject/sol-resolver@1.0.4
- @0xproject/sra-report@1.0.4
- @0xproject/subproviders@1.0.4
- @0xproject/testnet-faucets@1.0.40
- @0xproject/types@1.0.1-rc.3
- @0xproject/utils@1.0.4
- @0xproject/web3-wrapper@1.1.2
- @0xproject/website@0.0.43
|
2018-07-26 17:42:30 +02:00 |
|
Fabio Berger
|
512dbb448b
|
Updated CHANGELOGS
|
2018-07-26 17:42:22 +02:00 |
|
Fabio Berger
|
aea048ecc7
|
Point to actual current version
|
2018-07-26 17:19:26 +02:00 |
|
Fabio Berger
|
973bcb0483
|
Publish
- 0x.js@1.0.1-rc.2
- @0xproject/abi-gen@1.0.3
- @0xproject/assert@1.0.3
- @0xproject/base-contract@1.0.3
- @0xproject/connect@1.0.3
- @0xproject/contract-wrappers@1.0.1-rc.2
- contracts@2.1.38
- @0xproject/dev-utils@1.0.3
- ethereum-types@1.0.3
- @0xproject/fill-scenarios@1.0.1-rc.2
- @0xproject/json-schemas@1.0.1-rc.2
- @0xproject/metacoin@0.0.13
- @0xproject/migrations@1.0.3
- @0xproject/monorepo-scripts@1.0.4
- @0xproject/order-utils@1.0.1-rc.2
- @0xproject/order-watcher@1.0.1-rc.2
- @0xproject/react-docs@1.0.3
- @0xproject/react-docs-example@0.0.18
- @0xproject/react-shared@1.0.4
- @0xproject/sol-compiler@1.0.3
- @0xproject/sol-cov@1.0.3
- @0xproject/sol-resolver@1.0.3
- @0xproject/sra-report@1.0.3
- @0xproject/subproviders@1.0.3
- @0xproject/testnet-faucets@1.0.39
- @0xproject/tslint-config@1.0.4
- @0xproject/types@1.0.1-rc.2
- @0xproject/typescript-typings@1.0.3
- @0xproject/utils@1.0.3
- @0xproject/web3-wrapper@1.1.1
- @0xproject/website@0.0.42
|
2018-07-26 16:27:08 +02:00 |
|
Fabio Berger
|
87fb9a76ce
|
Updated CHANGELOGS
|
2018-07-26 16:26:57 +02:00 |
|
Fabio Berger
|
b756f76b0e
|
Publish
- 0x.js@1.0.1-rc.1
- @0xproject/abi-gen@1.0.2
- @0xproject/assert@1.0.2
- @0xproject/base-contract@1.0.2
- @0xproject/connect@1.0.2
- @0xproject/contract-wrappers@1.0.1-rc.1
- contracts@2.1.37
- @0xproject/dev-utils@1.0.2
- ethereum-types@1.0.2
- @0xproject/fill-scenarios@1.0.1-rc.1
- @0xproject/json-schemas@1.0.1-rc.1
- @0xproject/metacoin@0.0.12
- @0xproject/migrations@1.0.2
- @0xproject/monorepo-scripts@1.0.3
- @0xproject/order-utils@1.0.1-rc.1
- @0xproject/order-watcher@1.0.1-rc.1
- @0xproject/react-docs@1.0.2
- @0xproject/react-docs-example@0.0.17
- @0xproject/react-shared@1.0.3
- @0xproject/sol-compiler@1.0.2
- @0xproject/sol-cov@1.0.2
- @0xproject/sol-resolver@1.0.2
- @0xproject/sra-report@1.0.2
- @0xproject/subproviders@1.0.2
- @0xproject/testnet-faucets@1.0.38
- @0xproject/tslint-config@1.0.3
- @0xproject/types@1.0.1-rc.1
- @0xproject/typescript-typings@1.0.2
- @0xproject/utils@1.0.2
- @0xproject/web3-wrapper@1.1.0
- @0xproject/website@0.0.41
|
2018-07-26 13:53:36 +02:00 |
|
Fabio Berger
|
034948065d
|
Updated CHANGELOGS
|
2018-07-26 13:53:27 +02:00 |
|
Fabio Berger
|
47c0195b07
|
Leave react-dom type version also unspecified
|
2018-07-25 11:57:17 +02:00 |
|
Fabio Berger
|
91c7105d43
|
Revert "Temporarily add changelog & package.json version changes"
This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76.
|
2018-07-25 11:48:01 +02:00 |
|
Fabio Berger
|
97268d2253
|
Temporarily add changelog & package.json version changes
|
2018-07-24 16:33:16 +02:00 |
|
Fabio Berger
|
16a38c687e
|
Merge fix-rc-packages
|
2018-07-24 16:20:25 +02:00 |
|
Fabio Berger
|
3af2ef8439
|
Revert "Revert "Publish""
This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
|
2018-07-23 19:11:48 +02:00 |
|