Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Add try_fold | Sebastian | 2021-01-13 | |
| | ||||
* | Add list.index_fold | Sebastian | 2021-01-13 | |
| | ||||
* | Add result.replace_error | Sebastian | 2021-01-12 | |
| | ||||
* | Change queue.from_list. Fix queue.pop_back and queue.pop_front | Sebastian Porto | 2020-12-21 | |
| | ||||
* | Add list.permutations | Sebastian | 2020-12-17 | |
| | ||||
* | Add int.absolute_value | Sebastian | 2020-12-17 | |
| | ||||
* | Add bit_builder.from_string_builder | Michał Łępicki | 2020-12-06 | |
| | ||||
* | Fix typo in nand docs (they referenced nor) | Quinn Wilton | 2020-12-02 | |
| | ||||
* | Update CHANGELOG.md with new bool functions | Quinn Wilton | 2020-12-02 | |
| | ||||
* | Add bool.nand | Quinn Wilton | 2020-12-02 | |
| | ||||
* | Add bool.nor | Quinn Wilton | 2020-12-02 | |
| | ||||
* | Add bool.exclusive_nor | Quinn Wilton | 2020-12-02 | |
| | ||||
* | Add bool.exclusive_or | Quinn Wilton | 2020-12-02 | |
| | ||||
* | run the formattre | Peter Saxton | 2020-12-02 | |
| | ||||
* | add lazy unwrap | Peter Saxton | 2020-12-02 | |
| | ||||
* | changelog entry | Peter Saxton | 2020-12-02 | |
| | ||||
* | implement a lazy or function | Peter Saxton | 2020-12-02 | |
| | ||||
* | Include repository info | Louis Pilfold | 2020-11-30 | |
| | ||||
* | Fix float.parse/1 returned error value in example (#137) | Michał Łępicki | 2020-11-29 | |
| | ||||
* | Fix string compare function docs (#134) | bossek | 2020-11-27 | |
| | | | Co-authored-by: Lubos Vesely <lubos.vesely@altworx.com> | |||
* | Fix rebar3 eunit documentation link | Michał Łępicki | 2020-11-26 | |
| | | | closes #132 | |||
* | Fix documentation typo | Louis Pilfold | 2020-11-22 | |
| | ||||
* | Format code | Louis Pilfold | 2020-11-15 | |
| | ||||
* | Gleam v0.12.1 on CI | Louis Pilfold | 2020-11-15 | |
| | ||||
* | Remove no longer needed module aliases | Louis Pilfold | 2020-11-15 | |
| | ||||
* | Add result and typed_result to dynamic | drew | 2020-11-07 | |
| | ||||
* | Add product function to int and float modules | Connor Schembor | 2020-11-06 | |
| | ||||
* | ci: bump gleam version on CI | lrosa007 | 2020-11-04 | |
| | ||||
* | chore: update changelog | lrosa007 | 2020-11-04 | |
| | ||||
* | feat(float): add sum function | lrosa007 | 2020-11-04 | |
| | ||||
* | feat(int): add sum function | lrosa007 | 2020-11-04 | |
| | ||||
* | Remove the gleam binary file from the repository | Michał Łępicki | 2020-11-04 | |
| | ||||
* | Discord badge | Louis Pilfold | 2020-11-04 | |
| | ||||
* | v0.12.0v0.12.0 | Louis Pilfold | 2020-11-04 | |
| | ||||
* | feat(iterator): add find function | lrosa007 | 2020-11-03 | |
| |