6b59c51655
Travis build: 1186 [cron]
2019-05-31 15:56:16 +00:00
d6ac81d9e1
Travis build: 1181 [cron]
2019-05-30 15:52:26 +00:00
e22e2251d2
Merge pull request #970 from vmarchesin/fix-memory-leak-issue-952
...
[FIX] Resolve #952 - memory leak in createEventHub
2019-05-30 09:15:58 +03:00
472546d0db
Fix memory leak in createEventHub Issue #952
2019-05-29 20:51:41 +02:00
0910152a4b
Travis build: 1177 [cron]
2019-05-29 15:51:46 +00:00
fe606cc4d9
Travis build: 1172 [cron]
2019-05-27 15:50:49 +00:00
11c04593a4
Travis build: 1118 [cron]
2019-04-15 15:32:49 +00:00
4350413674
Travis build: 1113 [cron]
2019-04-13 15:31:46 +00:00
e3f503f96c
Travis build: 1106 [cron]
2019-04-09 15:29:50 +00:00
46d53eb35d
Travis build: 1102 [cron]
2019-04-08 15:31:34 +00:00
03aa401c92
Travis build: 1083 [cron]
2019-03-23 15:20:00 +00:00
affaaca67a
Travis build: 1076 [cron]
2019-03-19 15:19:15 +00:00
ce07aa6814
Travis build: 1070 [cron]
2019-03-18 15:18:41 +00:00
e5de2db600
Travis build: 1060 [cron]
2019-03-16 15:17:57 +00:00
2493c5ab62
Travis build: 1045 [cron]
2019-03-06 15:13:18 +00:00
521d765e12
Travis build: 1039 [cron]
2019-03-03 15:11:47 +00:00
77a17a25e3
Travis build: 1035 [cron]
2019-03-02 15:10:52 +00:00
8adc73ca7e
Travis build: 1030 [custom]
2019-03-01 07:58:10 +00:00
e1d6a8f9af
Travis build: 1021 [cron]
2019-02-25 15:09:51 +00:00
2a5d58b801
Travis build: 1014 [cron]
2019-02-23 15:09:00 +00:00
59a735adce
Travis build: 998 [cron]
2019-02-13 15:03:57 +00:00
d69813445d
Travis build: 991 [cron]
2019-02-09 15:02:34 +00:00
82757c05b0
Travis build: 963 [cron]
2019-01-17 14:51:26 +00:00
681910d4dc
Travis build: 957 [cron]
2019-01-14 14:50:19 +00:00
972c10a3e7
Travis build: 952 [cron]
2019-01-12 14:50:12 +00:00
a943631e27
Travis build: 944 [cron]
2019-01-10 14:48:42 +00:00
e89d5fab14
Travis build: 911 [cron]
2018-12-17 14:36:02 +00:00
0ac9920308
Travis build: 903 [cron]
2018-12-13 14:33:05 +00:00
82f48c0858
Travis build: 877 [cron]
2018-12-10 14:31:20 +00:00
5b3d2fb301
Travis build: 872 [cron]
2018-12-08 14:30:17 +00:00
e82e45410f
Travis build: 864 [cron]
2018-12-06 14:28:41 +00:00
7d218e2339
Travis build: 858 [cron]
2018-12-05 14:28:42 +00:00
6cb74a6c8e
Travis build: 848 [cron]
2018-12-04 14:27:55 +00:00
932f9f87ed
Travis build: 833 [cron]
2018-11-22 14:23:54 +00:00
3482be865d
Travis build: 770 [custom]
2018-11-10 12:26:33 +00:00
b12abd547a
Travis build: 753 [cron]
2018-11-08 14:16:40 +00:00
9df0889082
Travis build: 733 [cron]
2018-11-04 14:15:20 +00:00
42ebea3ed9
Travis build: 727 [cron]
2018-11-02 14:13:48 +00:00
239b947355
Travis build: 725 [cron]
2018-11-01 14:14:00 +00:00
5968e2286b
Created VSCode snippet data
...
Also some minor changes and updates to files all over the place
2018-10-26 19:54:18 +03:00
8d2ddd7e94
Updated extractor, removed analyzer
2018-10-26 18:34:57 +03:00
48fbb9e378
Travis build: 673 [custom]
2018-10-20 14:13:59 +00:00
ba7dae0b97
Travis build: 670 [cron]
2018-10-20 14:09:06 +00:00
593d2f0a06
Travis build: 613 [custom]
2018-10-08 17:23:40 +00:00
c0f5d12fbe
Travis build: 597 [cron]
2018-10-04 20:18:24 +00:00
6905412c14
Travis build: 590 [cron]
2018-10-03 20:17:00 +00:00
bf35deabc8
Travis build: 574 [cron]
2018-10-01 20:16:38 +00:00
b111778a1c
Travis build: 563 [cron]
2018-09-29 20:15:22 +00:00
b6b3288992
Travis build: 554 [cron]
2018-09-28 20:14:51 +00:00
8ee50178f3
Avoid confusing prototype methods for static methods
...
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)
This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00