fad6c9430c
update httpGet
2018-01-10 19:43:29 +01:00
64b6d76231
remove Put & Delete http snippets
2018-01-10 19:18:54 +01:00
1cd9b404cb
update description for isPrimitive, add 2 tests, isPrimitive & isPrime
2018-01-10 15:19:09 +01:00
72b4a0d12a
update luhnCheck example, add 2 tests, luhnCheck & mapObject
2018-01-10 14:48:59 +01:00
51260a85a8
update mask example, add test for mask
2018-01-10 14:39:58 +01:00
9fd2ec582f
typo at objectToPairs & add test
2018-01-10 14:27:06 +01:00
df84ca2646
fix partition example to use const
2018-01-10 14:18:37 +01:00
b3363d5c4c
add 3 tests, prettyBytes, primes & reducedFilter
...
updated prettyBytes example to output string
2018-01-10 14:01:35 +01:00
0b44ad6a97
update sdbm example and add 2 tests for sdbm and select
2018-01-10 13:40:12 +01:00
88a159618b
update example for splitLines and add test
2018-01-10 13:07:51 +01:00
5af41967c5
update snippet toDecimalMark, add test for toDecimalMark
2018-01-10 12:42:11 +01:00
f690d12b22
Update getType.md
...
fix result to lower case
2018-01-10 10:45:55 +08:00
69b1342806
Travis build: 1101
2018-01-09 12:24:24 +00:00
0bf51183bd
Merge pull request #518 from kriadmin/patch-6
...
[FEATURE] noVowels.md
2018-01-09 14:22:55 +02:00
8be9f821ef
Archived both snippets discussed
...
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
13b5ea7fd4
Update and rename noVowels.md to removeVowels.md
2018-01-09 14:20:08 +02:00
ba910cfe33
Travis build: 1099
2018-01-09 12:19:51 +00:00
db5ca96a19
Merge pull request #498 from atomiks/eventhub
...
[FEATURE] Add createEventHub
2018-01-09 14:18:29 +02:00
c7310ca70b
Update createEventHub.md
2018-01-09 14:17:33 +02:00
1f9e139a87
Create noVowels.md
2018-01-09 14:46:30 +05:30
c7ad2ee4ba
Travis build: 1097
2018-01-08 23:40:06 +00:00
a4a0064f81
Add forEachRight
2018-01-09 01:38:50 +02:00
a098cc6331
Update createEventHub.md
2018-01-09 09:32:47 +11:00
b906114c10
Update createEventHub.md
2018-01-09 09:21:32 +11:00
bdae0ed89f
Update createEventHub.md
2018-01-09 09:17:15 +11:00
409a05e52c
More extensive examples
2018-01-09 09:15:59 +11:00
da99919b6d
Update createEventHub.md
2018-01-09 08:42:54 +11:00
dedd2fdd0b
Update indexOfAll description
...
forgot to update description
2018-01-08 13:27:45 -08:00
2629765340
Update indexOfAll snippet return type
...
Now we're just going to return an empty array. This keeps a consistent return type, does not need checking, and won't break api chaining.
Decision was made because otherwise you'd have to add a filter step or check if the return is not an array. Instead we just want an empty array so it has a consistent API, and no indeces is a valid amount
2018-01-08 13:24:21 -08:00
2961ba996a
Update createEventHub.md
2018-01-09 08:02:35 +11:00
bb49d28286
trouble with GitKraken, fix everything now
2018-01-08 21:31:30 +01:00
38e2c77d08
add httpDelete
...
hopefully last typos I made
2018-01-08 21:29:25 +01:00
273afb5f21
fix snippet typo and update examples to be consistent
2018-01-08 21:17:52 +01:00
9a72aa6435
add httpPut
2018-01-08 21:16:14 +01:00
6493d45235
update tag_database and add semicolons to http snippets
2018-01-08 21:08:04 +01:00
ff00c50e5f
add httpPost, update examples for http snippets
2018-01-08 21:07:02 +01:00
6d7b4975c3
Update lcm.md
2018-01-09 01:34:51 +05:30
f7484d30cc
Travis build: 1081
2018-01-08 20:01:19 +00:00
7ebbe5936b
Merge pull request #508 from evolkmann/feature/longest
...
[FEATURE] Added longestString()
2018-01-08 21:58:59 +02:00
0e828a0f85
Update longestItem.md
2018-01-08 21:58:35 +02:00
aaca35a220
Based on suggestions, added longestItem()
2018-01-08 20:33:47 +01:00
af23b5d947
cache the getting
2018-01-09 05:58:58 +11:00
f18b4942b9
Update createEventHub.md
2018-01-09 05:46:17 +11:00
823236dbf7
Use Map instead
2018-01-09 05:44:23 +11:00
860f0c0977
Travis build: 1079
2018-01-08 17:56:40 +00:00
73d4de0c36
Merge pull request #512 from Chalarangelo/partition
...
[FEATURE] Add partition
2018-01-08 19:55:26 +02:00
ad4a203604
Added error handling
...
Added handling for `onerror` to log on the `error` stream of the console by default, maybe not the best possible behavior, but good for starters. If you have a better idea for this, please change it accordingly.
2018-01-08 19:07:56 +02:00
0e94bad62d
update httpGet
2018-01-08 17:57:15 +01:00
452ad581d3
add httpGet
2018-01-08 17:21:52 +01:00
481fe3c937
Update partition.md
2018-01-08 17:28:00 +02:00