Fabio Berger
28f077b16f
Add support for rending the Tuple type
2018-08-23 16:55:41 +01:00
Fabio Berger
610caef73f
Fix comments
2018-08-23 15:08:02 +01:00
Fabio Berger
b7c119b2aa
Fix many linter errors that showed up upon upgrading tsutil
2018-08-22 18:52:17 +01:00
Fabio Berger
809d301d58
Fix lowercase names involving ERC acronym
2018-08-21 17:48:24 +01:00
Fabio Berger
fb637d9234
Make sure we don't render protected properties
2018-08-17 16:09:04 -07:00
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
ca67e7d36f
Remove console.log
2018-08-08 09:32:32 -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
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
c17d6c47c3
Properly render class/objectLiteral properties that are simple variables
2018-08-03 19:24:58 +02:00
Fabio Berger
0d3d9dad84
Don't process functions beginning with underscores
2018-08-03 17:14: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
e5b93d1f02
Add callpath to properties
2018-08-01 20:48:19 +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
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02:00
Fabio Berger
cf8fdd3a70
Move spawnSwitchErr to @0xproject/utils
2018-06-06 16:26:04 +02:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Leonid Logvinov
0499541e11
Move order utils to @0xproject/order-utils
2018-05-02 15:10:24 +03:00
Fabio Berger
bce97c2543
Add support for displaying default param values
2018-04-11 17:39:30 +09:00
Fabio Berger
7d9c6eafbf
Add support for nested methods within type declarations. Make sure they render without a callPath.
2018-04-11 16:53:13 +09:00
Fabio Berger
170e5589f9
Fix 0x.js docs to include types from generated contract wrappers
2018-03-22 20:03:42 +00:00
Fabio Berger
81f6487865
Use _.filter instead of _.reduce
2018-03-22 16:10:01 +00:00
Fabio Berger
5779ffd01b
Add assertion to notify any developer trying to render a package with files containing multiple classes
2018-03-22 15:52:40 +00:00
Fabio Berger
0367e4117a
Remove duplicate switch case
2018-03-20 15:34:02 +00:00
Fabio Berger
ec582d6e46
Small doc fixes: remove duplicate types and add function array
2018-03-20 15:28:25 +00:00
Fabio Berger
794b155827
Add support for displaying exported functions
2018-03-18 18:44:52 +01:00
Brandon Millman
380e51ca50
Merge branch 'development' into feature/utils/console-log
...
* development: (25 commits)
Enable coverage for all other packages with tests
Fix parallel coverage results reporting
Fix linter issuesx
Remove outdated comment
Add script copying to build command
Add postpublish script to sol-cov
Move configuration into package.json configs section
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Consolidate docs generation and uploading logic
Use async/await instead of promise syntax
Move changelog entry
remove unneeded include
remove unused dep
Fix lint issues
Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
small fixes
move scripts to monorepro-scripts
Fix gitignore
Move abi-gen scripts to src
Add missing dep
...
2018-03-14 14:36:04 -07:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00