Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add iterator.chunk_by | Marcin Puc | 2021-03-20 | |
| | ||||
* | Make iterator.take return an iterator instead of a list | Marcin Puc | 2021-03-14 | |
| | ||||
* | Add Examples to uri | Sebastian Porto | 2021-03-13 | |
| | ||||
* | 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 | |
| | ||||
* | Add iterator.index (#169) | Marcin Puc | 2021-03-08 | |
| | ||||
* | Add iterator.iterate | Marcin Puc | 2021-03-08 | |
| | ||||
* | Adjust list.take_while test example | Marcin Puc | 2021-03-08 | |
| | ||||
* | Add dynamic.tuple{3,4,5,6} (#165) | evuez | 2021-02-23 | |
| | ||||
* | Implement list.drop_while and list.take_while | evuez | 2021-02-23 | |
| | ||||
* | Remove unneeded asserts | Louis Pilfold | 2021-02-13 | |
| | ||||
* | Remove extra qualification | Louis Pilfold | 2021-02-10 | |
| | ||||
* | 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 | |
| | ||||
* | 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. | |||
* | 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 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 | |
| | ||||
* | implement a lazy or function | Peter Saxton | 2020-12-02 | |
| | ||||
* | Add result and typed_result to dynamic | drew | 2020-11-07 | |
| | ||||
* | Add product function to int and float modules | Connor Schembor | 2020-11-06 | |
| | ||||
* | feat(float): add sum function | lrosa007 | 2020-11-04 | |
| | ||||
* | feat(int): add sum function | lrosa007 | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Run formatter | Connor Schembor | 2020-09-04 | |
| | ||||
* | list.partition | Louis Pilfold | 2020-09-02 | |
| | ||||
* | Add square_root function for floats | Connor Schembor | 2020-08-27 | |
| | ||||
* | Add power function for floats | Connor Schembor | 2020-08-27 | |
| | | | This adds a function for evaluating exponents for floats. Calls the erlang math module function | |||
* | Add absolute_value function for floats | Connor Schembor | 2020-08-27 | |
| |