Commit Graph

1322 Commits

Author SHA1 Message Date
c38c4688e7 fix partition example to use const 2018-01-10 14:18:37 +01:00
bf071b19e7 add 3 tests, prettyBytes, primes & reducedFilter
updated prettyBytes example to output string
2018-01-10 14:01:35 +01:00
3df33e228d update sdbm example and add 2 tests for sdbm and select 2018-01-10 13:40:12 +01:00
7a7c31bfc8 update example for splitLines and add test 2018-01-10 13:07:51 +01:00
f56686755e update snippet toDecimalMark, add test for toDecimalMark 2018-01-10 12:42:11 +01:00
109303b5de Update getType.md
fix result to lower case
2018-01-10 10:45:55 +08:00
7d9a6ca0d3 Travis build: 1101 2018-01-09 12:24:24 +00:00
7c39151088 Merge pull request #518 from kriadmin/patch-6
[FEATURE] noVowels.md
2018-01-09 14:22:55 +02:00
f0942c2cf8 Archived both snippets discussed
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
3f34154c57 Update and rename noVowels.md to removeVowels.md 2018-01-09 14:20:08 +02:00
65064f46cb Travis build: 1099 2018-01-09 12:19:51 +00:00
881bf9fe7c Merge pull request #498 from atomiks/eventhub
[FEATURE] Add createEventHub
2018-01-09 14:18:29 +02:00
c36f5d2cea Update createEventHub.md 2018-01-09 14:17:33 +02:00
26959910a1 Create noVowels.md 2018-01-09 14:46:30 +05:30
f007d37d29 Travis build: 1097 2018-01-08 23:40:06 +00:00
a7e7c426ba Add forEachRight 2018-01-09 01:38:50 +02:00
938871a3a6 Update createEventHub.md 2018-01-09 09:32:47 +11:00
b9d79d82ef Update createEventHub.md 2018-01-09 09:21:32 +11:00
97674cc41e Update createEventHub.md 2018-01-09 09:17:15 +11:00
31101d75a1 More extensive examples 2018-01-09 09:15:59 +11:00
d0cfcd095b Update createEventHub.md 2018-01-09 08:42:54 +11:00
4505df0612 Update indexOfAll description
forgot to update description
2018-01-08 13:27:45 -08:00
a3e1688446 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
6885ab113c Update createEventHub.md 2018-01-09 08:02:35 +11:00
755fe634ee trouble with GitKraken, fix everything now 2018-01-08 21:31:30 +01:00
567575c127 add httpDelete
hopefully last typos I made
2018-01-08 21:29:25 +01:00
757580f23f fix snippet typo and update examples to be consistent 2018-01-08 21:17:52 +01:00
c0bd173246 add httpPut 2018-01-08 21:16:14 +01:00
5edb4836e7 update tag_database and add semicolons to http snippets 2018-01-08 21:08:04 +01:00
62e4bfe6e7 add httpPost, update examples for http snippets 2018-01-08 21:07:02 +01:00
90f99dbe0f Update lcm.md 2018-01-09 01:34:51 +05:30
be413ad13c Travis build: 1081 2018-01-08 20:01:19 +00:00
1abb7faadd Merge pull request #508 from evolkmann/feature/longest
[FEATURE] Added longestString()
2018-01-08 21:58:59 +02:00
53472298a8 Update longestItem.md 2018-01-08 21:58:35 +02:00
d080d1f3dd Based on suggestions, added longestItem() 2018-01-08 20:33:47 +01:00
950353976c cache the getting 2018-01-09 05:58:58 +11:00
cc754ff8c8 Update createEventHub.md 2018-01-09 05:46:17 +11:00
5de60aec57 Use Map instead 2018-01-09 05:44:23 +11:00
84d7964733 Travis build: 1079 2018-01-08 17:56:40 +00:00
4fb1f9b1b9 Merge pull request #512 from Chalarangelo/partition
[FEATURE] Add partition
2018-01-08 19:55:26 +02:00
120cf1cad0 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
d74dcbc9fc update httpGet 2018-01-08 17:57:15 +01:00
f4176de384 add httpGet 2018-01-08 17:21:52 +01:00
9a0727a23d Update partition.md 2018-01-08 17:28:00 +02:00
9809c2c3dd Fix negate.md 2018-01-08 17:24:23 +02:00
0e437cf103 Add toSafeInteger 2018-01-08 17:12:46 +02:00
ea3942210c Add partition 2018-01-08 16:58:23 +02:00
cd6f38d68c Update show.md 2018-01-08 12:42:55 +02:00
ffdbaf4eff Merge pull request #509 from henry-CJ/master
fix hide err
2018-01-08 12:42:28 +02:00
ee439b19da Update hide.md 2018-01-08 12:41:36 +02:00