Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Add `step` eliminator for iterators | drew | 2020-11-03 | |
| | | | | | The `step` function allows eager access to the first item in the iterator, but does not force the rest of the iterator. | |||
* | Add flat_map and friends to iterator | drew | 2020-11-03 | |
| | | | | | | | | The following functions are added to iterator: * append * flatten * flat_map | |||
* | gleam/os add timestamp function (#117) | Lucas Rosa | 2020-11-03 | |
| | ||||
* | Add percent_encode and percent_decode (#121) | Sebastian Porto | 2020-10-31 | |
| | ||||
* | Add to_float function for int module | Connor Schembor | 2020-10-30 | |
| | ||||
* | Update string.gleam | Michał Łępicki | 2020-10-29 | |
| | ||||
* | Closes #115: Add dynamic.option | sharno | 2020-10-27 | |
| | ||||
* | Add function.curryN | Sebastian Porto | 2020-10-18 | |
| | ||||
* | Add result.all | Sebastian | 2020-10-17 | |
| | ||||
* | add negate functions to int and float modules | sharno | 2020-10-13 | |
| | ||||
* | Fix typo in `bit_string.to_string` doc | RJ Dellecese | 2020-09-07 | |
| | ||||
* | Run formatter | Connor Schembor | 2020-09-04 | |
| | ||||
* | Fix incorrect comment for square_root function | Connor Schembor | 2020-09-04 | |
| | ||||
* | More statement shuffling | Louis Pilfold | 2020-09-02 | |
| | ||||
* | Gleam 0.11.2 on CI | Louis Pilfold | 2020-09-02 | |
| |