Commit Graph

1743 Commits

Author SHA1 Message Date
8d353d7ab9 Merge pull request #815 from henrycjchen/master
fix time problem
2018-10-09 14:14:33 +03:00
d5044d0501 more semantic version 2018-10-09 16:54:03 +08:00
eaa73e916f Fixed typo
Changed "demiliter" to "delimiter" in line 5
2018-10-09 13:31:18 +05:30
e9b131b8e3 fix time problem
setTimeout would go wrong in some browser when the second argument is less than zero
2018-10-08 21:48:19 +08:00
cf80ddae2e Travis build: 604 2018-10-07 13:26:08 +00:00
77ddd8a7e8 [FEATURE] Add getImages snippet (#806)
<!-- Use a descriptive title, prefix it with [FIX], [FEATURE] or [ENHANCEMENT] if applicable (use only one) -->

## Description
<!-- Write a detailed description of your changes/additions here -->
Adding a snippet to fetch all images from within a desired element.
<!-- If your PR resolves an issue, please state "Resolves #(issue number)" to help maintainers process it faster -->
<!-- If you think your PR will cause breaking changes, require changes in the documentation etc, please be so kind as to explain what, where and how -->

## PR Type
- [x] Snippets, Tests & Tags (new snippets, updated snippets, re-tagging of snippets, added/updated tests)
- [ ] Scripts & Website & Meta (anything related to files in the [scripts folder](https://github.com/30-seconds/30-seconds-of-code/tree/master/scripts), how the repository's automated procedures work and the website)
- [ ] Glossary & Secondary Features (anything related to the glossary, such as new or updated terms or other secondary features)
- [ ] General, Typos, Misc. & Meta (everything else, typos, general stuff and meta files in the repository - e.g. the issue template)

## Guidelines
- [x] I have read the guidelines in the [CONTRIBUTING](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md) document.
2018-10-07 15:24:36 +02:00
998a1ae477 Merge pull request #803 from hckr/atob-btoa
[FIX] Error with new in btoa
2018-10-04 16:44:55 +03:00
645cda1b9d Fix error with new in btoa 2018-10-04 12:58:44 +02:00
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
3bcf815565 Replace deprecated calls in atob and btoa 2018-10-03 23:08:31 +02:00
de0cda09fa Update isDuplexStream.md 2018-10-03 22:27:46 +03:00
befb3875a4 Merge pull request #765 from 30-seconds/is-stream
Add isStream
2018-10-03 22:17:29 +03:00
551a221df8 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
cf9bffdc95 Change docs for triggerEvent 2018-10-03 13:27:09 +04:00
474aaffbbf Add isStream 2018-10-01 20:12:19 +03:00
56ab9b10c5 Resolve #754 2018-10-01 19:36:22 +03:00
77dfa88310 Travis build: 568 2018-10-01 16:35:03 +00:00
a470bb04f0 Merge branch 'master' into master 2018-10-01 19:33:44 +03:00
77696d1bc9 Update takeRightWhile.md 2018-10-01 19:32:54 +03:00
6f296a3585 Update tomorrow.md 2018-09-29 16:57:40 +03:00
fd8ffcd2af Travis build: 559 2018-09-29 13:47:39 +00:00
29bd1d0a3c Added tests for new date snippets 2018-09-29 14:29:56 +03:00
e8d4ad78d9 Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
e9c20ed7f5 Add minDate, maxDate 2018-09-29 13:38:20 +03:00
82d59bb8de Add dayOfYear 2018-09-29 13:22:20 +03:00
f2e5e26af3 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
20e7d899f3 Formatting changes 2018-09-27 22:47:46 +03:00
5d4cbb1e26 Travis build: 539 2018-09-27 15:13:22 +00:00
2239021bb1 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
2d918edc1c Travis build: 537 2018-09-27 13:59:46 +00:00
711e3b8158 Merge pull request #748 from 30-seconds/indentString
Add indentString
2018-09-27 16:58:31 +03:00
cc0c55da83 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
f8d3cc5780 Merge pull request #751 from Theomg/master
[ENHANCEMENT] Simpler solution to mask using padStart
2018-09-26 12:27:33 +03:00
aa22ed3bbb Update mask.md 2018-09-26 12:27:04 +03:00
de5aa8deb4 Update allEqual description 2018-09-25 23:14:42 +03:00
155eff5a71 Fix takeRightWhile doc 2018-09-25 10:13:32 +04:00
4cbb97733b simpler solution to mask using padStart 2018-09-25 00:21:18 +00:00
eb12a93d85 Add indentString 2018-09-24 22:14:27 +03:00
2545881051 Update and archive pipeLog 2018-09-22 14:38:12 +03:00
41d625de50 Merge pull request #719 from 3dos/patch-1
[FEATURE] Create pipeLog.md
2018-09-22 14:37:26 +03:00
cf8acbcb1f Updated for transfer to org 2018-09-22 10:58:26 +03:00
44402fe6bd Refactor takeRightWhile 2018-09-20 18:10:31 +04:00
e4c7f96f24 Remove parentheses for objectFromPairs argument 2018-09-10 09:03:26 +04:00
5b9fcfe537 Add parentheses for objectFromPairs argument 2018-09-08 11:59:01 +04:00
3fee874519 Simplify objectFromPairs 2018-09-07 17:46:58 +04:00
48ec122b74 Change docs for nodeListToArray 2018-09-05 18:36:06 +04:00
c76e8a8ff4 Using more declarative way to create array in nodeListToArray 2018-09-05 18:31:52 +04:00
a14d808c18 Simplify intersectionBy 2018-09-04 17:00:12 +04:00
64942d8b6e Simplify inRange 2018-09-03 10:27:11 +04:00
cb98d837b2 Travis build: 313 2018-09-01 10:09:50 +00:00