aboutsummaryrefslogblamecommitdiffstats
path: root/packages/types/CHANGELOG.md
blob: 55dc2d560934233538a24c73b4267933edb4a2cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           



                                    
                           


                               
                           
 
                                   
                                                            
                                                                                      
 

                              
                                                                                               
 
                              

                                                                                   
# CHANGELOG

## v0.4.0 - _TBD, 2018_

    * Remove `JSONRPCPayload` (#426)

## v0.3.1 - _March 8, 2018_

    * Added `RawLogEntry` type.

## v0.3.0 - _March 4, 2018_

    * Add `data` to `TxData` (#413)
    * Add `number` as an option to `ContractEventArg` (#413)
    * Move web3 types from devDep to dep since required when using this package (#429)

## v0.2.1 - _February 9, 2018_

    * Fix publishing issue where .npmignore was not properly excluding undesired content (#389)

## v0.2.0 - _February 7, 2018_

    * Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)