aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
Commit message (Collapse)AuthorAgeFilesLines
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-8/+9
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-303-1/+14
|
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-11-301-1/+1
|\ | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Publish Update CHANGELOG.md Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js dependency Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient comment
| * Publish@0xproject/connect@0.2.0Brandon Millman2017-11-301-1/+1
| | | | | | | | | | - @0xproject/connect@0.2.0 - website@0.0.1
* | Add order and signedOrder to public typesFabio Berger2017-11-301-0/+2
|/
* Add TokenTradeInfo to public typesFabio Berger2017-11-301-0/+1
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-292-3/+3
|\ | | | | | | | | | | | | | | | | * development: Fix connect documentation introduction and installation wording # Conflicts: # packages/website/md/docs/connect/installation.md # packages/website/md/docs/connect/introduction.md
| * Fix connect documentation introduction and installation wordingBrandon Millman2017-11-292-3/+3
| |
* | Rename @0xproject/connect to 0x ConnectFabio Berger2017-11-292-2/+2
| |
* | Rename packageName to displayName for clarityFabio Berger2017-11-297-9/+9
| |
* | Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
| |
* | Add 0x Connect to footerFabio Berger2017-11-291-0/+4
| |
* | Update 0x.js to 0.27.1Fabio Berger2017-11-291-1/+1
| |
* | Lock the 0x.js version used in websiteFabio Berger2017-11-291-1/+1
| |
* | Merge branch 'development' into feature/connect-docsFabio Berger2017-11-294-14/+5
|\| | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * Merge pull request #243 from 0xProject/fix/refactorDocsFabio Berger2017-11-2921-691/+548
| |\ | | | | | | Refactor docs
| | * rename for clarityFabio Berger2017-11-292-4/+4
| | |
| | * remove unused codeFabio Berger2017-11-291-9/+0
| | |
| * | PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.1 - @0xproject/connect@0.1.2 - website@0.0.0
* | | Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-292-6/+22
| | |
* | | Add connect docsFabio Berger2017-11-293-0/+105
| | |
* | | Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-296-2/+17
| |/ |/|
* | Merge branch 'development' into fix/refactorDocsFabio Berger2017-11-292-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (30 commits) Export TransactionOpts type Make website private Publish Update CHANGELOG Change interval to 1h Rename Add ifExists to cleanupJobInterval Add a cleanup job to an order watcher Improve the comment Add CHANGELOG comment Add a HACK comment Normalise subprovider names Remove a comment Fix a typo Pin testrpc version Remove gas params from tests Add fake gas estimate suprovider for tests Revert "Fix website linter errors" Fix website linter errors Fix tests ... # Conflicts: # packages/website/ts/utils/constants.ts
| * Export TransactionOpts typeLeonid Logvinov2017-11-291-0/+1
| |
| * Make website privateLeonid Logvinov2017-11-291-0/+1
| |
| * PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.0 - @0xproject/assert@0.0.6 - @0xproject/connect@0.1.1 - @0xproject/json-schemas@0.6.9 - @0xproject/tslint-config@0.2.0 - website@0.0.0
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-2910-599/+323
| | | | | | | | contracts into a single component
* | Fix tslint errorFabio Berger2017-11-291-1/+1
| |
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2916-286/+428
|/ | | | one place so it easier to add new doc pages
* Last remaining website fixesFabio Berger2017-11-282-8/+10
|
* fix remaining tslint errorsFabio Berger2017-11-2887-469/+496
|
* Fix tslint issuesFabio Berger2017-11-2820-257/+275
|
* Add lint command to website sub-packageFabio Berger2017-11-281-0/+1
|
* Merge pull request #240 from 0xProject/fix/websiteMdDirectoryBrandon Millman2017-11-288-0/+81
|\ | | | | Add md directory to website package and change generated docs directory
| * Add md directory to website package and change generated docs directoryBrandon Millman2017-11-288-0/+81
| |
* | remove commentFabio Berger2017-11-281-1/+0
| |
* | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-282-2/+14
| | | | | | | | web3 typings
* | Fix overlapping arg namesFabio Berger2017-11-281-2/+1
| |
* | Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|/
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
|
* Add exit code 0 because it is expected that uglifying the code throws an errorFabio Berger2017-11-241-1/+1
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Fix bugFabio Berger2017-11-241-2/+2
|
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-233-26/+54
| | | | interface
* Fix build bugFabio Berger2017-11-231-0/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22290-0/+23527
sub-packages, use new subscribeAsync 0x.js method