Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Make list.intersperse tail-recursive | Marcin Puc | 2021-03-23 | |
| | ||||
* | Go back to using do_append in do_flatten | Marcin Puc | 2021-03-21 | |
| | ||||
* | Correct iterator documentation | Marcin Puc | 2021-03-21 | |
| | ||||
* | Rearrange helper functions in iterator | Marcin Puc | 2021-03-21 | |
| | ||||
* | Refactor the iterator module | Marcin Puc | 2021-03-21 | |
| | ||||
* | Update the changelog | Marcin Puc | 2021-03-20 | |
| | ||||
* | Add iterator.sized_chunk and list.sized_chunk | Marcin Puc | 2021-03-20 | |
| | ||||
* | Rename chunk_by to chunk | Marcin Puc | 2021-03-20 | |
| | ||||
* | Simplify the next_chunk_by helpers | Marcin Puc | 2021-03-20 | |
| | ||||
* | Add list.chunk_by | Marcin Puc | 2021-03-20 | |
| | ||||
* | Add iterator.chunk_by | Marcin Puc | 2021-03-20 | |
| | ||||
* | Add info about iterator.take change to changelog | Marcin Puc | 2021-03-14 | |
| | ||||
* | Make iterator.take return an iterator instead of a list | Marcin Puc | 2021-03-14 | |
| | ||||
* | Rename label | Louis Pilfold | 2021-03-14 | |
| | ||||
* | Add installation instructions and usage examples to the README | Joe Corkerton | 2021-03-13 | |
| | ||||
* | Add Examples to uri | Sebastian Porto | 2021-03-13 | |
| | ||||
* | Add more iterator functions to changelog | Marcin Puc | 2021-03-10 | |
| | ||||
* | Add iterator.{take_while, drop_while} (#174) | Marcin Puc | 2021-03-10 | |
| | ||||
* | Add iterator.scan (#173) | Marcin Puc | 2021-03-10 | |
| | ||||
* | Add iterator.zip | Marcin Puc | 2021-03-10 | |
| | ||||
* | Upgrade Erlang on CI | Louis Pilfold | 2021-03-10 | |
| | ||||
* | Upgrade setup-erlang action | Louis Pilfold | 2021-03-09 | |
| | ||||
* | Add iterate and index to changelog | Marcin Puc | 2021-03-09 | |
| | ||||
* | Add iterator.index (#169) | Marcin Puc | 2021-03-08 | |
| | ||||
* | Add iterator.iterate | Marcin Puc | 2021-03-08 | |
| | ||||
* | Move reverse call to the helper | Marcin Puc | 2021-03-08 | |
| | ||||
* | Adjust list.take_while test example | Marcin Puc | 2021-03-08 | |
| | ||||
* | Make list.take_while tail recursive | Marcin Puc | 2021-03-08 | |
| | ||||
* | Add dynamic.tuple{3,4,5,6} (#165) | evuez | 2021-02-23 | |
| | ||||
* | Update CHANGELOG | evuez | 2021-02-23 | |
| | ||||
* | Implement drop_while and take_while in Gleam | evuez | 2021-02-23 | |
| | ||||
* | Implement list.drop_while and list.take_while | evuez | 2021-02-23 | |
| | ||||
* | v0.14.0v0.14.0 | Louis Pilfold | 2021-02-18 | |
| | ||||
* | Remove unneeded asserts | Louis Pilfold | 2021-02-13 | |
| | ||||
* | Remove extra qualification | Louis Pilfold | 2021-02-10 | |
| | ||||
* | Use consistent phrasing in function docs | Jan Pieper | 2021-02-01 | |
| | ||||
* | Fix dialyzer error | Louis Pilfold | 2021-01-23 | |
| | ||||
* | Changelog | Louis Pilfold | 2021-01-23 | |
| | ||||
* | Add io:get_line | Shritesh Bhattarai | 2021-01-21 | |
| | ||||
* | Add list.fold_until | Sebastian | 2021-01-21 | |
| | ||||
* | Add list.window and list.window_by_2 (#156) | Sebastian Porto | 2021-01-19 | |
| | ||||
* | Add int.clamp and float.clamp | Sebastian | 2021-01-19 | |
| | ||||
* | Fix markdown | Louis Pilfold | 2021-01-19 | |
| | ||||
* | Ensure atom exists before atom from_string_test | Jeff Kreeftmeijer | 2021-01-17 | |
| | | | | | | | | | | `atom_test.from_string_test/0` uses `ok` to test `atom.from_string/0`. However, the availability of the `ok` atom seems to be a side effect of running the test trough eunit. This patch explicitly creates an atom to make sure it exists before using it to test `atom.from_string/1`. It removes the assertion on `expect`, which had the same issue and doesn't seem to test another case. | |||
* | Upgrade Gleam on CI | Louis Pilfold | 2021-01-13 | |
| | ||||
* | v0.13.0v0.13.0 | Louis Pilfold | 2021-01-13 | |
| | ||||
* | Format code | Louis Pilfold | 2021-01-13 | |
| | ||||
* | Rename helper function to do_index_fold | Sebastian | 2021-01-13 | |
| | ||||
* | Refactor index_fold to do only one pass | Sebastian | 2021-01-13 | |
| | ||||
* | Update try_fold to return `Result(a,e)` | Sebastian | 2021-01-13 | |
| |