aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright noticesIain Holmes2001-09-271-4/+19
* Warnings Create an image cache USe task.pngIain Holmes2001-09-261-1/+1
* Set a timezone iconIain Holmes2001-09-221-1/+93
* Display a bell icon if there's an alarm setIain Holmes2001-09-201-2/+3
* Open editors for tasks and appointmentsIain Holmes2001-09-201-2/+34
* Fix the use of qsortIain Holmes2001-09-181-4/+8
* Timezone stuffIain Holmes2001-09-151-124/+83
* USe 24hr clock if appropriate, don't mess with the date and timeIain Holmes2001-09-061-9/+31
* changed the icons. For calendar events we use the 'new appointment' iconDamon Chaplin2001-08-221-1/+1
* free the CalComponentDateTime and icaltimetype values after finishing withDamon Chaplin2001-08-071-1/+11
* Install and use the new My Evolution icons from Jakub (they look reallyJacob Leach2001-08-031-2/+2
* Fix the URL link for the calendarIain Holmes2001-07-311-1/+1
* Revert last changes, URIs are now back to original in shell.Jason Leach2001-07-211-2/+2
* Update the evolution:/local/ URI's to evolution:/Local Folders/ to goJason Leach2001-07-201-2/+2
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-0/+16
* Better time reportingIain Holmes2001-07-101-8/+12
* Forgot to do this little bitIain Holmes2001-07-101-1/+1
* Fix HTML and show more than 1 days appointmentsIain Holmes2001-07-101-6/+24
* Marked strings for translation + conversion to utf8.Chyla Zbigniew2001-06-301-8/+18
* Configure My EvolutionIain Holmes2001-06-301-0/+6
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+286
ref='#n286'>286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428
[
    {
        "version": "3.0.0",
        "changes": [
            {
                "note":
                    "Export `MultiAssetData`, `MultiAssetDataWithRecursiveDecoding`, `ObjectMap`, and `SingleAssetData` from types. No longer export `AssetData`.",
                "pr": 1363
            }
        ]
    },
    {
        "version": "2.0.8",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ],
        "timestamp": 1544739608
    },
    {
        "version": "2.0.7",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ],
        "timestamp": 1544570656
    },
    {
        "timestamp": 1543401373,
        "version": "2.0.6",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1542821676,
        "version": "2.0.5",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1542208198,
        "version": "2.0.4",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1542134075,
        "version": "2.0.3",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1542028948,
        "version": "2.0.2",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "2.0.1",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ],
        "timestamp": 1541740904
    },
    {
        "version": "2.0.0",
        "changes": [
            {
                "note": "Add support for `eth_signTypedData`.",
                "pr": 1102
            },
            {
                "note":
                    "Added `MetamaskSubprovider` to handle inconsistencies in Metamask's signing JSON RPC endpoints.",
                "pr": 1102
            },
            {
                "note":
                    "Removed `SignerType` (including `SignerType.Metamask`). Please use the `MetamaskSubprovider` to wrap `web3.currentProvider`.",
                "pr": 1102
            },
            {
                "note":
                    "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers",
                "pr": 1105
            },
            {
                "note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
                "pr": 1105
            },
            {
                "note": "Export new `AssetData` type from types",
                "pr": 1131
            }
        ],
        "timestamp": 1539871071
    },
    {
        "version": "1.0.8",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ],
        "timestamp": 1538693146
    },
    {
        "timestamp": 1538157789,
        "version": "1.0.7",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1537907159,
        "version": "1.0.6",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1537875740,
        "version": "1.0.5",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1537541580,
        "version": "1.0.4",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "1.0.3",
        "changes": [
            {
                "note": "Drastically reduce the bundle size by removing unused parts of included contract artifacts."
            }
        ],
        "timestamp": 1537369748
    },
    {
        "version": "1.0.2",
        "changes": [
            {
                "note": "Add ZRX & WETH mainnet contract addresses into the included artifacts"
            }
        ],
        "timestamp": 1537265493
    },
    {
        "timestamp": 1536142250,
        "version": "1.0.1",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "1.0.1-rc.6",
        "changes": [
            {
                "note": "Fix missing `BlockParamLiteral` type import issue"
            }
        ],
        "timestamp": 1535377027
    },
    {
        "version": "1.0.1-rc.5",
        "changes": [
            {
                "note":
                    "Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js"
            }
        ]
    },
    {
        "version": "1.0.1-rc.4",
        "changes": [
            {
                "note":
                    "Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`",
                "pr": 963
            }
        ],
        "timestamp": 1535133899
    },
    {
        "version": "1.0.1-rc.3",
        "changes": [
            {
                "note": "Dependencies updated"
            },
            {
                "pr": 914,
                "note": "Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts"
            }
        ],
        "timestamp": 1534210131
    },
    {
        "version": "1.0.1-rc.2",
        "changes": [
            {
                "note": "Fixed bug caused by importing non-existent dep"
            }
        ],
        "timestamp": 1532619515
    },
    {
        "version": "1.0.1-rc.1",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ],
        "timestamp": 1532605697
    },
    {
        "timestamp": 1532357734,
        "version": "1.0.0",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1532043100,
        "version": "1.0.0-rc.2",
        "changes": [
            {
                "note": "Remove `zeroEx.assetData`  and instead re-export it's static functions directly off `ZeroEx`"
            }
        ]
    },
    {
        "timestamp": 1532043000,
        "version": "1.0.0-rc.1",
        "changes": [
            {
                "note": "Remove tokenRegistry wrapper",
                "pr": 863
            },
            {
                "note": "Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token`",
                "pr": 863
            },
            {
                "note": "Rename `zeroEx.proxy` to `zeroEx.erc20Proxy` and add `zeroEx.erc721Proxy`",
                "pr": 863
            },
            {
                "note":
                    "Refactored `ZeroEx.isValidSignature` to `zeroEx.isValidSignatureAsync`. It is now async so that it can verify contract-dependent signature types",
                "pr": 863
            },
            {
                "note":
                    "Refactored `signOrderHashAsync` to `ecSignOrderHashAsync`. There are now many non-ECSignature ways to sign orders too.",
                "pr": 863
            },
            {
                "note":
                    "Removed `createOrderWatcherAsync` method. Will be added back once OrderWatcher is refactored for V2",
                "pr": 863
            },
            {
                "note": "0x.js exports renamed contract events and event arg types",
                "pr": 863
            },
            {
                "note": "Export `ZeroEx.assetData` with methods to decode/encode assetData fields found in 0x orders",
                "pr": 884
            }
        ]
    },
    {
        "timestamp": 1531919263,
        "version": "0.38.6",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1531149657,
        "version": "0.38.5",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1529397769,
        "version": "0.38.4",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1527617805,
        "version": "0.38.3",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1527617227,
        "version": "0.38.2",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1527616612,
        "version": "0.38.1",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "0.38.0",
        "changes": [
            {
                "note": "Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async",
                "pr": 579
            },
            {
                "note":
                    "Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage",
                "pr": 579
            }
        ],
        "timestamp": 1527008270
    },
    {
        "timestamp": 1525477860,
        "version": "0.37.2",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "timestamp": 1525453812,
        "version": "0.37.1",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "0.37.0",
        "changes": [
            {
                "note": "Fixed expiration watcher comparator to handle orders with equal expiration times",
                "pr": 526
            },
            {
                "note": "Update Web3 Provider Engine to 14.0.4",
                "pr": 555
            },
            {
                "note": "Add `zeroEx.getProvider()`",
                "pr": 559
            },
            {
                "note": "Move `ZeroExError.InvalidSignature` to `@0xproject/order-utils` `OrderError.InvalidSignature`",
                "pr": 559
            }
        ],
        "timestamp": 1525428773
    },
    {
        "version": "0.36.3",
        "changes": [
            {
                "note": "Move @0xproject/migrations to devDependencies"
            }
        ],
        "timestamp": 1524079658
    },
    {
        "timestamp": 1524073495,
        "version": "0.36.2",
        "changes": [
            {
                "note": "Dependencies updated"
            }
        ]
    },
    {
        "version": "0.36.1",
        "changes": [
            {
                "note": "Internal changes and refactoring"
            },
            {
                "note": "Fix redundant expired order removal bug",
                "pr": 527
            }
        ],
        "timestamp": 1524044013
    },
    {
        "version": "0.36.0",
        "changes": [
            {
                "note": "Moved Web3.Provider to `@0xproject/types:Provider`",
                "pr": 501
            },
            {
                "note":
                    "Add `zeroEx.exchange.getOrderStateAsync` to allow obtaining current OrderState for a signedOrder",
                "pr": 510
            }
        ],
        "timestamp": 1523462196
    },
    {
        "version": "0.35.0",
        "changes": [
            {
                "note":
                    "Removed `ZeroExError.TransactionMiningTimeout` and moved it to '@0xproject/web3-wrapper' `Web3WrapperErrors.TransactionMiningTimeout`",
                "pr": 485
            }
        ],
        "timestamp": 1522673609
    },
    {
        "version": "0.34.0",
        "changes": [
            {
                "note":
                    "Fix the bug causing `zeroEx.exchange.fillOrdersUpToAsync` validation to fail if there were some extra orders passed",
                "pr": 470
            },
            {
                "note": "Remove automatic instantiation of `zeroEx.orderStateWatcher`",
                "pr": 488
            },
            {
                "note": "Add `zeroEx.createOrderStateWatcher` to allow creating arbitrary number of OrderStateWatchers",
                "pr": 488
            },
            {
                "note":
                    "Added `stateLayer` setting to `OrderStateWatcherConfig` so OrderStateWatcher can be set to monitor different blockchain state layers",
                "pr": 488
            }
        ],
        "timestamp": 1522658513
    },
    {
        "version": "0.33.2",
        "changes": [
            {
                "note": "Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package",
                "pr": 452
            },
            {
                "note": "Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package",
                "pr": 456
            }
        ],
        "timestamp": 1521298800
    },
    {
        "version": "0.33.1",
        "changes": [
            {
                "note": "Add missing EthersJs typescript typings as dependency"
            }
        ],
        "timestamp": 1520434800
    },
    {
        "version": "0.33.0",
        "changes": [
            {
                "note": "Validate and lowercase all addresses in public methods",
                "pr": 373
            },
            {
                "note": "Improve validation to force passing contract addresses on private networks",
                "pr": 385
            },
            {
                "note": "Change `LogErrorContractEventArgs.errorId` type from `BigNumber` to `number`",
                "pr": 413
            },
            {
                "note": "Rename all public `_unsubscribeAll` methods to `unsubscribeAll`",
                "pr": 415
            },
            {
                "note": "Move web3 typings from devDep to dep since cannot use this package without it",
                "pr": 429
            }
        ],
        "timestamp": 1520089200
    },
    {
        "version": "0.32.2",
        "changes": [
            {
                "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
                "pr": 389
            }
        ],
        "timestamp": 1518102000
    },
    {
        "version": "0.32.1",
        "changes": [
            {
                "note": "Reorganized `BlockParamLiteral` export into `@0xproject/types` package",
                "pr": 355
            },
            {
                "note": "Now using `abi-gen` package to generate ContractEventArgs types",
                "pr": 371
            }
        ],
        "timestamp": 1517929200
    },
    {
        "version": "0.32.0",
        "changes": [
            {
                "note": "Add `zeroEx.etherToken.getContractAddressIfExists`",
                "pr": 350
            },
            {
                "note":
                    "Fixed the bug causing order watcher to throw if there is an event with the same signature but different indexed fields",
                "pr": 366
            }
        ],
        "timestamp": 1517756400
    },
    {
        "version": "0.31.1",
        "changes": [
            {
                "note": "Fix the bug causing order watcher to throw if makerToken === zrx",
                "pr": 357
            }
        ],
        "timestamp": 1517410800
    },
    {
        "version": "0.31.0",
        "changes": [
            {
                "note":
                    "Add the `shouldAddPersonalMessagePrefix` parameter to `signOrderHashAsync` so that the caller can decide on whether to add the personalMessage prefix before relaying the request to the signer. Parity Signer, Ledger and TestRPC add the prefix themselves, Metamask expects it to have already been added.",
                "pr": 349
            }
        ],
        "timestamp": 1517238000
    },
    {
        "version": "0.30.2",
        "changes": [
            {
                "note": "Add Rinkeby testnet addresses to artifacts ",
                "pr": 337
            },
            {
                "note": "Move @0xproject/types to dependencies from devDependencies fixing missing type errors"
            }
        ],
        "timestamp": 1517151600
    },
    {
        "version": "0.30.1",
        "changes": [
            {
                "note": "Fix a bug allowing negative fill values ",
                "pr": 212
            },
            {
                "note": "Fix a bug that made it impossible to pass a custom ZRX address ",
                "pr": 341
            }
        ],
        "timestamp": 1516719600
    },
    {
        "version": "0.30.0",
        "changes": [
            {
                "note": "Add an error parameter to the order watcher callback",
                "pr": 312
            },
            {
                "note": "Fix a bug making it impossible to catch some errors from awaitTransactionMinedAsync",
                "pr": 312
            },
            {
                "note":
                    "Fix a bug in fillOrdersUpTo validation making it impossible to fill up to if user doesn't have enough balance to fully fill all the orders",
                "pr": 321
            }
        ],
        "timestamp": 1516114800
    },
    {
        "version": "0.29.1",
        "changes": [
            {
                "note": "Fixed bignumber config issue #301",
                "pr": 305
            }
        ],
        "timestamp": 1515596400
    },
    {
        "version": "0.29.0",
        "changes": [
            {
                "note": "Assert baseUnit amount supplied to `toUnitAmount` is integer amount.",
                "pr": 287
            },
            {
                "note": "`toBaseUnitAmount` throws if amount supplied has too many decimals",
                "pr": 287
            }
        ],
        "timestamp": 1514386800
    },
    {
        "version": "0.28.0",
        "changes": [
            {
                "note":
                    "Add `etherTokenAddress` arg to `depositAsync` and `withdrawAsync` methods on `zeroEx.etherToken`",
                "pr": 267
            },
            {
                "note":
                    "Removed accidentally included `unsubscribeAll` method from `zeroEx.proxy`, `zeroEx.etherToken` and `zeroEx.tokenRegistry`",
                "pr": 267
            },
            {
                "note": "Removed `etherTokenContractAddress` from `ZeroEx` constructor arg `ZeroExConfig`",
                "pr": 267
            },
            {
                "note": "Rename `SubscriptionOpts` to `BlockRange`",
                "pr": 272
            },
            {
                "note":
                    "Add `zeroEx.etherToken.subscribe`, `zeroEx.etherToken.unsubscribe`, `zeroEx.etherToken.unsubscribeAll`",
                "pr": 277
            },
            {
                "note": "Add `zeroEx.etherToken.getLogsAsync`",
                "pr": 277
            },
            {
                "note":
                    "Add new public types `BlockParamLiteral`, `EtherTokenEvents`, `EtherTokenContractEventArgs`, `DepositContractEventArgs`, `WithdrawalContractEventArgs`",
                "pr": 277
            },
            {
                "note": "Support `Deposit` and `Withdraw` events on etherToken",
                "pr": 277
            },
            {
                "note": "Improve the error message when taker is not a string",
                "pr": 278
            }
        ],
        "timestamp": 1513695600
    },
    {
        "version": "0.27.1",
        "changes": [
            {
                "note": "Export `TransactionOpts` type"
            }
        ],
        "timestamp": 1511794800
    },
    {
        "version": "0.27.0",
        "changes": [
            {
                "note": "Make `ZeroExConfig` required parameter of `ZeroEx` constructor",
                "pr": 233
            },
            {
                "note": "Add a required property `networkId` to `ZeroExConfig`",
                "pr": 233
            },
            {
                "note":
                    "Make all `getContractAddress` functions, `zeroEx.exchange.subscribe`, `zeroEx.exchange.getZRXTokenAddress` sync",
                "pr": 233
            },
            {
                "note": "Remove `ZeroExError.ContractNotFound` and replace it with contract-specific errors",
                "pr": 233
            },
            {
                "note":
                    "Make `DecodedLogEvent<A>` contain `LogWithDecodedArgs<A>` under log key instead of merging it in like web3 does",
                "pr": 234
            },
            {
                "note": "Rename `removed` to `isRemoved` in `DecodedLogEvent<A>`",
                "pr": 234
            },
            {
                "note": "Add config allowing to specify gasPrice and gasLimit for every transaction sending method",
                "pr": 235
            },
            {
                "note": "All transaction sending methods now call `estimateGas` if no gas amount was supplied",
                "pr": 235
            },
            {
                "note":
                    "Modify order validation methods to validate against the `latest` block, not against the `pending` block",
                "pr": 236
            }
        ],
        "timestamp": 1511794800
    },
    {
        "version": "0.26.0",
        "changes": [
            {
                "note":
                    "Add post-formatter for logs converting `blockNumber`, `logIndex`, `transactionIndex` from hexes to numbers",
                "pr": 231
            },
            {
                "note": "Remove support for Async callback types when used in Subscribe functions",
                "pr": 222
            },
            {
                "note":
                    "In OrderWatcher subscribe to ZRX Token Transfer and Approval events when maker token is different",
                "pr": 225
            }
        ],
        "timestamp": 1511190000
    },
    {
        "version": "0.25.1",
        "changes": [
            {
                "note": "Standardise on Cancelled over Canceled",
                "pr": 217
            },
            {
                "note": "Add missing `DecodedLogEvent` type to exported types",
                "pr": 205
            },
            {
                "note":
                    "Normalized the transactionReceipt status to be `null|0|1`, 1 meaning transaction execution successful, 0 unsuccessful and `null` if it is a pre-byzantinium transaction.",
                "pr": 200
            }
        ],
        "timestamp": 1510498800
    },
    {
        "version": "0.23.0",
        "changes": [
            {
                "note": "Fixed unhandled promise rejection error in subscribe methods",
                "pr": 209
            },
            {
                "note": "Subscribe callbacks now receive an error object as their first argument"
            }
        ],
        "timestamp": 1510412400
    },
    {
        "version": "0.22.6",
        "changes": [
            {
                "note": "Add a timeout parameter to transaction awaiting",
                "pr": 206
            }
        ],
        "timestamp": 1510239600
    },
    {
        "version": "0.22.5",
        "changes": [
            {
                "note": "Re-publish v0.22.4 to fix publishing issue"
            }
        ],
        "timestamp": 1509980400
    },
    {
        "version": "0.22.4",
        "changes": [
            {
                "note": "Upgraded bignumber.js to a new version that ships with native typings"
            }
        ],
        "timestamp": 1508857200
    },
    {
        "version": "0.22.3",
        "changes": [
            {
                "note": "Fixed an issue with new version of testrpc and unlimited proxy allowance",
                "pr": 199
            }
        ],
        "timestamp": 1508857200
    },
    {
        "version": "0.22.2",
        "changes": [
            {
                "note": "Fixed rounding of maker fill amount and incorrect validation of partial fees",
                "pr": 197
            }
        ],
        "timestamp": 1508770800
    },
    {
        "version": "0.22.0",
        "changes": [
            {
                "note":
                    "Started using `OrderFillRequest` interface instead of `OrderFillOrKillRequest` interface for `zeroEx.exchange.batchFillOrKill`",
                "pr": 187
            },
            {
                "note": "Removed `OrderFillOrKillRequest`",
                "pr": 187
            }
        ],
        "timestamp": 1508079600
    },
    {
        "version": "0.21.4",
        "changes": [
            {
                "note":
                    "Made 0x.js more type-safe by making `getLogsAsync` and `subscribe/subscribeAsync` generics parametrized with arg type",
                "pr": 194
            }
        ],
        "timestamp": 1507820400
    },
    {
        "version": "0.21.3",
        "changes": [
            {
                "note": "Fixed a bug causing order fills to throw `INSUFFICIENT_TAKER_ALLOWANCE`",
                "pr": 193
            }
        ],
        "timestamp": 1507734000
    },
    {
        "version": "0.21.2",
        "changes": [
            {
                "note": "Exported `ContractEventArg` as a public type",
                "pr": 190
            }
        ],
        "timestamp": 1507647600
    },
    {
        "version": "0.21.1",
        "changes": [
            {
                "note": "Fixed a bug in subscriptions",
                "pr": 189
            }
        ],
        "timestamp": 1507647600
    },
    {
        "version": "0.21.0",
        "changes": [
            {
                "note": "Complete rewrite of subscription logic",
                "pr": 182
            },
            {
                "note": "Subscriptions no longer return historical logs. If you want them - use `getLogsAsync`"
            },
            {
                "note":
                    "Subscriptions now use [ethereumjs-blockstream](https://github.com/ethereumjs/ethereumjs-blockstream) under the hood"
            },
            {
                "note": "Subscriptions correctly handle block re-orgs (forks)"
            },
            {
                "note": "Subscriptions correctly backfill logs (connection problems)"
            },
            {
                "note":
                    "They no longer setup filters on the underlying nodes, so you can use them with infura without a filter Subprovider"
            },
            {
                "note": "Removed `ContractEventEmitter` and added `LogEvent`"
            },
            {
                "note": "Renamed `zeroEx.token.subscribeAsync` to `zeroEx.token.subscribe`"
            },
            {
                "note": "Added `zeroEx.token.unsubscribe` and `zeroEx.exchange.unsubscribe`"
            },
            {
                "note": "Renamed `zeroEx.exchange.stopWatchingAllEventsAsync` to `zeroEx.exhange.unsubscribeAll`"
            },
            {
                "note": "Renamed `zeroEx.token.stopWatchingAllEventsAsync` to `zeroEx.token.unsubscribeAll`"
            },
            {
                "note": "Fixed the batch fills validation by emulating all balance & proxy allowance changes",
                "pr": 185
            }
        ],
        "timestamp": 1507561200
    },
    {
        "version": "0.20.0",
        "changes": [
            {
                "note": "Add `zeroEx.token.getLogsAsync`",
                "pr": 178
            },
            {
                "note": "Add `zeroEx.exchange.getLogsAsync`",
                "pr": 178
            },
            {
                "note": "Fixed fees validation when one of the tokens transferred is ZRX",
                "pr": 181
            }
        ],
        "timestamp": 1507129200
    },
    {
        "version": "0.19.0",
        "changes": [
            {
                "note": "Made order validation optional ",
                "pr": 172
            },
            {
                "note": "Added Ropsten testnet support",
                "pr": 173
            },
            {
                "note": "Fixed a bug causing awaitTransactionMinedAsync to DDos backend nodes",
                "pr": 175
            }
        ],
        "timestamp": 1506610800
    },
    {
        "version": "0.18.0",
        "changes": [
            {
                "note": "Added `zeroEx.exchange.validateOrderFillableOrThrowAsync` to simplify orderbook pruning",
                "pr": 170
            }
        ],
        "timestamp": 1506351600
    },
    {
        "version": "0.17.0",
        "changes": [
            {
                "note": "Made `zeroEx.exchange.getZRXTokenAddressAsync` public",
                "pr": 171
            }
        ],
        "timestamp": 1506351600
    },
    {
        "version": "0.16.0",
        "changes": [
            {
                "note": "Added the ability to specify custom contract addresses to be used with 0x.js",
                "pr": 165
            },
            {
                "note": "ZeroExConfig.exchangeContractAddress"
            },
            {
                "note": "ZeroExConfig.tokenRegistryContractAddress"
            },
            {
                "note": "ZeroExConfig.etherTokenContractAddress"
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getContractAddressAsync`",
                "pr": 165
            }
        ],
        "timestamp": 1505833200
    },
    {
        "version": "0.15.0",
        "changes": [
            {
                "note":
                    "Added the ability to specify a historical `blockNumber` at which to query the blockchain's state when calling a token or exchange method",
                "pr": 161
            }
        ],
        "timestamp": 1504796400
    },
    {
        "version": "0.14.2",
        "changes": [
            {
                "note": "Fixed an issue with bignumber.js types not found",
                "pr": 160
            }
        ],
        "timestamp": 1504710000
    },
    {
        "version": "0.14.1",
        "changes": [
            {
                "note": "Fixed an issue with Artifact type not found",
                "pr": 159
            }
        ],
        "timestamp": 1504710000
    },
    {
        "version": "0.14.0",
        "changes": [
            {
                "note": "Added `zeroEx.exchange.throwLogErrorsAsErrors` method to public interface",
                "pr": 157
            },
            {
                "note": "Fixed an issue with overlapping async intervals in `zeroEx.awaitTransactionMinedAsync`",
                "pr": 157
            },
            {
                "note": "Fixed an issue with log decoder returning `BigNumber`s as `strings`",
                "pr": 157
            }
        ],
        "timestamp": 1504623600
    },
    {
        "version": "0.13.0",
        "changes": [
            {
                "note":
                    "Made all the functions submitting transactions to the network to immediately return transaction hash",
                "pr": 151
            },
            {
                "note": "Added `zeroEx.awaitTransactionMinedAsync`",
                "pr": 151
            },
            {
                "note":
                    "Added `TransactionReceiptWithDecodedLogs`, `LogWithDecodedArgs`, `DecodedLogArgs` to public types",
                "pr": 151
            },
            {
                "note": "Added signature validation to `validateFillOrderThrowIfInvalidAsync`",
                "pr": 152
            }
        ],
        "timestamp": 1504623600
    },
    {
        "version": "0.12.1",
        "changes": [
            {
                "note": "Added the support for web3@1.x.x provider",
                "pr": 142
            },
            {
                "note": "Added the optional `zeroExConfig`  parameter to the constructor of `ZeroEx`",
                "pr": 139
            },
            {
                "note": "Added the ability to specify `gasPrice` when instantiating `ZeroEx`",
                "pr": 139
            }
        ],
        "timestamp": 1504278000
    },
    {
        "version": "0.11.0",
        "changes": [
            {
                "note": "Added `zeroEx.token.setUnlimitedProxyAllowanceAsync`",
                "pr": 137
            },
            {
                "note": "Added `zeroEx.token.setUnlimitedAllowanceAsync`",
                "pr": 137
            },
            {
                "note": "Added `zeroEx.token.UNLIMITED_ALLOWANCE_IN_BASE_UNITS`",
                "pr": 137
            }
        ],
        "timestamp": 1503500400
    },
    {
        "version": "0.10.4",
        "changes": [
            {
                "note": "Fixed a bug where checksummed addresses were being pulled from artifacts and not lower-cased.",
                "pr": 135
            }
        ],
        "timestamp": 1503500400
    },
    {
        "version": "0.10.1",
        "changes": [
            {
                "note": "Added `zeroEx.exchange.validateFillOrderThrowIfInvalidAsync`",
                "pr": 128
            },
            {
                "note": "Added `zeroEx.exchange.validateFillOrKillOrderThrowIfInvalidAsync`",
                "pr": 128
            },
            {
                "note": "Added `zeroEx.exchange.validateCancelOrderThrowIfInvalidAsync`",
                "pr": 128
            },
            {
                "note": "Added `zeroEx.exchange.isRoundingErrorAsync`",
                "pr": 128
            },
            {
                "note": "Added `zeroEx.proxy.getContractAddressAsync`",
                "pr": 130
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getTokenAddressesAsync`",
                "pr": 132
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getTokenAddressBySymbolIfExistsAsync`",
                "pr": 132
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getTokenAddressByNameIfExistsAsync`",
                "pr": 132
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getTokenBySymbolIfExistsAsync`",
                "pr": 132
            },
            {
                "note": "Added `zeroEx.tokenRegistry.getTokenByNameIfExistsAsync`",
                "pr": 132
            },
            {
                "note": "Added clear error message when checksummed address is passed to a public method",
                "pr": 124
            },
            {
                "note": "Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs",
                "pr": 127
            }
        ],
        "timestamp": 1503500400
    },
    {
        "version": "0.9.3",
        "changes": [
            {
                "note": "Update contract artifacts to include latest Kovan and Mainnet deploys",
                "pr": 118
            }
        ],
        "timestamp": 1503327600
    },
    {
        "version": "0.9.2",
        "changes": [
            {
                "note": "*This version was unpublished because of a publishing issue.*"
            },
            {
                "note": "Update contract artifacts to include latest Kovan and Mainnet deploys",
                "pr": 118
            }
        ],
        "timestamp": 1503241200
    },
    {
        "version": "0.9.1",
        "changes": [
            {
                "note": "Fixed the bug causing `zeroEx.token.getBalanceAsync()` to fail if no addresses available",
                "pr": 120
            }
        ],
        "timestamp": 1502809200
    },
    {
        "version": "0.9.0",
        "changes": [
            {
                "note": "Migrated to the new version of smart contracts",
                "pr": 101
            },
            {
                "note": "Removed the ability to call methods on multiple authorized Exchange smart contracts",
                "pr": 106
            },
            {
                "note": "Made `zeroEx.getOrderHashHex` a static method",
                "pr": 107
            },
            {
                "note": "Cached `net_version` requests and invalidate the cache on calls to `setProvider`",
                "pr": 95
            },
            {
                "note": "Renamed `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync`"
            },
            {
                "note": "Renamed `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync`"
            },
            {
                "note": "Updated to typescript v2.4",
                "pr": 104
            },
            {
                "note":
                    "Fixed an issue with incorrect balance/allowance validation when ZRX is one of the tokens traded",
                "pr": 109
            }
        ],
        "timestamp": 1500994800
    },
    {
        "version": "0.8.0",
        "changes": [
            {
                "note":
                    "Added the ability to call methods on different authorized versions of the Exchange smart contract",
                "pr": 82
            },
            {
                "note":
                    "Updated contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59)"
            },
            {
                "note": "Added `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync`",
                "pr": 89
            },
            {
                "note": "Added `zeroEx.token.subscribeAsync`",
                "pr": 90
            },
            {
                "note": "Made contract invalidation functions private",
                "pr": 90
            },
            {
                "note": "`zeroEx.token.invalidateContractInstancesAsync`"
            },
            {
                "note": "`zeroEx.exchange.invalidateContractInstancesAsync`"
            },
            {
                "note": "`zeroEx.proxy.invalidateContractInstance`"
            },
            {
                "note": "`zeroEx.tokenRegistry.invalidateContractInstance`"
            },
            {
                "note": "Fixed the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance"
            }
        ],
        "timestamp": 1499094000
    },
    {
        "version": "0.7.1",
        "changes": [
            {
                "note":
                    "Added the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync`",
                "pr": 81
            }
        ],
        "timestamp": 1498402800
    },
    {
        "version": "0.7.0",
        "changes": [
            {
                "note": "Added Kovan smart contract artifacts",
                "pr": 78
            },
            {
                "note": "Started returning fillAmount from `fillOrderAsync` and `fillUpToAsync`",
                "pr": 72
            },
            {
                "note": "Started returning cancelledAmount from `cancelOrderAsync`",
                "pr": 72
            },
            {
                "note":
                    "Renamed type `LogCancelArgs` to `LogCancelContractEventArgs` and `LogFillArgs` to `LogFillContractEventArgs`"
            }
        ],
        "timestamp": 1498057200
    },
    {
        "version": "0.6.2",
        "changes": [
            {
                "note": "Reduced bundle size"
            },
            {
                "note": "Improved documentation"
            }
        ],
        "timestamp": 1497970800
    },
    {
        "version": "0.6.1",
        "changes": [
            {
                "note": "Improved documentation"
            }
        ],
        "timestamp": 1497798000
    },
    {
        "version": "0.6.0",
        "changes": [
            {
                "note": "Made `ZeroEx` class accept `Web3Provider` instance instead of `Web3` instance"
            },
            {
                "note": "Added types for contract event arguments"
            }
        ],
        "timestamp": 1497798000
    },
    {
        "version": "0.5.2",
        "changes": [
            {
                "note":
                    "Fixed the bug in `postpublish` script that caused that only unminified UMD bundle was uploaded to release page"
            }
        ],
        "timestamp": 1497452400
    },
    {
        "version": "0.5.1",
        "changes": [
            {
                "note": "Added `postpublish` script to publish to Github Releases with assets."
            }
        ],
        "timestamp": 1497452400
    }
]