* development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json
731 B
731 B
CHANGELOG
v0.0.3 - March 18, 2018
* Move TS typings from devDependencies to dependencies since they are needed by the package user.
v0.0.2 - March 18, 2018
* Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
* Handle `reflection` type rendering so that anonymous function type declarations render properly
* Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures.
* Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks.
* Add support for documenting exported functions.