Commit Graph

771 Commits

Author SHA1 Message Date
290fb3fe13 Additional tests 2018-10-31 20:41:38 +02:00
41a19a13d3 Additional tests 2018-10-31 20:27:06 +02:00
082baa8613 Add tests for 2 browser snippets 2018-10-31 20:00:32 +02:00
231941fed1 Fixed broken tests 2018-10-31 19:29:49 +02:00
90b830bc0d Travis build: 711 2018-10-31 16:51:58 +00:00
41735984c1 Travis build: 704 2018-10-26 18:28:38 +00:00
0ba22da4b0 Additional tests 2018-10-26 21:26:34 +03:00
6090836233 Add archive snippet tests 2018-10-26 21:15:14 +03:00
4db17737b8 Add tests for some archive snippets 2018-10-26 21:08:37 +03:00
d1f983c57f Add tests for pipeLog and levenshtein 2018-10-26 21:03:11 +03:00
259b99fa08 Travis build: 692 2018-10-26 15:37:27 +00:00
8dab15f151 Travis build: 690 2018-10-26 14:42:08 +00:00
d6af04ac28 Travis build: 688 2018-10-26 14:19:53 +00:00
fb76573a43 Travis build: 684 2018-10-25 10:28:14 +00:00
e7209999fe Travis build: 680 [cron] 2018-10-25 06:41:46 +00:00
639bdf1da4 Travis build: 678 [cron] 2018-10-23 14:10:24 +00:00
329a3d0b44 Travis build: 675 [cron] 2018-10-21 14:10:00 +00:00
48fbb9e378 Travis build: 673 [custom] 2018-10-20 14:13:59 +00:00
d4e17ad595 Travis build: 665 2018-10-19 17:30:49 +00:00
ac702aa3ce Test directory up-to-date 2018-10-19 20:28:28 +03:00
0bc5d38f85 Updated the test system 2018-10-19 20:18:00 +03:00
6479590abf Updated packager for test builds 2018-10-19 20:17:23 +03:00
4270fa9a3d Linted everything, removed semistandard 2018-10-18 23:38:01 +03:00
bff7a3b0bb Simplify differenceBy 2018-10-17 12:01:48 +04:00
8b2510e3e3 Merge pull request #764 from evyatarmeged/master
[FEATURE] add celsiusToFahrenheit and fahrenheitToCelsius
2018-10-16 20:31:45 +03:00
2b62e64362 Merge pull request #832 from Qo2770/master
[FEATURE] Add Kilometers/Hour to Miles/Hour conversion and reverse
2018-10-16 20:24:41 +03:00
d778566cfb Naming fix 2018-10-16 20:24:09 +03:00
6fcba24379 Archived 2018-10-16 20:22:23 +03:00
782192943a Simplify countBy 2018-10-15 12:18:24 +04:00
8d5d6cb8bd Add Kilometers/Hour to Miles/Hour conversion and reverse 2018-10-12 21:49:43 +02:00
8d558bf6fa Simplify unionBy 2018-10-10 16:47:58 +04:00
593d2f0a06 Travis build: 613 [custom] 2018-10-08 17:23:40 +00: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
b9128fb477 Travis build: 599 [custom] 2018-10-05 21:08:23 +00:00
c0f5d12fbe Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
0fa5902940 [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
4634168133 Merge pull request #803 from hckr/atob-btoa
[FIX] Error with new in btoa
2018-10-04 16:44:55 +03:00
5f41925219 Fix error with new in btoa 2018-10-04 12:58:44 +02:00
b5ca05fbcc Merge pull request #800 from hckr/atob-btoa
[FIX] Replace deprecated calls in atob and btoa
2018-10-04 06:36:39 +03:00
c798852df7 Replace deprecated calls in atob and btoa 2018-10-03 23:08:31 +02:00
6905412c14 Travis build: 590 [cron] 2018-10-03 20:17:00 +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
c18f8d6b6d Merge pull request #777 from mintunitish/master
Minor Simplification
2018-10-03 08:02:52 +03:00
bd03c24cbd Travis build: 579 [cron] 2018-10-02 20:18:29 +00:00
ee5586c7f2 Minor Simplifications 2018-10-02 23:10:00 +05:30
981311ef05 Simplify triggerEvent 2018-10-02 11:02:52 +04:00
bf35deabc8 Travis build: 574 [cron] 2018-10-01 20:16:38 +00: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