Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Remove unused type | Louis Pilfold | 2020-08-14 | |
| | ||||
* | test and implement unzip | Peter | 2020-08-14 | |
| | ||||
* | function.rescue | Louis Pilfold | 2020-07-15 | |
| | ||||
* | list.key_set | Louis Pilfold | 2020-07-14 | |
| | ||||
* | bit_builder.from_string | Louis Pilfold | 2020-07-10 | |
| | ||||
* | handle valid query string case where no value is provided | Peter Saxton | 2020-07-06 | |
| | ||||
* | use bit_string fn | Peter Saxton | 2020-07-01 | |
| | ||||
* | use bitstring to_string | Peter Saxton | 2020-07-01 | |
| | ||||
* | dynamic to string does not check utf8 encoding | Peter Saxton | 2020-07-01 | |
| | ||||
* | Fix crash with unmodified bit builder | Louis Pilfold | 2020-06-30 | |
| | ||||
* | bit_string.{to_string, is_utf8} | Louis Pilfold | 2020-06-30 | |
| | ||||
* | Move UtfCodepoint functionality into string module | Tom Whatmore | 2020-06-30 | |
| | ||||
* | Add utf_codepoint to stdlib | Tom Whatmore | 2020-06-30 | |
| | ||||
* | Run new formatter | Louis Pilfold | 2020-06-30 | |
| | ||||
* | Alter regex API | Louis Pilfold | 2020-06-30 | |
| | ||||
* | iodata -> string_builder | Louis Pilfold | 2020-06-30 | |
| | ||||
* | BitBuilder | Louis Pilfold | 2020-06-30 | |
| | ||||
* | Remove Match.number | Erik Terpstra | 2020-06-25 | |
| | ||||
* | Return byte indexes | Erik Terpstra | 2020-06-25 | |
| | ||||
* | regex.split & regex.scan | Erik Terpstra | 2020-06-25 | |
| | ||||
* | add url versions | Peter Saxton | 2020-06-24 | |
| | ||||
* | encode and decode functions for bas64 | Peter Saxton | 2020-06-24 | |
| | ||||
* | Add pop utility functions for lists | Peter Saxton | 2020-06-22 | |
| |