Commit Graph

4832 Commits

Author SHA1 Message Date
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
02c8e79cce Merge remote-tracking branch 'origin/master' 2018-09-28 20:07:32 +03:00
c20cdad956 Search fix 2018-09-28 20:07:27 +03:00
abae24180e Animation fix for menu 2018-09-28 19:38:04 +03:00
105b836f67 Travis build: 545 2018-09-28 16:36:43 +00:00
716c68c030 Updated website navigation 2018-09-28 19:35:25 +03:00
3f52b7606a Travis build: 543 [cron] 2018-09-27 20:14:50 +00:00
86641d396d Travis build: 541 2018-09-27 19:49:30 +00:00
e97fdf2682 Formatting changes 2018-09-27 22:47:46 +03:00
b44b539b40 Travis build: 539 2018-09-27 15:13:22 +00:00
aa15eada60 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
10e3673e14 Travis build: 537 2018-09-27 13:59:46 +00:00
65a8221fb8 Merge pull request #748 from 30-seconds/indentString
Add indentString
2018-09-27 16:58:31 +03:00
efce13b1e1 shank() - array - duplicates Array.prototype.splice() except returns a new array instead of mutating in-place
Update shank.md

Update shank.md

Update shank.js

Update shank.test.js

Update tag_database

remove testlog
2018-09-27 14:59:50 +02:00
a4058f9a2e Travis build: 533 [cron] 2018-09-26 20:14:02 +00:00
65401e010e Travis build: 531 2018-09-26 09:28:33 +00:00
f26818b4d6 Merge pull request #751 from Theomg/master
[ENHANCEMENT] Simpler solution to mask using padStart
2018-09-26 12:27:33 +03:00
e2a1310db1 Update mask.md 2018-09-26 12:27:04 +03:00
2bdda5eac8 Travis build: 529 2018-09-25 20:15:39 +00:00
e6532cee23 Merge remote-tracking branch 'origin/master' 2018-09-25 23:14:48 +03:00
d8ee8c0c32 Update allEqual description 2018-09-25 23:14:42 +03:00
a582850d3d Travis build: 527 [cron] 2018-09-25 20:13:48 +00:00
f7d37e6d69 Delete ISSUE_TEMPLATE.md 2018-09-25 22:36:57 +03:00
637a29d2b2 Merge pull request #750 from 30-seconds/Chalarangelo-patch-1
Update issue templates
2018-09-25 22:36:37 +03:00
214fb5ef7d Merge remote-tracking branch 'origin/master' 2018-09-25 20:39:16 +03:00
692da9d671 Delete test docs folder 2018-09-25 20:39:08 +03:00
8d995ad222 Delete CNAME 2018-09-25 20:23:26 +03:00
3d7e921324 Live test of subdomains 2018-09-25 20:14:41 +03:00
95262b249d Fix takeRightWhile doc 2018-09-25 10:13:32 +04:00
1080e612eb Merge pull request #749 from 30-seconds/Chalarangelo-new-pr-template
New template for PRs
2018-09-25 06:57:04 +03:00
77167a059d simpler solution to mask using padStart 2018-09-25 00:21:18 +00:00
c16d2ae603 Update PULL_REQUEST_TEMPLATE.md 2018-09-24 23:21:41 +03:00
9e6c789bea Travis build: 516 [cron] 2018-09-24 20:13:17 +00:00
21c68bcb55 Delete custom.md 2018-09-24 22:42:43 +03:00
fcf2862ea6 Update issue templates
In reference to #730
2018-09-24 22:42:05 +03:00
62aadef275 New template for PRs
In reference to #730
2018-09-24 22:31:29 +03:00