aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Do not use append in combinations_by_2Sebastian2021-04-29
|
* Rename combinations_by to combinationsSebastian2021-04-29
|
* Add list.combinationsSebastian Porto2021-04-29
|
* Fix typoMichael Jones2021-04-18
| | | | Apostrophe instead of double quote.
* Update changelogMarcin Puc2021-04-16
|
* Add iterator.interleaveMarcin Puc2021-04-16
|
* Update changelogMarcin Puc2021-04-16
|
* Use iterator.empty in tests and examplesMarcin Puc2021-04-16
|
* Add iterator.{empty, once, single}Marcin Puc2021-04-16
|
* Add `last` to changelogMarcin Puc2021-04-15
|
* Add performance note for iterator.lastMarcin Puc2021-04-15
|
* Add note about performance for list.lastMarcin Puc2021-04-15
|
* Add {iterator, list}.lastMarcin Puc2021-04-15
|
* add list.scanRobert Attard2021-04-14
|
* Add `reduce` to changelogMarcin Puc2021-04-13
|
* Rename `map_reduce` to `map_fold`Marcin Puc2021-04-13
|
* Add {iterator. list}.reduceMarcin Puc2021-04-13
|
* rename string.drop_before to string.crop; use erl_contains instead of ↵Robert Attard2021-04-09
| | | | split_once and then concat
* add string.drop_before #131Robert Attard2021-04-09
|
* Update example for map_reduceSebastian Porto2021-04-09
|
* Flip order of args passed to fn in map_reduce. Item first and memo second.Sebastian Porto2021-04-09
|
* Update changelogSebastian Porto2021-04-09
|
* Add list.map_reduceSebastian Porto2021-04-09
|
* Add iterator.groupMarcin Puc2021-04-06
|
* Add iterator.{any, all} to changelogMarcin Puc2021-03-28
|
* Add iterator.{any, all}Marcin Puc2021-03-28
|
* Simplify list.{any, all}Marcin Puc2021-03-28
|
* Make list.zip tail-recursiveMarcin Puc2021-03-27
|
* Update the changelogMarcin Puc2021-03-25
|
* Add iterator.intersperseMarcin Puc2021-03-25
|
* Make list.intersperse tail-recursiveMarcin Puc2021-03-23
|
* Go back to using do_append in do_flattenMarcin Puc2021-03-21
|
* Correct iterator documentationMarcin Puc2021-03-21
|
* Rearrange helper functions in iteratorMarcin Puc2021-03-21
|
* Refactor the iterator moduleMarcin Puc2021-03-21
|
* Update the changelogMarcin Puc2021-03-20
|
* Add iterator.sized_chunk and list.sized_chunkMarcin Puc2021-03-20
|
* Rename chunk_by to chunkMarcin Puc2021-03-20
|
* Simplify the next_chunk_by helpersMarcin Puc2021-03-20
|
* Add list.chunk_byMarcin Puc2021-03-20
|
* Add iterator.chunk_byMarcin Puc2021-03-20
|
* Add info about iterator.take change to changelogMarcin Puc2021-03-14
|
* Make iterator.take return an iterator instead of a listMarcin Puc2021-03-14
|
* Rename labelLouis Pilfold2021-03-14
|
* Add installation instructions and usage examples to the READMEJoe Corkerton2021-03-13
|
* Add Examples to uriSebastian Porto2021-03-13
|
* Add more iterator functions to changelogMarcin Puc2021-03-10
|
* Add iterator.{take_while, drop_while} (#174)Marcin Puc2021-03-10
|
* Add iterator.scan (#173)Marcin Puc2021-03-10
|
* Add iterator.zipMarcin Puc2021-03-10
|