aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* run the formattrePeter Saxton2020-12-02
|
* add lazy unwrapPeter Saxton2020-12-02
|
* implement a lazy or functionPeter Saxton2020-12-02
|
* Fix float.parse/1 returned error value in example (#137)Michał Łępicki2020-11-29
|
* Fix string compare function docs (#134)bossek2020-11-27
| | | Co-authored-by: Lubos Vesely <lubos.vesely@altworx.com>
* Fix rebar3 eunit documentation linkMichał Łępicki2020-11-26
| | | closes #132
* Fix documentation typoLouis Pilfold2020-11-22
|
* Format codeLouis Pilfold2020-11-15
|
* Remove no longer needed module aliasesLouis Pilfold2020-11-15
|
* Add result and typed_result to dynamicdrew2020-11-07
|
* Add product function to int and float modulesConnor Schembor2020-11-06
|
* feat(float): add sum functionlrosa0072020-11-04
|
* feat(int): add sum functionlrosa0072020-11-04
|
* v0.12.0v0.12.0Louis Pilfold2020-11-04
|
* feat(iterator): add find functionlrosa0072020-11-03
|
* Add `step` eliminator for iteratorsdrew2020-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 iteratordrew2020-11-03
| | | | | | | | The following functions are added to iterator: * append * flatten * flat_map
* gleam/os add timestamp function (#117)Lucas Rosa2020-11-03
|
* Add percent_encode and percent_decode (#121)Sebastian Porto2020-10-31
|
* Add to_float function for int moduleConnor Schembor2020-10-30
|
* Update string.gleamMichał Łępicki2020-10-29
|
* Closes #115: Add dynamic.optionsharno2020-10-27
|
* Add function.curryNSebastian Porto2020-10-18
|
* Add result.allSebastian2020-10-17
|
* add negate functions to int and float modulessharno2020-10-13
|
* Fix typo in `bit_string.to_string` docRJ Dellecese2020-09-07
|
* Run formatterConnor Schembor2020-09-04
|
* Fix incorrect comment for square_root functionConnor Schembor2020-09-04
|
* More statement shufflingLouis Pilfold2020-09-02
|
* list.partitionLouis Pilfold2020-09-02
|
* list.eachLouis Pilfold2020-09-02
|
* Add square_root function for floatsConnor Schembor2020-08-27
|
* Add power function for floatsConnor Schembor2020-08-27
| | | This adds a function for evaluating exponents for floats. Calls the erlang math module function
* Add absolute_value function for floatsConnor Schembor2020-08-27
|
* Include GitHub link for HexGary Rennie2020-08-27
|
* v0.11.0v0.11.0Louis Pilfold2020-08-22
|
* Refactor uri.gleamJechol Lee2020-08-16
|
* Refactor string.gleamJechol Lee2020-08-16
|
* Fix reference to string_builderQuinn Wilton2020-08-15
|
* Fix typo `decoded4` -> `decode64` (#96)Jechol Lee2020-08-14
|
* gleam formatJechol Lee2020-08-14
|
* iterator() -> continuation()Jechol Lee2020-08-14
|
* Annotate type for iterator.gleamJechol Lee2020-08-14
|
* add docsPeter2020-08-14
|
* test and implement unzipPeter2020-08-14
|
* function.rescueLouis Pilfold2020-07-15
|
* list.key_setLouis Pilfold2020-07-14
|
* bit_builder.from_stringLouis Pilfold2020-07-10
|
* dynamic.anyLouis Pilfold2020-07-07
|
* handle valid query string case where no value is providedPeter Saxton2020-07-06
|