Commit Graph

405 Commits

Author SHA1 Message Date
829c5beec8 Rename deepGetter to deepGet 2019-05-09 18:30:52 +08:00
9093c33496 Add deepGetter.md 2019-05-09 18:06:43 +08:00
8800c77170 Revert "Add deepGetter.md"
This reverts commit 5002ce8cef.
2019-05-09 17:51:30 +08:00
cc6db5fdbc Add deepGetter.md 2019-05-09 15:52:56 +08:00
1654380bb5 Merge pull request #934 from dimensi/master
add serializeForm snippet
2019-04-08 08:39:06 +03:00
3a3daef16d Update tag_database 2019-04-08 08:38:49 +03:00
64d627ddb8 Update tag_database
add checkProp to tag database
2019-03-16 18:55:07 -07:00
c7fb5aa189 add test, update tags, update description 2019-03-15 12:54:57 +03:00
5939e3fb27 add formToObject 2019-03-13 15:50:06 +03:00
db1cbbcb77 add serializeForm snippet 2019-03-13 15:29:45 +03:00
6e6fe8c2a6 Update tag_database 2019-02-23 15:44:22 +00:00
372115a21f Update tag_database 2019-02-22 23:13:58 +00:00
cb0126fb0f Merge branch 'create-folder-if-not-exists' 2019-01-09 19:44:14 +02:00
a2794c150e Add createDirIfNotExists snippet 2018-12-12 19:25:16 +02:00
4f661ee158 Add compactWhitespace snippet 2018-12-12 19:11:33 +02:00
6613b86eb0 Merge pull request #885 from iaptsiauri/deepMapKeys
[FEATURE] adds deepMapKeys snippet
2018-12-10 11:50:35 +02:00
aedcf48488 Update tag_database 2018-12-10 11:50:07 +02:00
ea4284adf9 revert changes, according to PR 2018-12-09 18:52:14 +02:00
cc652ac653 Revert "adds deepMapKeys snippet"
This reverts commit 73470c50d9.
2018-12-09 18:48:59 +02:00
3a3c6b176e Merge pull request #880 from Garebake/master
Added Midpoint.js
2018-12-07 18:25:11 +02:00
8e795eab3f Merge pull request #865 from MKrupauskas/master
add filterFalsy snippet, tags, and tests
2018-12-07 18:15:49 +02:00
56e7689a97 adds deepMapKeys snippet 2018-11-29 15:22:53 +02:00
480eb7fc86 Added Midpoint.js 2018-11-15 08:49:04 -07:00
b723a931b7 add isNegativeZero 2018-11-12 14:45:36 +01:00
5c693aee76 add filterFalsy snippet, tags, and tests 2018-10-29 23:19:01 +02:00
7e96f39d24 Add toTitleCase snippet and update tag_database accordingly 2018-10-19 03:49:34 +02:00
946a30ab4c [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
21622234d6 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
bff38c6387 Update tag_database 2018-10-02 08:35:37 +03:00
55c2bd3ac4 Add isStream 2018-10-01 20:12:19 +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
aa15eada60 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +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
28e84d483c Add indentString 2018-09-24 22:14:27 +03:00
267d198ca3 Travis build: 505 2018-09-22 11:42:48 +00:00
0ed297997a Travis build: 503 2018-09-22 11:38:18 +00:00
72c674e82b Difficulty tags 2018-09-08 16:58:27 +03:00
6ee2cd43ca WIP: Scripts and HTML 2018-09-08 12:24:24 +03:00
87552862c3 add deepFreeze 2018-08-25 17:54:16 +02:00
250a856e69 Added uniqueSymmetricDifference and updated symmetricDifference 2018-08-17 08:37:08 +03:00
6dfb5c4aaa Updated relevant files 2018-08-03 02:18:56 +01:00
b129b46c0d Tags and tests 2018-07-18 21:02:42 +03:00
2c47f76676 Add mapString, fix dig 2018-07-14 10:59:56 +03:00
c1b433d061 WIP: npm run tester failed 2018-07-08 02:06:00 -07:00
5e0b1e113b Add JSONtoCSV
Resolve #686
2018-07-06 20:25:46 +03:00
9788e764be Add CSVToJSON 2018-06-27 21:14:24 +03:00
817298ab88 Add CSVtoArray 2018-06-27 20:57:54 +03:00
de42015a01 Add arrayToCSV 2018-06-27 20:26:43 +03:00