aboutsummaryrefslogblamecommitdiffstats
path: root/packages/web3-wrapper/CHANGELOG.json
blob: ca3df6d512626ebc846802873fda45214c4c0580 (plain) (tree)































































                                                                                                                                                                                
[
    {
        "version": "0.4.0",
        "changes": [
            {
                "note": "Rename `signTransactionAsync` to `signMessageAsync` for clarity",
                "pr": "465"
            }
        ]
    },
    {
        "version": "0.3.0",
        "changes": [
            {
                "note": "Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync`",
                "pr": "426"
            },
            {
                "note": "Add `web3Wrapper.isZeroExWeb3Wrapper` for runtime instanceOf checks",
                "pr": "426"
            },
            {
                "note": "Add a `getProvider` method",
                "pr": "444"
            }
        ],
        "timestamp": 1521327600,
        "isPublished": true
    },
    {
        "version": "0.2.0",
        "changes": [
            {
                "note": "Ensure all returned user addresses are lowercase",
                "pr": "373"
            },
            {
                "note": "Add `web3Wrapper.callAsync`",
                "pr": "413"
            },
            {
                "note": "Make `web3Wrapper.estimateGas` accept whole `txData` instead of `data`",
                "pr": "413"
            },
            {
                "note": "Remove `web3Wrapper.getContractInstance`",
                "pr": "413"
            }
        ],
        "timestamp": 1520118000,
        "isPublished": true
    },
    {
        "version": "0.1.12",
        "changes": [
            {
                "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
                "pr": "389"
            }
        ],
        "timestamp": 1518130800,
        "isPublished": true
    }
]