Commit Graph

3967 Commits

Author SHA1 Message Date
f50ef7f702 Travis build: 588 2018-10-03 19:29:27 +00:00
127e37f245 Update isDuplexStream.md 2018-10-03 22:27:46 +03:00
a12ae077fb Travis build: 586 2018-10-03 19:19:18 +00:00
c7073ff1b5 Merge pull request #765 from 30-seconds/is-stream
Add isStream
2018-10-03 22:17:29 +03:00
21622234d6 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
25d93ab6ad Travis build: 583 2018-10-03 09:34:17 +00:00
3aa23e10f2 Merge pull request #778 from Siarhei-Zharnasek/master
Change docs for triggerEvent [ENHANCEMENT]
2018-10-03 12:33:01 +03:00
7a016ca452 Change docs for triggerEvent 2018-10-03 13:27:09 +04:00
7b941b4e41 Travis build: 581 2018-10-03 05:03:56 +00:00
c18f8d6b6d Merge pull request #777 from mintunitish/master
Minor Simplification
2018-10-03 08:02:52 +03:00
cb608efa93 Reverted SCSS Changes 2018-10-03 10:17:54 +05:30
bd03c24cbd Travis build: 579 [cron] 2018-10-02 20:18:29 +00:00
4941ed7b8b Merge pull request #773 from mintunitish/patch-1
Update PULL_REQUEST_TEMPLATE.md, fix a single word type(documention versus documentation)
2018-10-02 11:03:37 -07:00
54ffd7bdfe Merge pull request #768 from Siarhei-Zharnasek/master
Simplify triggerEvent
2018-10-02 20:58:17 +03:00
2c135e5781 Update PULL_REQUEST_TEMPLATE.md
Fixed Typo
2018-10-02 23:18:07 +05:30
ee5586c7f2 Minor Simplifications 2018-10-02 23:10:00 +05:30
981311ef05 Simplify triggerEvent 2018-10-02 11:02:52 +04:00
bff38c6387 Update tag_database 2018-10-02 08:35:37 +03:00
bf35deabc8 Travis build: 574 [cron] 2018-10-01 20:16:38 +00:00
41d08ed789 Merge pull request #767 from itchylol742/master
[FIX] change test comments in indexOfAll.test.js
2018-10-01 22:05:43 +03:00
2786ccfe0a change test comments
changed 'Returns all indices of val in an array' to 'When val is not found, return an empty array' for test that searches for val in an array without val
2018-10-01 14:35:22 -04:00
55c2bd3ac4 Add isStream 2018-10-01 20:12:19 +03:00
c0cee9fca9 Travis build: 570 2018-10-01 16:38:09 +00:00
7a2254e87e Resolve #754 2018-10-01 19:36:22 +03:00
2b7db4ce09 Travis build: 568 2018-10-01 16:35:03 +00:00
82555647f8 Merge pull request #746 from Siarhei-Zharnasek/master
Refactor takeRightWhile
2018-10-01 19:33:55 +03:00
420bb90628 Merge branch 'master' into master 2018-10-01 19:33:44 +03:00
d8a1c09133 Update takeRightWhile.md 2018-10-01 19:32:54 +03:00
d6d83dbce3 Fix packager: Babel 7, named exports 2018-10-01 10:28:27 +10:00
56ad717d46 Travis build: 565 [cron] 2018-09-30 20:15:19 +00:00
b111778a1c Travis build: 563 [cron] 2018-09-29 20:15:22 +00:00
f9b37dec4b Travis build: 561 2018-09-29 13:58:40 +00:00
4033279273 Update tomorrow.md 2018-09-29 16:57:40 +03:00
1580116dd7 Travis build: 559 2018-09-29 13:47:39 +00:00
096b937691 Merge pull request #757 from 30-seconds/date-snippets
[FEATURE] Date snippets
2018-09-29 16:46:33 +03:00
451132c302 Added tests for new date snippets 2018-09-29 14:29:56 +03:00
08509a2aed Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
bd04a9e9ac Add minDate, maxDate 2018-09-29 13:38:20 +03:00
7f7ebc24dd Add dayOfYear 2018-09-29 13:22:20 +03:00
1cb04f066e Travis build: 556 2018-09-29 06:39:34 +00:00
da4dd0aa84 Temp fix for an issue with social links 2018-09-29 09:38:26 +03:00
b6b3288992 Travis build: 554 [cron] 2018-09-28 20:14:51 +00:00
7e2605ad84 Travis build: 552 2018-09-28 19:47:25 +00:00
8a5422a1a3 Merge pull request #756 from mathiasbynens/patch-1
Avoid confusing prototype methods for static methods
2018-09-28 22:45:02 +03: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
242a18e0a8 Travis build: 550 2018-09-28 19:01:14 +00:00
e5841fad52 Merge remote-tracking branch 'origin/master' 2018-09-28 21:59:54 +03:00
f5b4562e13 Social links for README 2018-09-28 21:59:49 +03:00
5005075c05 Travis build: 548 2018-09-28 18:50:38 +00:00
d10edb213b Social buttons for website 2018-09-28 21:49:26 +03:00