aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert
Commit message (Collapse)AuthorAgeFilesLines
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-3/+3
| | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-3/+3
|
* PublishLeonid Logvinov2017-11-291-3/+3
| | | | | | | | | - 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
* Fix linter issueLeonid Logvinov2017-11-241-1/+1
|
* Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-242-10/+11
|
* Autofix json-schemas linter errorsLeonid Logvinov2017-11-241-1/+1
|
* PublishLeonid Logvinov2017-11-221-3/+3
| | | | | | | | - 0x.js@0.26.0 - @0xproject/assert@0.0.5 - @0xproject/connect@0.0.1 - @0xproject/json-schemas@0.6.8 - @0xproject/tslint-config@0.1.1
* Revert "Publish"Leonid Logvinov2017-11-221-3/+3
| | | | This reverts commit 41315827c145fec564152e2f0cb3e986cb06c696.
* PublishLeonid Logvinov2017-11-221-3/+3
| | | | | | | | - 0x.js@0.26.0 - @0xproject/assert@0.0.5 - @0xproject/connect@0.0.1 - @0xproject/json-schemas@0.6.8 - @0xproject/tslint-config@0.1.1
* Merge branch 'development' into feature/publishLifecycleScriptsFabio Berger2017-11-181-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove clean step from test_umd.sh Update CHANGELOG.md vx.x.x Add CHANGELOG files to each sub-package Fix 0x.js CHANGELOG separate assignment and call Remove Async subscribe callbacks from OrderWatcher Update changelog Callback for subscribe no longer supports an Async Callback
| * Add CHANGELOG files to each sub-packageFabio Berger2017-11-151-0/+6
| |
* | Put release name generation into postpublish_utilsFabio Berger2017-11-181-1/+1
| |
* | reset all sub-package versions to latest actually publishedFabio Berger2017-11-181-3/+3
| |
* | Get package name from package.jsonFabio Berger2017-11-181-1/+2
| |
* | Add postpublish scripts for all the subpackages so that they each publish a ↵Fabio Berger2017-11-181-0/+13
| | | | | | | | release to github
* | WIPBrandon Millman2017-11-161-3/+3
|/
* Add title and install instructions to all sub-package READMEsFabio Berger2017-11-151-0/+9
|
* Publish@0xproject/tslint-config@0.1.0@0xproject/json-schemas@0.6.7@0xproject/assert@0.0.4@0xproject/0x.js@0.24.0Fabio Berger2017-11-151-3/+3
| | | | | | | - @0xproject/0x.js@0.24.0 - @0xproject/assert@0.0.4 - @0xproject/json-schemas@0.6.7 - @0xproject/tslint-config@0.1.0
* Remove private flag because we need it published to npmFabio Berger2017-11-151-1/+0
|
* Update tslint rules for assert and json-schemasBrandon Millman2017-11-151-1/+1
|
* Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-151-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled
| * AlphabetizeFabio Berger2017-11-151-2/+2
| |
| * Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead ↵Fabio Berger2017-11-141-3/+3
| | | | | | | | of the old repo as a dep. in the rest of the sub-packages.
* | Add json-schemas package to mono repoBrandon Millman2017-11-143-3/+6
|/
* remove new lineFabio Berger2017-11-141-1/+0
|
* Update urlsFabio Berger2017-11-141-3/+3
|
* Remove unused circle.ymlFabio Berger2017-11-141-14/+0
|
* remove image from sub-readmeFabio Berger2017-11-141-4/+0
|
* Standardize around a `test:circleci` command that any sub-package can ↵Fabio Berger2017-11-141-1/+2
| | | | implement in order to have their tests run on CircleCi
* Rename backFabio Berger2017-11-148-0/+522
|
* Rename assert sub-package and removed duplicate methods from 0x.js's assert ↵Fabio Berger2017-11-148-514/+0
| | | | module
* fix mergeFabio Berger2017-11-141-2/+2
|\
| * Add assert package to the monorepoBrandon Millman2017-11-148-0/+514
|
* Add assert package to the monorepoBrandon Millman2017-11-148-0/+514