aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/CHANGELOG.json')
-rw-r--r--packages/types/CHANGELOG.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/packages/types/CHANGELOG.json b/packages/types/CHANGELOG.json
new file mode 100644
index 000000000..d3ab3dfd0
--- /dev/null
+++ b/packages/types/CHANGELOG.json
@@ -0,0 +1,68 @@
+[
+ {
+ "version": "0.4.0",
+ "changes": [
+ {
+ "note": "Remove `JSONRPCPayload`",
+ "pr": "426"
+ },
+ {
+ "note": "Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package",
+ "pr": "456"
+ }
+ ],
+ "timestamp": 1521327600,
+ "isPublished": true
+ },
+ {
+ "version": "0.3.1",
+ "changes": [
+ {
+ "note": "Added `RawLogEntry` type."
+ }
+ ],
+ "timestamp": 1520463600,
+ "isPublished": true
+ },
+ {
+ "version": "0.3.0",
+ "changes": [
+ {
+ "note": "Add `data` to `TxData`",
+ "pr": "413"
+ },
+ {
+ "note": "Add `number` as an option to `ContractEventArg`",
+ "pr": "413"
+ },
+ {
+ "note": "Move web3 types from devDep to dep since required when using this package",
+ "pr": "429"
+ }
+ ],
+ "timestamp": 1520118000,
+ "isPublished": true
+ },
+ {
+ "version": "0.2.1",
+ "changes": [
+ {
+ "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
+ "pr": "389"
+ }
+ ],
+ "timestamp": 1518130800,
+ "isPublished": true
+ },
+ {
+ "version": "0.2.0",
+ "changes": [
+ {
+ "note": "Added BlockLiteralParam and BlockParam, refactored out of 0x.js types.",
+ "pr": "355"
+ }
+ ],
+ "timestamp": 1517958000,
+ "isPublished": true
+ }
+] \ No newline at end of file