Commit Graph

3928 Commits

Author SHA1 Message Date
Angelos Chalaris
e3a0b0ee5b Update ShadowDOM.md 2018-10-09 19:16:42 +03:00
tricinel
f76c0e528d Add Shadow DOM 2018-10-05 18:07:32 +02:00
tricinel
a94f20e492 Add Web Components 2018-10-05 17:57:34 +02:00
30secondsofcode
60c418e1ac Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
itchylol742
695273853f [FIX] allEqual.test.js test arrays with different types in the same array (#805)
allEqual test false when there are different types
2018-10-04 22:06:48 +03:00
30secondsofcode
db202497a7 Travis build: 594 2018-10-04 13:46:53 +00:00
Angelos Chalaris
998a1ae477 Merge pull request #803 from hckr/atob-btoa
[FIX] Error with new in btoa
2018-10-04 16:44:55 +03:00
Luke
645cda1b9d Fix error with new in btoa 2018-10-04 12:58:44 +02:00
30secondsofcode
aa533c8f2c Travis build: 592 2018-10-04 03:38:20 +00:00
Angelos Chalaris
6552ca59ad Merge pull request #800 from hckr/atob-btoa
[FIX] Replace deprecated calls in atob and btoa
2018-10-04 06:36:39 +03:00
Luke
3bcf815565 Replace deprecated calls in atob and btoa 2018-10-03 23:08:31 +02:00
30secondsofcode
d9de6e6977 Travis build: 590 [cron] 2018-10-03 20:17:00 +00:00
30secondsofcode
0c33860b0f Travis build: 588 2018-10-03 19:29:27 +00:00
Angelos Chalaris
de0cda09fa Update isDuplexStream.md 2018-10-03 22:27:46 +03:00
30secondsofcode
400427a2c1 Travis build: 586 2018-10-03 19:19:18 +00:00
Angelos Chalaris
befb3875a4 Merge pull request #765 from 30-seconds/is-stream
Add isStream
2018-10-03 22:17:29 +03:00
Angelos Chalaris
551a221df8 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
30secondsofcode
6bd999bb96 Travis build: 583 2018-10-03 09:34:17 +00:00
Angelos Chalaris
8b38f4bf85 Merge pull request #778 from Siarhei-Zharnasek/master
Change docs for triggerEvent [ENHANCEMENT]
2018-10-03 12:33:01 +03:00
Siarhei
cf9bffdc95 Change docs for triggerEvent 2018-10-03 13:27:09 +04:00
30secondsofcode
a99d9f769d Travis build: 581 2018-10-03 05:03:56 +00:00
Angelos Chalaris
cbff3c17b6 Merge pull request #777 from mintunitish/master
Minor Simplification
2018-10-03 08:02:52 +03:00
Nitish Kumar
0c0b4aa388 Reverted SCSS Changes 2018-10-03 10:17:54 +05:30
30secondsofcode
96082b2f74 Travis build: 579 [cron] 2018-10-02 20:18:29 +00:00
Robert Mennell
d30ff24f0e 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
Angelos Chalaris
d6bc98b345 Merge pull request #768 from Siarhei-Zharnasek/master
Simplify triggerEvent
2018-10-02 20:58:17 +03:00
Nitish Kumar
7ef313c122 Update PULL_REQUEST_TEMPLATE.md
Fixed Typo
2018-10-02 23:18:07 +05:30
Nitish Kumar
1a92b1265f Minor Simplifications 2018-10-02 23:10:00 +05:30
Siarhei
8b5b6dac65 Simplify triggerEvent 2018-10-02 11:02:52 +04:00
Angelos Chalaris
fd23b0ca81 Update tag_database 2018-10-02 08:35:37 +03:00
30secondsofcode
985ec1928d Travis build: 574 [cron] 2018-10-01 20:16:38 +00:00
Angelos Chalaris
0464ecfd77 Merge pull request #767 from itchylol742/master
[FIX] change test comments in indexOfAll.test.js
2018-10-01 22:05:43 +03:00
itchylol742
39c1e57429 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
Angelos Chalaris
474aaffbbf Add isStream 2018-10-01 20:12:19 +03:00
30secondsofcode
3127f816ae Travis build: 570 2018-10-01 16:38:09 +00:00
Angelos Chalaris
56ab9b10c5 Resolve #754 2018-10-01 19:36:22 +03:00
30secondsofcode
77dfa88310 Travis build: 568 2018-10-01 16:35:03 +00:00
Angelos Chalaris
a950d6a565 Merge pull request #746 from Siarhei-Zharnasek/master
Refactor takeRightWhile
2018-10-01 19:33:55 +03:00
Angelos Chalaris
a470bb04f0 Merge branch 'master' into master 2018-10-01 19:33:44 +03:00
Angelos Chalaris
77696d1bc9 Update takeRightWhile.md 2018-10-01 19:32:54 +03:00
30secondsofcode
f5596168b4 Travis build: 565 [cron] 2018-09-30 20:15:19 +00:00
30secondsofcode
eca8ab3152 Travis build: 563 [cron] 2018-09-29 20:15:22 +00:00
30secondsofcode
920f8a445b Travis build: 561 2018-09-29 13:58:40 +00:00
Angelos Chalaris
6f296a3585 Update tomorrow.md 2018-09-29 16:57:40 +03:00
30secondsofcode
fd8ffcd2af Travis build: 559 2018-09-29 13:47:39 +00:00
Angelos Chalaris
d1aaaf61aa Merge pull request #757 from 30-seconds/date-snippets
[FEATURE] Date snippets
2018-09-29 16:46:33 +03:00
Angelos Chalaris
29bd1d0a3c Added tests for new date snippets 2018-09-29 14:29:56 +03:00
Angelos Chalaris
e8d4ad78d9 Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
Angelos Chalaris
e9c20ed7f5 Add minDate, maxDate 2018-09-29 13:38:20 +03:00
Angelos Chalaris
82d59bb8de Add dayOfYear 2018-09-29 13:22:20 +03:00