aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Updated CHANGELOGSFabio Berger2018-03-191-1/+1
|
* Fix issue with bundling subproviders for the browser by ignoring the ↵Fabio Berger2018-03-161-0/+1
| | | | `ganache-core` dependency
* Fix subproviders CHANGELOGLeonid Logvinov2018-03-121-2/+5
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+3
|
* Updated CHANGELOGsBrandon Millman2018-03-091-1/+1
|
* FeedbackJacob Evans2018-03-081-2/+2
|
* Add ledger-node package as optional dependencyJacob Evans2018-03-071-0/+4
|
* Updated CHANGELOGSFabio Berger2018-03-051-1/+1
|
* Add PR number to changelog entryFabio Berger2018-03-041-1/+1
|
* Merge branch 'development' into improveLedgerSubproviderFabio Berger2018-03-041-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (28 commits) Remove unnecessary type assertion Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils Add hack comment Add comment about typeDoc versions Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types) Because we now include non-0x.js source, the keys changed. Needed to add both for backward compatibility with old doc JSON's Add support for backward compatibility for TypeDoc versions <0.9.0 Consolidate all same exports together Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also includes these types in the generated doc JSON Fix small bug where onHover type declarations with comments was taking up the entire window width Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils ... # Conflicts: # packages/subproviders/CHANGELOG.md
| * Add PR numberFabio Berger2018-03-031-1/+1
| |
| * Add changelog entry to subprovidersFabio Berger2018-03-031-0/+4
| |
* | Add changelog update to subproviders packageFabio Berger2018-03-041-0/+4
|/
* Updated CHANGELOGsBrandon Millman2018-02-171-1/+1
|
* Add PR numbersLeonid Logvinov2018-02-151-1/+1
|
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-151-0/+4
|
* Add PR number to CHANGELOGsFabio Berger2018-02-101-1/+1
|
* Add npmignore to subproviders and update CHANGELOGFabio Berger2018-02-101-0/+4
|
* Update CHANGELOGsBrandon Millman2018-02-081-2/+2
|
* Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-061-1/+2
|\
| * ChangelogJacob Evans2018-02-031-1/+5
| |
* | Remove re-fetch of transaction count on errorJacob Evans2018-02-061-1/+1
| |
* | Update changelogJacob Evans2018-02-021-1/+5
|/
* Update CHANGELOGs before publishLeonid Logvinov2018-01-111-0/+4
|
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-4/+4
|
* Update subproviders CHANGELOGFabio Berger2017-12-281-0/+4
|
* Update CHANGELOGsLeonid Logvinov2017-12-201-1/+1
|
* Update CHANGELOGLeonid Logvinov2017-12-181-1/+2
|
* Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to ↵Brandon Millman2017-12-091-0/+4
all packages